Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I used following formula to filter out any data related to "Cancelled",
"Pending Cancelled" and "Pending Cancellation" in a dimension
in Straight table. The formula works, but it created a "-" in every
entry that contains criteria mentioned above. Is there a way to completely
remove entries with "Cancel', "Pending Cancellation" and
"Pending Cancelled"?
IF(NOT MATCH(CAP Status, 'Cancelled','Pending Cancelled','Pending Cancellation'),CAP Status)
Thanks!


Jasmine
On the Presentation tab of your Straight Table for the Null Symbol replace the - with a space.
Best Regards, Bill
Layout of the object, Null Symbol, put a space
Thank you so much for your quick response.