Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

working with variable

Hi

I have problem in working with variable...the problem is i have year dimention and i want to show for example profit in the maximum of year selection... it means if I select 2009,2010,2011 , the chart show me Profit of the 2011...

thanx

sahar

1 Reply
Not applicable
Author

Hi,

try {$<Year={$(#=max($(Year)))}>}

this should return the max selected year and set it in your set-analysis.

HTH