Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
set analysis1
There're two dimensions:dimension1 and dimension2,
two set analysis:set analysis1,set analysis2
Then in the pivot table ,the result is just like the table before.
But I want it to show like this :
Anyone can help?
Thank you!
Hi,
Use one expression like this instead of 2 expressions
=If(Expression1 >0, Expression1, Expression2)
=If(Sum(Sales1) > 0, Sum(Sales1), Sum(Sales2))
Hope this helps you.
Regards,
Jagan.