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

Add fixed position comment to chart

Is it possible to add a comment to a chart in a fixed position relative to the data?

For example in the chart below, i would like to add a comment between weeks 31/3 and 7/4 to explain the large change in numbers. However i would obviously require the comment to move along with the graph when the user scrolls.

Clearly just adding a text object would not work.

chart comment needed.png

1 Solution

Accepted Solutions
JonnyPoole
Employee
Employee

Is this closer to what you want ?

Comment on bar.PNG.png

View solution in original post

7 Replies
JonnyPoole
Employee
Employee

Is this closer to what you want ?

Comment on bar.PNG.png

MarcoWedel

Hi,

another solution that might also help:

QlikCommunity_Thread_131643_Pic1.JPG.jpg

QlikCommunity_Thread_131643_Pic2.JPG.jpg

QlikCommunity_Thread_131643_Pic3.JPG.jpg

regards

Marco

jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

Chart Properties -> Presentation -> Text in Chart -> Add -> Give your text -> OK -> OK

Now click on chart and hold ctrl + shift buttons and move the label to required position in chart.  Hope this helps you.

Regards,

Jagan.

Not applicable
Author

That method doesn't work, because the text does not move with the associated data.

If i use the x-axis scrollbar, the data move by the text stays still. I need the text to move with the data when the user uses the scrollbar

Not applicable
Author

Hi Jonathan,

this almost works. However, it makes the values on each bar data point turn into a dash. The bars themselves don't change, it's just they have a - above them now instead of a number.

I was able to get round this by clicking the 'text on axis' box, which end in the same end result.

Thanks for your help

Alex

Not applicable
Author

I am connecting directly to a database, so this isn't an option unfortunately.

MarcoWedel

the comment does not need to be loaded from a DB of course:

=If(Week='31/03/2014',Dual(value&chr(10)&'something really ugly happened', Num(value, '#,##0')),Num(value, '#,##0'))

as a front end expression delivers the same result:

QlikCommunity_Thread_131643_Pic1.JPG.jpg

hope this helps

regards

Marco