Hello community,
This question is about the javascript function Split using FORMATWIKI.
I see examples where you can do this: T1.'Column_Name::string->split("/")->0, T1.'Column_Name'::string->split("/")->1, etc. However, since Split function returns an array of strings, is there a way to iterate each of the elements of such array?
Thank you very much for any insights.
Best,
__
Mario