Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a Straight Table object.
I need to Display the values of the table, where the Amount = 0.
Thanks Nizam
Thanks Manish.
Its working
Hi,
It can also be done by using the expression as
only({<Amount={0}>}Amount) and add SNO and Name as dimensions .
Then it will display those rows where Amount field was ZERO
Anjee