Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
example:
i want to find difference as
value in rupees in-
1984 = 43.44
1991 = 39.22
difference between them = 43.44 - 39.22 = 4.22
please help
alternative measures?
every charts has different states so selection of one chart is not effecting the other charts .. so in such scenario i want to show the difference in two selected points on graph
and that's exactly what the expression does:
i understood the expression but i want this baased on different states
eg:
='difference btwn '&max(Year)& ' and '& min(Year)&' ='
& (avg(<STATE1>{<Year={"$(=max(Year))"}>}(Wheat2)) - avg(<STATE1>{<Year={"$(=min(Year))"}>}(Wheat2)))
You're using QlikView or QlikSense?
if it's qlik sense, how are you creating alternate states?
yes it is qlik sense i used extension for that,
here's a link to that extension