Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the requirement like countries in x-axis and sum(sales) in y axis.
i have list box contains 30 countries,
Requirement is like this:
list the top 4 countries whose sales greater than sales of 'india'.Here 'india' is selected from list box item.
suppose i select 'UK' from list box items.Let me know how to proceed for solution.input data must be from list box.
regards
Mahesh
See the attached example. Make sure to look at the Dimensions, Dimension Limits, and Expression tabs of the bar chart.
Find the solution in attached qvw.
Though there may be many others ways, I have used Alternate states.
Regards,
Prabhu
U can use the below expression..
=if(Sum(Sales) >Sum({1<Field={"$(=getfieldselections(Field))"}>} Sales),Sum(Sales))
Regards,
Kabilan K.