Forum Discussion
KimCameron2
6 years agoQrew Trainee
I think I am understanding you...the CRUISE CLUB field is a required field and it will be filled with one of the values listed. I can make it not required because I am the only one with access to the table...I just pull data from that table into the customer table.
Thanks,
Kim
------------------------------
Kim Cameron
Admin/Sales
Vacation Tour & Travel
Conway AR
15013295434
------------------------------
Thanks,
Kim
------------------------------
Kim Cameron
Admin/Sales
Vacation Tour & Travel
Conway AR
15013295434
------------------------------
PaulPeterson1
6 years agoQrew Assistant Captain
Try these:
If(Contains(List("HL","ASC","ANC","TT","CruzVTT","TAN"), [CRUISE CLUB]),"ACTIVE","INACTIVE")
If(Contains(List("GRT","RWP","VSA"), [CRUISE CLUB]),"CXL-ENROLL IN CRUZVTT")
------------------------------
Paul Peterson
------------------------------
If(Contains(List("HL","ASC","ANC","TT","CruzVTT","TAN"), [CRUISE CLUB]),"ACTIVE","INACTIVE")
If(Contains(List("GRT","RWP","VSA"), [CRUISE CLUB]),"CXL-ENROLL IN CRUZVTT")
------------------------------
Paul Peterson
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
I think that the formulas should be
If(Contains(List(",", "HL","ASC","ANC","TT","CruzVTT","TAN"), [CRUISE CLUB]),"ACTIVE","INACTIVE")
If(Contains(List(",", "GRT","RWP","VSA"), [CRUISE CLUB]),"CXL-ENROLL IN CRUZVTT")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------