Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
Note that if your goal is to parse out a section of text up to a character, that the Left and Right functions in Quickbase will do that for you. You can do this
Left([My string],6)
But as you can see above, you can also do Left([My String],"x") which gives all the text up to the first x.
Left([My string],6)
But as you can see above, you can also do Left([My String],"x") which gives all the text up to the first x.
- AdamKrzyzanek6 years agoQrew CaptainI know it is old Post but Was looking for this solution and did not find in Community.
Come up with such solutions posted HERE
------------------------------
Adam Krzyzanek
------------------------------