Forum Discussion
2 Replies
- ChayceDuncanQrew CaptainYou 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 MemberGreat works perfectly, Thanks so much!! :) 
 ------------------------------
 Cristian Carrion
 ------------------------------
 
Related Content
- 2 months ago