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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Set expression work in QV not work in QS ?

Hi All

I have this below expression work fine in QV :-

(Sum({<{year = {2016}},rEVENUE={rEVENUE}>}Amount))

When i try to use the same expression in QS , it display null.

Paul

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

the right syntax is

(Sum({<year = {2016},rEVENUE={rEVENUE}>}Amount))

this will work in both QV and QS

View solution in original post

4 Replies
paulyeo11
Master
Master
Author

my qvf

lironbaram
Partner - Master III
Partner - Master III

hi

the right syntax is

(Sum({<year = {2016},rEVENUE={rEVENUE}>}Amount))

this will work in both QV and QS

paulyeo11
Master
Master
Author

Hi Liron

Many thank it work for both now , it miss } after year.

Paul

paulyeo11
Master
Master
Author

Hi Liron

why QV work even with extra } ? any idea ?

Paul