Forum Discussion
- QuickBaseCoachDQrew CaptainNot tested but try this
Make a formula text field called [Default text] with the formula.
List("\n",
"Line 1",
"Line 2",
"Line 3")
Then use the road which says
when my text field is blank
change my text field to the value in the field [Default text]- RyanFarringtonQrew MemberI needed to do exactly this and am happy to report the List() function method did work.
------------------------------
Ryan Farrington
Graphic designer, project manager, copywriter, engraver, internal Quick Base developer
rfarrington@experiencepinpoint.com
------------------------------
- MCFNeilQrew CaptainAnother option is to break that field into 3 fields that ask those "questions" separately. It makes the reporting easier, especially if one job function is only looking for the answer of part, but doesn't need it all.