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: 
master_student
Creator III
Creator III

expression

Hello best community ever,

I woul like to update this expression so only SEGMENT3 <> 604400 will be taking into account

=num(sum({< $(vSetView), SEGMENT3={}>}poktndd)

, '# ##0,0 KTND')

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe

=num(sum({< $(vSetView), SEGMENT3 -= {604400} >}poktndd)

, '# ##0,0 KTND')

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe

=num(sum({< $(vSetView), SEGMENT3 -= {604400} >}poktndd)

, '# ##0,0 KTND')

master_student
Creator III
Creator III
Author

Thanks