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