Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAAlways enjoy an app challenge.
I attached all the interface tools to a single filter tool which was interesting:
([Region] in ("dummylistboxval"))
AND
[#2] in ([Primary Type],[Secondary Type])
AND
(IIF([#3],isempty([Legendary?]) ||[Legendary?]="Legendary",[Legendary?]!="Legendary"))
AND
(IIF([#4],isempty([Regional?]) ||[Regional?]="Regional",[Regional?]!="Regional"))
Here is my solution to Challenge #215
Solved!
I don't know if I've actually used a checkbox in an interface tool before. I feel like I must have, but I connected it wrong initially, so it has me wondering