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: 
alvaprajna
Partner - Contributor III
Partner - Contributor III

Display Expression value in label

Hi ,

I have a grid chart with bubble display, showing country ,risk category as dimension and count(risk) as  expression.

I want to show the expression value as label.

If i make expression label=count(risk) its giving me total value instead of giving specific value to risk category.

Kindly suggest

Thanks,

Prajna

5 Replies
MK_QSL
MVP
MVP

Use two expressions

1) COUNT(risk)

2) Dual('Country : '&Country&CHR(10) &  'Category : ' &Category & CHR(10) & 'Risk : '  & Count(Risk),    Count(Risk))

Change Field names according to your application.

Go to presentation tab and untick PopUp Labels

alvaprajna
Partner - Contributor III
Partner - Contributor III
Author

Hi Manish,

It not working

Regards,

Prajna

MK_QSL
MVP
MVP

Provide your sample app here.

alvaprajna
Partner - Contributor III
Partner - Contributor III
Author

snap.PNG

Basically i want the count inside the bubble. ex: sales 3 so on

alvaprajna
Partner - Contributor III
Partner - Contributor III
Author

It worked i added a dimension

=dual(aggr(count([Risk Factor Category]),[Target Tax Jurisdiction], [Risk Factor Category]),[Risk Factor Category])

Thanks for the reply

Regards,

Prajna