Hi Friends,
Is it possible to call user defined functions in looker?
I have a scenario i am getting string like ‘_20130808Fol180_246980-9_VK’ in one dimension. I want to split this string with **’’** and check if the first occurance with length 3 is string then show that value only. So in this case it should show ‘Fol’ only.
The position is not fixed so wanted to write a function which will split the string and loop to check the first occurrence.
The second option is to try implement user defined function in datawarehouse but wanted to check if we have possibility to write and call a function in looker also.
Thanks.