Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
OK, so you wanted to have a Global filter or maybe a few filters. What is that Global Filter?
- RohitAgarwal9 years agoQrew CadetSet up a new table called Global report filters and create a single record. Add 1 record and then lock it down so no one can add any new records. It will be [Record ID#] of 1.
My table name is Filter with field name Staus and value Completed. - QuickBaseCoachD9 years agoQrew CaptainThe status Field should be a multiple choice field with any of the status that you might want to Filter on.
The next step is this
On your details table, where the data is, make a formula numeric field with the formula of 1 and make a relationship back to that single record. Lookup those filters and adjust your dashboard reports to use that filter. - RohitAgarwal9 years agoQrew CadetHow about I have to apply multiple filters at different sources instead of one. Do I create a column of each filter in a table or there is any other way.
- QuickBaseCoachD9 years agoQrew CaptainIf you are going to use multiple filters, then the process is the same. You would set those filters on the single record, look them up to your details tables and use them as report filters.
- RohitAgarwal9 years agoQrew CadetMeans I have to create columns of every filter.
- QuickBaseCoachD9 years agoQrew CaptainI am not really understanding about extra columns on the report. I was referring to the report filters.