Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The syntax highlighter does not highlight hidden fields in the expression editor. Is there a way to get this to work?
SCRIPT SETTING:
hideprefix = '_';
EXPRESSION:
sum(_column1) -->_column1 does not highlight. It shows as black text
We have faced similar issue , we have commented the SET Hideprefix='_' ; in our script whenever the development is ON and uncommenting when we push to Server.
We have faced similar issue , we have commented the SET Hideprefix='_' ; in our script whenever the development is ON and uncommenting when we push to Server.
That's a good work around. Thanks for the suggestion.
Mike