Forum Discussion
ScottRobertson
6 years agoQrew Trainee
Appreciate the input!
The other issue I failed to mention is that the length of that field can range from 1 delimiter to 50,000+... would I need to complete 50,000 "trims" with this solution?
------------------------------
Scott Robertson
------------------------------
The other issue I failed to mention is that the length of that field can range from 1 delimiter to 50,000+... would I need to complete 50,000 "trims" with this solution?
Trim(Part($value,1,";"))<>"",
Trim(Part($value,2,";"))<>"",
Trim(Part($value,3,";"))<>"",
…
Trim(Part($value,50000,";"))<>"",
------------------------------
Scott Robertson
------------------------------
MarkShnier__You
Qrew Legend
6 years agoYes, 50,000, which I'm sure would hit either Quick Base limits or limits of your patience. This would require a JavaScript solution.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
- ScottRobertson6 years agoQrew Trainee
Thanks Mark, that's what I was afraid of.
This information is coming in through an API so I'm going to explore obtaining the counts before posting to QuickBase.
Thanks again,
Scott
Confidentiality Notice:
This e-mail, including any attachments is the property of Trinity Health and is intended for the sole use of the intended recipient(s). It may contain information that is privileged and confidential. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please delete this message, and reply to the sender regarding the error in a separate email.
------Original Message------
Yes, 50,000, which I'm sure would hit either Quick Base limits or limits of your patience. This would require a JavaScript solution.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------