Hi all!
I have on-load facet filters that work very well. I am now trying to add another that when checked will show me every row in the repeater that has also been checked.
How do I do this?
[Please see attached file]
Checkbox Select.rp (143.1 KB)
Hi all!
I have on-load facet filters that work very well. I am now trying to add another that when checked will show me every row in the repeater that has also been checked.
How do I do this?
[Please see attached file]
Checkbox Select.rp (143.1 KB)
Nevermind. I figured it out:
Add filter:
[[ (!complete1) || complete1 && Item.Complete == ‘true’ ]]
And also setting every row in the repeater Complete column to false.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.