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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Expression

Dear Friends

I want to write an expression  sum({<DIF={'>0'} {'<8'}>}RENEWED_PREMIUM)  where I should sum RENEWED_PREMIUM with DIF>0 and DIF<0  . I have written like above but It does not work properly. Pls correct me.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

sum({<DIF={'>0 <8'}>} RENEWED_PREMIUM) 

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

sum({<DIF={'>0 <8'}>} RENEWED_PREMIUM) 

niclaz79
Partner - Creator III
Partner - Creator III

Hi, try this:

sum({<DIF={">0<8"}>}RENEWED_PREMIUM)