Forum Discussion
EricMohlman
6 years agoQuickbase Staff
Using the Part and List functions from here:https://login.quickbase.com/db/6ewwzuuj?a=q&qid=12, your formula would look like this:
List("",
Part([Job Number],1,"-"),
Part([Job Number],2,"-"),
Part([Job Number],3,"-"),
Part([Job Number],4,"-"),
Part([Job Number],5,"-")
)
You could also keep the pattern going for however many sections you expect to need to combine together. If there are other delimiter characters you want to split on, you can also add those to the hyphen area.
------------------------------
Eric Mohlman
------------------------------
List("",
Part([Job Number],1,"-"),
Part([Job Number],2,"-"),
Part([Job Number],3,"-"),
Part([Job Number],4,"-"),
Part([Job Number],5,"-")
)
You could also keep the pattern going for however many sections you expect to need to combine together. If there are other delimiter characters you want to split on, you can also add those to the hyphen area.
------------------------------
Eric Mohlman
------------------------------
AmandaTorrisi
6 years agoQrew Trainee
That was exactly what I needed. Thank you so much for the quick reply!
------------------------------
Amanda Torrisi
------------------------------
------------------------------
Amanda Torrisi
------------------------------