Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
What is the difference between these to statement? :
sum({<OrderedTotal = {"<>0"}>}OrderedTotal)
sum({<OrderedTotal -= {0}>}OrderedTotal)
And which is correct?
(The returned results are different)
Thanks
Without selection, both should give you the same result, but will give different results based on user selection in OrderedTotal field.
sum({<OrderedTotal = {"<>0"}>}OrderedTotal) -> no impact with selection in OrderedTotal
sum({<OrderedTotal -= {0}>}OrderedTotal) -> will show everything in your current selection except 0 when you select something OrderedTotal.
Thanks
Not a problem