Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart - Show values beside data points

Hi Community folks, I just wondering how I can enable "Show values beside data points" instead of "Values on data points".

Please find the attached image as a reference. Also, I added qvw where I got stuck.

Any help appreciated.

hicmtobbtstevedarkrwunderlich

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

May be check this helps or not..

Dual(repeat(chr(32),20)&[Label Value] ,[Normalized Value])              

View solution in original post

7 Replies
settu_periasamy
Master III
Master III

Hi,

May be check this helps or not..

Dual(repeat(chr(32),20)&[Label Value] ,[Normalized Value])              

Anil_Babu_Samineni

May be this?

Dual(Repeat(' ', 25)  & [Label Value] ,Chr(10) & [Normalized Value])

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
Bill_Britt
Former Employee
Former Employee

HI,

Looks like both of the answers provided will do this.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Thanks, Settu. It's working but the values are overlapping while expression values are same or close by.

settu_periasamy
Master III
Master III

Yes Srikanth.  I tried with chr(13) and chr(10) into that expression, It seems to be not going to next line.

Not applicable
Author

I tried the same but not working. I will check other ways.

Not applicable
Author

Thanks to the community for wonderful ideas.

Great People. Great Community.