I want to filter 2 itens of a dimension (SG&A and R&D), how can I do that?
The formulua I created is this below, but I don’t know how to add another item with SG&A.
pfilter: 'P&L type'= 'P&L type'."SG&A"]
I want to filter 2 itens of a dimension (SG&A and R&D), how can I do that?
The formulua I created is this below, but I don’t know how to add another item with SG&A.
pfilter: 'P&L type'= 'P&L type'."SG&A"]
Hi Carolina!
You can add any conditions with AND
or OR
operators, like so: ‘Source Metric’cFILTER: 'P&L type'= 'P&L type'."SG&A" OR 'P&L type'= 'P&L type'."R&D"]
Let me know if this works for you!
François
It worked, thanks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.