Forum Discussion
- QuickBaseCoachDQrew CaptainI seem to recall that I use this technique in the past.
I created a mirror Field for example a field called [customer name or enter * for all]
With the formula
[customer name] & "*"
So the result is ACME INC.*
Then I use that field for the Ask then User prompt and try to train the users to know that they put in an * for a wildcard.
But this tactic will only work for a contains search- AustinHayesQrew CadetI am utilizing this tactic right now. It works well enough, I appreciate the input. It isn't perfect but certainly gets the job done. Is there a way to set the fields to * by default on load?
- AustinHayesQrew CadetHow do I mark this answered? I am satisfied with the implementation of you original solution.
- QuickBaseCoachDQrew CaptainYou can do a "Like" if you want to ping me, but this new forum no longer has the concept of "Answered".
- AustinHayesQrew CadetThanks, I appreciate the option. It seems quickbase has not really designed for an elegant solution to this?
- AlexCertificatiQrew CadetI'm sure we can come up with something. Can you post more information about the exact workflow your user follows? My first thought would be something along the lines of creating helper fields for each filterable field, where the helper fields are formula fields, and the filter is done on the helper field rather than the data entry field. Sort of the reverse of Coach's suggestion, in a way.
I don't know if you'd call that kind of a solution ELEGANT, exactly...