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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisg
Creator III
Creator III

Problem with 9.0 in formular: SUM({<Field2 = {''} >}Field1)

Hi,

i was using this formular in 8.5:

SUM({<Field2 = {''} >}Field1)

with 9.0 this does not work any more???

Any hinds

Thx

Chris

Do or Do Not. There is no try!
1 Reply
chriscammers
Partner Ambassador
Partner Ambassador

Would it be

SUM({<Field2 = {""} >}Field1)

Everything I got with this on my sample data was 0 but I don't think there were any blanks in there, the double quotes will be the key. I suppose that is a change from 8.5 but I did not use 8.5 so I would not know.

Anybody want to comment on changes in syntax with 8.5 and 9?