Forum Discussion
MarkShnier__You
4 years agoQrew Legend
try this
Split( // wrap in Split
List("; ", // change the separator to a semicolon
If(Contains(ToText([IntakeID - LOB Summary]),"All Sales and Distro"),"Retail/COR"),
If(Contains(ToText([IntakeID - LOB Summary]),"AT&T Retail"),"Retail/COR"),
If(Contains(ToText([IntakeID - LOB Summary]),"National Retail - Mobility"),"National Retail"),
If(Contains(ToText([IntakeID - LOB Summary]),"Authorized Retail"),"Authorized Retailer"),
If(Contains(ToText([IntakeID - LOB Summary]),"Online Call In"),"Online"),
etc
) // close the Split
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Split( // wrap in Split
List("; ", // change the separator to a semicolon
If(Contains(ToText([IntakeID - LOB Summary]),"All Sales and Distro"),"Retail/COR"),
If(Contains(ToText([IntakeID - LOB Summary]),"AT&T Retail"),"Retail/COR"),
If(Contains(ToText([IntakeID - LOB Summary]),"National Retail - Mobility"),"National Retail"),
If(Contains(ToText([IntakeID - LOB Summary]),"Authorized Retail"),"Authorized Retailer"),
If(Contains(ToText([IntakeID - LOB Summary]),"Online Call In"),"Online"),
etc
) // close the Split
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------