Error "Filters may not reference columns using 'V' or column functions
Posted: Mon Jul 22, 2024 12:01 am
New user here.
I have developed a possibly tortured way of identifying outliers across multiple variables (through transformed and computed variables), and now want to filter my dataset to exclude outlier cases. Outliers are those who have a score of less than 10 in my outlier variable.
My Googling suggests this should be easy to implement, however I'm seeing this error: "Filters may not reference columns using 'V' or column functions" (this appears in read just below my function text box). My row filter formula is = Outliers == 10. Outliers all have a value of 8 or 9.
Help appreciated!
I have developed a possibly tortured way of identifying outliers across multiple variables (through transformed and computed variables), and now want to filter my dataset to exclude outlier cases. Outliers are those who have a score of less than 10 in my outlier variable.
My Googling suggests this should be easy to implement, however I'm seeing this error: "Filters may not reference columns using 'V' or column functions" (this appears in read just below my function text box). My row filter formula is = Outliers == 10. Outliers all have a value of 8 or 9.
Help appreciated!