Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sridhar423
Contributor III
Contributor III

How to add a string with the expression in Definition coulmn in Expression tab for Pie chart?

Hi All,

I want to display the "1 star" in the place of "1"  in the below Pie chart.

I used a Expression Count(50) & 'start'  in Definition column,but it is showing that values are below limit.

Can any one help me out from this situation.

Thanks Inadvance,

Sridhar.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Write your expression like:

          Dual(Count(Field) & 'star', Count(Field))

View solution in original post

1 Reply
tresesco
MVP
MVP

Write your expression like:

          Dual(Count(Field) & 'star', Count(Field))