Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can any one plz share the answer
Hi rgv,
You can use this expression.
in General>field>edit, write this expression
if(Year>=2007 and Year<=2011,Sale) . It will work
Hi,
U need to restrict data in Listbox or want expression in CHart?
Make a listbox for Year and select the years 2007 to 2011. This will make all charts in your application respond to this filter and only show related data.
If that does not solve your problem, please clarify what you are trying to achieve.
Hi Mukesh,
I need expression in chart..
Hi,
If u select any value from listbox then also u want result from 2007 to 2011?
So you do not want to filter using a listbox.
Is there a specific reason why you do not want to use Set Analysis as it sounds to me as the easy solution.
Example:
sum({ < Year = {2007, 2008, 2009, 2010, 2011} > } Sales)
Yes
Hi Onno,
He already mention not using SET Analysis.
Hi RGV,
Simply change Alternate State of chart.
SO when u select any value from list box it will not affect to chart.
Hi Onno
I need with out using set analysis