Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can any one plz share the answer
Use something like SUM({<Year -= {">=2007<=2011}>} Amount)
Hi Darius
I need with out using set analysis
Why can't you use set analysis?
As per my requirement i have to use only variables
Indeed.
And I already asked why not.
You can use the following SUM(IF(Year >= 2007 AND Year <= 2011, Sales)).
Hi rgv,
If you don't mind me asking,are you sure,should not use set analysis or hard code data in set analysis,instead use variables in set analysis.
Regards
Neetha
Hi rgv,
You can use this expression.
in General>field>edit, write this expression
if(Year>=2007 and Year<=2011,Sale) . It will work
Can you give us one solid reason why you don't want to use set analysis?