Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Solved! Go to Solution.
You can use IN operator
[Product] IN {"X" , "Y"}
I'd like to add that you need to specify the column again in an OR statement.
[Product] = "X" || [Product] ="Y" instead of [Product] = "X" || "Y".
'IN' works in the solution because it's a single column.
You can use IN operator
[Product] IN {"X" , "Y"}
Brilliant ... Thank you so much .. i tried this but used ( instead of { ...
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |