Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table as below with record type as dimension.. I need to hide the rows which have no issue and display only the once with the issue. How can I achieve this.
Thanks in advance
Sure will do.. Might take some time though.. thank you so much for your help..
Hi Mohan,
Try with Set Analisys, YourIssueField -= {'No Issue'}
Regards!!
See this:
Hi Mohan,
I usually use a workaround method for this and that is using the same condition in all expressions.
In you case
if(Issue<>'No Issue', DM)
if(Issue<>'No Issue', Oats)
if(Issue<>'No Issue', DM-Oats)
if(Issue<>'No Issue', Issue)
Hope this helps.
Laxmi
Thanks every on for the reply...
Laxmi It's Working,Awesome....Thanks a lot