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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show label at the side of expression value in pie chart?


Hi,

I have expression as below in pie chart

=Sum(Sales)

I want to show pie chart label at the side of value as in attached. I know to do this using text object. I don't wnt to use text object. Is there any way we can do this with out text object?

Thanks.

19 Replies
robert_mika
Master III
Master III

Is Hours your actual field name?

I think it would be the best to attached your qvw

Not applicable
Author

sorry the actual field name is Duration. I want text in chart as Hours

I need output as below

Hours  56564

robert_mika
Master III
Master III

Any chance for your file Amelia as can go on and on.

Thanks..

Not applicable
Author

see attached. Thanks

robert_mika
Master III
Master III

Try this

Dual(Name &' - '&Sum(Duration), Sum(Duration))

b_garside
Partner - Specialist
Partner - Specialist

Maybe try a Bar chart instead. It will convey the information and be easier to manipulate.

Not applicable
Author

sorry why I used to use Name? All I want is below expression

Interval(Interval#(Sum(Duration), 'ss'), 'mm')

shows value 545345345

4543534

53553453

3635

35

533563

In pie chart I need to show as

Hours 545345345

Hours 4543534

would it be possible? please help

beck_bakytbek
Master
Master

Hi

you can use the Repeat () function

Beck

Not applicable
Author

Thanks. it is not working. do I need to make any change.?

Not applicable
Author

Thanks. how to use Repeat() in this case?