Forum Discussion
AdamKeever1
6 years agoQrew Commander
Josh,
You can create a formula text field to return the assigned Sales Rep. or to return a "Needs Assigned" status:
If(ToText(UserListToNames([Your Sales Rep. Field],"FF")) = "", "Needs Assigned", ToText(UserListToNames([Your Sales Rep. Field],"FF")))
Just replace the name of your Sales Rep. field in the [] square brackets in the formula above. The "FF" denotes first name first; you could change it to "LF" if you prefer last name first.
Example of the formula function:
Example of a pie chart using the formula text Sales Rep.:
------------------------------
Adam Keever
------------------------------
You can create a formula text field to return the assigned Sales Rep. or to return a "Needs Assigned" status:
If(ToText(UserListToNames([Your Sales Rep. Field],"FF")) = "", "Needs Assigned", ToText(UserListToNames([Your Sales Rep. Field],"FF")))
Just replace the name of your Sales Rep. field in the [] square brackets in the formula above. The "FF" denotes first name first; you could change it to "LF" if you prefer last name first.
Example of the formula function:
Example of a pie chart using the formula text Sales Rep.:
------------------------------
Adam Keever
------------------------------
JoshCollins
6 years agoQrew Assistant Captain
Thanks for the idea. It works great!
------------------------------
Josh Collins
------------------------------
------------------------------
Josh Collins
------------------------------