I want to Keep both Single quotes and Double quotes in Filter expression editor
Solved! Go to Solution.
Yes, I understand your point @DataNath, but end user will use that app and he enter that string in textbox not myself, So obviously we cant think that user will enter that string in format that you mentioned above.
He will just enter What if i want both 'single quotes' and "double quotes" in a string.
After he entering then same string will replaces 'x' in formula tool. Because of user entered string has single quotes(') that formula tool will throws an error
I get that @VijayAnaparthi. Unfortunately, I can't really think of any way to achieve this in the Formula tool. One way I can think to get around this is with the attached app - which uses the find and replace tool - and can mix single and double quotes. If the user doesn't want to replace, they may just need to copy the same text in again:
Thank You so much. It is working.