Hi,
i’m having some string data for categories stored in such format ["Sample String"] and would like to get rid off the square brackets and quotas. Was trying with ifelse() to hardcode the rules. However it’s not working because when i’m utilizing this in formula, QS has syntax errors because of square brackets which aren’t treated as part of the string:
Thanks @ErikG this would work, however within same ID i’m having values with different lengths, so it would be hard to determine length arguments for the syntax. I’m utilizing contains() function now and it’s retrieving proper values. Thanks for your inputs.