Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I got a requirement, to get the country for current date that has max sales and show history of that country in the chart for the previous dates.
Ex:
Date Country Sales
10-May-16 C1 100
10-May-16 C2 90
10-May-16 C3 70
11-May-16 C1 80
11-May-16 C2 78
11-May-16 C3 65
12-May-16 C1 78
12-May-16 C2 90
12-May-16 C3 85
In Line Chart:
Dimensions: Date, Country. Expression: Sales.
Desired output: Country C2 has max sales for current date 12 May 2016. So Show history of Country C2 for all the 3 dates, in line chart.
12-May-16 C2 90
11-May-16 C2
78
10-May-16 C2 90
Is this feasible?
Thanks,
Bala
Like this, In measure you need to check the Text-as-popup in the mid column of the last way
Hi,
The requirement is only to have the history line for highest value of current date.
For this specific example given, need to have only country C2, because for current date 12 May, Country C2 has highest value.
So line chart should have only one line for country C2.
Is this possible?
Thanks,
Bala