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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create a value name in pie chart

Hi there,

i have e a pie chart but the original data doesn't has a value name, how can i set a name for it .

The attached picture with blue pie with "16%"

Thanks

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this as Calculated Dimension in Dimension tab.

If(Len(Trim(POD)) = 0, 'Not Available', POD)

Regards,

jagan.