Forum Discussion
- MarkShnier__YouQrew Legendnp,
Try this
List("\n",
[Main Contact],
[Invoicing Contact]
[Second Contact])
or else
var text AllContacts =
List("\n",
IF(Trim([Main Contact])<>"", "Main: " & [Main Contact]),
IF(Trim([Invoicing Contact])<>"", "Invoicing: " & [Invoicing Contact]),
IF(Trim([Second Contact])<>"", "Second: " & [Second Contact]));
IF($AllContacts<>"",
List("\n",
"Contacts",
$AllContacts)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- OlenaBilinskaQrew Member
Hmm, I tried. Unfortunately, this formula not displaying the values.
Maybe I explained it a little bit wrong.
So I have a report and all those fields (Main Contact and etc.) have to be fill in. After they filled I need to have them displayed beyond (to keep track on who worked on the report).
------------------------------
Olena Bilinska
------------------------------- MarkShnier__YouQrew LegendSorry, I'm not understanding the question now. Maybe explain with some examples?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Related Content
- 25 days ago
- 2 months ago
- 3 months ago
- 3 months ago