I currently have 8k+ columns that users will have to decide on via an Analytic App.
I’ve used the Analytic App to get this working - but I have some concerns on how flexible I can go with the Dynamic Select with formulas.
I require:
1. Users to select on their own
2. Users to key in values for CONTAINS, STARTSWITH, ENDSWITH, and their NOT counterparts.
Because of Boolean logic, the AND / OR statements must be selected by end users to achieve their desired selections.
In addition, the NOT statements can only work well if all fields are selected… because they’re trying NOT to get those fields with certain string patterns.
I’m trying to make it as dynamic as possible for end user convenience. Should I break down into chunks?