Hello Community,
I have to include another filter in the formula; I have to add
Could you please help me?
Thanks in advance for your support!
@ss89 , You can try like
TABLE[STAGE_NAME]="SAMPLING" || 'TABLE[CONDITION]="ONLINE"
or
TABLE[STAGE_NAME] in {"SAMPLING", "ONLINE" }
Hi @amitchandak ,
thanks for your prompt reply.
I have to include at the sime time the three filters (STAGE NAME with his corresponding CONDITION).
STAGE NAME | CONDITION |
SAMPLING | ONLINE |
SAMPLING | APPROVED |
RELEASE | ONLINE |
@ss89 , please share the expected output