Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to get all values greater than 0% using this set analysis expression, but I have no idea how to achieve this.
My expression is : (sum({$<Name={'AAA'} >} Value)/100)
Any ideas would be appreciated.
Many thanks![]()
Hi,
Can you provide the sample qvw file.
Regards,
Kaushik Solanki
Hi
This expression may be what you need:
sum({$<Name={'AAA'}, Value={">=0"}>} Value)/100
Regards
Jonathan