Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to show the sale on the max year
So what will be the set analysis expression??
Hi Amit,
Simlpy replace Sales with Salesunit in the expression i suggested or try the expression suggested by Carly McClintock.That should work.
Regards
KC
Hi,
you can try
Sum({$<Year = {$(=Max(Year))}>} [Sale Unit]).
You can try this too
make a variable 'var1' and assign
=max(Year)
and try this
Sum({$<Year = {$(var1)}>} [Sale Unit]).
By this method you can check the value of varaible and see if the qlikview is calculating it correctly.(for troubleshooting purpose.
with regards
Harshita gaur
check the Year field data and have a look at the format, most of the suggestions already should work, option why not is maybe that field
its working now guys
If its working, then please close the thread.
Regards
KC
can you explain me what it will do ? {<Year_Filed={'$(=Max(Year_Field)'}>}