Hello,
I am trying to create a customized app that pulls In-DB information and dynamically filters it based on some criteria.
Imagine that my data has three columns: Campaign, Strategy, and Concept Name.
There are several campaigns, a handful of strategies within each campaign, and thousands of concepts within each strategy.
It was easy to create a list box to control an In-DB filter that allows the user to pick specific campaigns and strategies. Problem is, there are thousands of concepts in each strategy and selecting them from a dynamically generated list box is difficult. I am going to allow users to upload a file with all their concepts names and I can create the filter from that file.
Here's my Alteryx problem: If a user wants to select ALL concept names within a strategy and campaign combination, how can I turn off the filter to allow all the concept names through the In-DB query. I'm stuck.
Any help is appreciated!