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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

set expression

Please help me to write the following set expression in not equal form. That is To_month not equal to R_month

sum( {1<[To_MONTH]={"$(=Only([R_MONTH]))"}>} [PREMIUM] )

Labels (1)
1 Solution

Accepted Solutions
Sokkorn
Master
Master

sum( {1<[To_MONTH] -= {"$(=Only([R_MONTH]))"}>} [PREMIUM] )

View solution in original post

1 Reply
Sokkorn
Master
Master

sum( {1<[To_MONTH] -= {"$(=Only([R_MONTH]))"}>} [PREMIUM] )