Hello,
I am attempting to key on multiple values in one filter and wanted to know if you can use the 'OR' function in the text operator. See below screenshot for reference. Am I doing something wrong?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
How you have that written it won't work, no.
I usually make an array of those values, then do a "Not In (array)" comparison.
More details here:
In this screenshot you can see that my it passed the filter despite not matching the operator.
조회 수
답글
좋아요 수
How you have that written it won't work, no.
I usually make an array of those values, then do a "Not In (array)" comparison.
Hi Chris,
Thank you for the reply.
What is the best way to go about making an array of the values? Could you show me via screenshot the module(s) you use?
Thank you in advance.
조회 수
답글
좋아요 수
Sure. When you pick your "Does not contain", make sure you go to the array section of the filtering options.
Chris,
When adding in the Text Operators, (where you have 'value1') can I include each value in the "Array: Does Not Contain"?
Are there any modules I need to run before the filter to ensure I have the right data coming in? Right now, I am just reading the records I need to filter on before the filter.
I appreciate the help, I am still learning quite a but about Fusion!
조회 수
답글
좋아요 수
No worries!
Just replace each entry where I have "valueX" with 1 of your values you are checking for, and the only module you need to run before your filter is wherever the data you're filtering against is coming from. You can keep adding however many entries you need, just separate each entry with a semicolon.
조회 수
답글
좋아요 수
I have this built so with the values I need to filter for.
What do I add into the Array Operators? Is it as simple as 'value1 ; value2 ; value3; etc.' ?
Thanks again.
조회 수
답글
좋아요 수
You rock Chris! That got it working.
Thanks for the help and for being so kind!
조회 수
답글
좋아요 수
All good, glad you got it working. Have a good one!
조회 수
답글
좋아요 수