Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a pivot table with many columns, some of them are dimensions and some expressions. I am trying to only see the rows with a negative value in any column. so if any row contains a negative vale only those rows will be displayed in the table. How can i go about this?
Thanks,
u can try the expression some thing like this,
if(urexpression values is <0,urexpression.null())--- supress the null values.
u can try the expression some thing like this,
if(urexpression values is <0,urexpression.null())--- supress the null values.
Check this app
Hi Shiva Reddy,
As per your statement,
if(urexpression values is <0,urexpression.null()) is applicable only when expression is available. but here in my case, i do not have any expression & i want to display field only when any of the data in field has negative values..
and there are around thousands of fields in my table.
Please check and update
Thanks in advance,
Suresh