Forum Discussion
- ChayceDuncanQrew Captain
You can do a Part function and split on the ;
Formula queries return a ; delimited list, so doing the part at the first occurrence using the ; as the split will give you what you need. So in your correct hauler name:
Part(query results value, 1, ";")
------------------------------
Chayce Duncan
------------------------------- CristianCarrionQrew Member
Great works perfectly, Thanks so much!! :)
------------------------------
Cristian Carrion
------------------------------
Related Content
- 7 months ago