Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want previous year data on my guage chart, on selecting any year from year list box..I need help to do so
Actually the syntax send by our friend Halmar Heijnen has something missing....so, when you compare both the syntax you will come to about the error. Right syntax is bellow....
=sum({$<Year={"$(vMax1)"}>} Sales)
Hi,
Add some set analyses in your expression like:
sum({<Year={"$(=max(Year)-1)>} Sales)
Succes, Halmar
Thanx Halmar...it works
Hi Halmar,
When I am trying this same one I didnt get any data.Do I need to change any syntex?
-Jai
Actually the syntax send by our friend Halmar Heijnen has something missing....so, when you compare both the syntax you will come to about the error. Right syntax is bellow....
=sum({$<Year={"$(vMax1)"}>} Sales)
hi jai
you can use this code
sum({<year={"$(=max(year)-1)"}>} sale)
piyush still
$(vMax1) needs to define
Hi Sunil,
vMax is a variable
=Max(Year)-1....
nw fine?
good