Hi there,
I see Left() and Right() as listed functions. Is there a MID() or some other way of performing this function in Domo?
Thanks
Hi,
If your are refering to BeastModes, there's SUBSTRING.
Usage : SUBSTRING(String,Start,Lenght) / SUBSTRING('Employee Name',1,3)
Some more info can be found here :
http://knowledge.domo.com?cid=beastmodereference
Hope this helps.
that is awesome thank you.