Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Could anyone help me? I managed to apply rangesum formula using expression, and the result is right.
But why after then the selection doesn't work. I want to be able making selection based on report_period.
What did i missed? should it be done in load script?
Please see my attachement.
Thank you,
take the 1 off:
(RangeSum(Before(Sum({1<[Mov1]={"Addition", "Subtraction"}>} if(Mov1 = 'Subtraction', -Count, Count)),0, ColumnNo())))
1 tells the expression to ignore all selections
Feeling Qlikngry?
Hi Robert,
It works!!
I should learn more about rangesum concept
Thanks,
Glad to hear but is more about how Qlikview interpretation of
$ and 1/
Search forum for examples.
And in addition you can also go through this very comprehensive set analysis document. I learned a lot of things from this and I still continue to do.
that was good... (y)