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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis with MaxString

Hello

I am trying to create a set analysis with MaxString() as follows

sum({$<[Field A]={"=$(=MaxString([Field B]))"}>}[Value]) , and it doesn't return any results.

[Field A] AND [Field B] are both String and they contain the same values

Thank you in advance

Regards

1 Solution

Accepted Solutions
Not applicable
Author

Hello

Thank you for your answer.  it works this way,

sum({$<[Field A]={$(=MaxString([Field B]))}>}[Value])

Regards

View solution in original post

2 Replies
perumal_41
Partner - Specialist II
Partner - Specialist II

HI,

sum({$<[Field A]={'$(=MaxString([Field B]))'}>}[Value])

Not applicable
Author

Hello

Thank you for your answer.  it works this way,

sum({$<[Field A]={$(=MaxString([Field B]))}>}[Value])

Regards