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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikvw2019
Contributor
Contributor

Block Chart Custom Labels

I have a block chart

How can i add customer lables to it such as 

BLDG2

SIZE=800

 

Capture.JPG

 
1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be use this for each dimension under cyclic groups

For BLDG : BLDG & Chr(10) & 'Size = ' & Aggr(Max(ROOMSIZE), BLDG)

Ref, Image : 

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
Anil_Babu_Samineni

Try to add Expression as Chr() and Dual() combination. Please post your expression and dimension, If it is Cyclic/Drill down(Please mention dimension names) of each, If any?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
qlikvw2019
Contributor
Contributor
Author

Please see attached file

Anil_Babu_Samineni

May be use this for each dimension under cyclic groups

For BLDG : BLDG & Chr(10) & 'Size = ' & Aggr(Max(ROOMSIZE), BLDG)

Ref, Image : 

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful