Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesI've found that double-clicking in the expression builder results in varying behavior (possibly due to field names with spaces?)
It would be great if double-clicking a field selected everything from bracket to bracket inclusive, making it simpler to replace one field with another.
For instance:
Current:
IF [AVG AGE] >=5 THEN "Y" ELSE "N" ENDIF
Desired:
IF [AVG AGE] >=5 THEN "Y" ELSE "N" ENDIF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.