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: 
bhavvibudagam
Creator II
Creator II

Set Analysis

Hi Experts,

Can any one please help me on this. In the below screen shot, when the Category =  Electronics and RAG Status= 'R',

I need to show corresponding Product name in the Text Object.

I have tried this expression =MaxString({<Category={'Electonics'},[RAG Status]={'R'}>}[Product Name]). But its showing only

Refregirator not showing Phone.

If  I have RAG Status = R for 3 Products I need to show 3 products names in the Text Object.

screenshot.png

Thanks in Advance.

2 Replies
tresesco
MVP
MVP

Use concat() instead of maxstring() like:

Concat(Distinct {<Category={'Electonics'},[RAG Status]={'R'}>}[Product Name] , ',' )

madhumitha
Creator
Creator

Hi Bhavani,

Please find attached workaround.

Hope this helps.

Thanks!