Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

error message : error in set modifer expression in Linest m Fuction

Bobby Chowdary

Labels (1)
1 Reply
swuehl
Champion III
Champion III

I've already answered to your other thread:

"Your variable is defined as

round(sum(peoplecountevery15days)*100,0.1)

hence the set expression will look like

{< round(sum(peoplecountevery15days)*100,0.1) = {">0.0%"}>}


There are only field names allowed on the left side of the set modifier equal sign, so this is NOT a valid set expression.

The limitation is due to the fact that selections are only possible on fields."


If possible, please try to avoid creating multiple threads about the same topic.