Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 (5)
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