Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
Lets say i have a listbox consisting of different values.
I want to make a graph, showing the sum of these value when they are over 30.
How do i write that in a expression?
Thanks!
Try:
=if(sum(Value)>30, sum(Value))
With the way Qlikview works with selections, if you select 3, 4, 7, 10, sum(Value) will give 24. If you select 1, 2, 3, sum(Value) will give 6.
What kind of graph do you plan on doing with what dimensions? It may be possible to incorporate set analysis if they are dimensions involved. If this doesn't help, can you explain more or post a sample app demonstrating your problem?
Hope this helps!