Use of Multi-Select List Formulas
Greetings!
This request may be a long shot and not even possible, but I am hoping that is not the case and there is a way to accomplish what I need...
In my QuickBase App, I have a bunch of checkbox fields that the user will go through and select based on their audit process. I would like to create a new multi-select list based on the entries that have a checked box. I have been able to use the Split/List function to populate a text output. But I really need the new field to be a drop down list so when they are in Edit mode it will allow the user to select from those 'True' values.
Is this even possible, or am I not explaining it good. :)
Here is my Split/List code that produces the text output -
Split(List(" ; ",
If([D_MARx_LastName_Err] = true,"D_MARx_LastName"),
If([D_MARx_FirstName_Err] = true, "D_MARx_FirstName"),
If([D_MARx_BirthDate_Err] = true, "D_MARx_BirthDate")
))
------------------------------
Matthew Wolffe
------------------------------