Forum Discussion
felipeprevente
Sep 29, 2022Copper Contributor
FILTER Function using a cell reference as a Boolean for the Include parameter
Hello Experts, I've created a concatenated field to retrieve the boolean expression to be used in a FILTER function as below: A1 = "{"&B1&","&C1&","&"}" OR {1,0,1} A2 = 1 So, my formula i...
- Sep 29, 2022
I usually just include a field above my table containing TRUE/FALSE to indicate which columns to include:
JMB17
Sep 29, 2022Bronze Contributor
I usually just include a field above my table containing TRUE/FALSE to indicate which columns to include:
felipeprevente
Sep 30, 2022Copper Contributor
This one has solved the question. Thanks a lot!!!