Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
In my report I want a value against itemnumber ie 50,76,56,4,62,248 should be hidden or removed from table.
pLease help!!!!
report screenshot is attached below
you can use not equal to operator for this
Hi Saksham,
There is no HIDE option in pivot table. Instead of Pivot table you can use Straight Table. It has a HIDE option for the field.
Regards,
Dinesh Kumar.
May be expression like below
Sum({<ItemNumber -= {'50','76','56','4','62','248'}>} Measure)
i have used rangesum() function as rangesum(north,south,east,west,tbc) but not please tell me how to apply not equal to operator ?
Why not this?
Only({<ItemNumber -= {'50','76','56','4','62','248'}>} rangesum(north,south,east,west,tbc))
thanks...it was useful for me
Please close this thread by flag Helpful and Correct Answer to close this thread
Note - Please free to ask if issue still not resolved.