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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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.

Labels (1)
2 Replies
tresB
Champion III
Champion III

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!