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

SUM with SubField in SetExpression

Hello all,

Why is this expression wrong?

=NUM(SUM( {$<TextG1 = {"=subfield(Concat(distinct TextG1,','),',',1)"} , JAHR={'2017'}>} SALDO),'#.###,##'))

Thanks in advance!

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

Try this:

SUM( {$<TextG1 = {'$(=subfield(Concat(distinct TextG1,','),',',1))'} , JAHR={'2017'}>} SALDO)

- Marcus

View solution in original post

2 Replies
marcus_sommer

Try this:

SUM( {$<TextG1 = {'$(=subfield(Concat(distinct TextG1,','),',',1))'} , JAHR={'2017'}>} SALDO)

- Marcus

gf
Creator III
Creator III
Author

Thank you very much Marcus!

Regards,
Gf