Forum Discussion
- ChrisChrisQrew Assistant Captain
HI,
Build a hard filter inside the report customization interface to exclude the Statuses you do not want. I believe this will limit your dynamic filter to those statuses you do wish to include in the dynamic filter.
Chris
- AndrewOrnerQrew CadetUnfortunately that does not fit the business requirement. Users frequently employ many different combinations of dynamic filters (which is why I can't hard code it), but most frequently wish to exclude just one value ("Complete")
- QuickBaseCoachDQrew CaptainIf there are particular Status which are generally used opposite, then make a field called Complete Y/N and add that as an additional DF.
The formula for that field would be
IF([Status]="Complete", "Yes", "no") - AndrewOrnerQrew Cadetyeah, i was trying to avoid that- sounds like it's my most viable option