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: 
Not applicable

Print a Graph with scroll bar

Hi all,

i've a graph wich can contain from n to m value in the x axe.

i've limited the visualization of value to 10 so when x is greater than 10 will appear the scroll bar.

Now i've to print the graph with all the values on the x axe but only 10 appear.

how can i print the whole graph with all values?

I'm using qw 10 sr5

Best regards

Andrew

1 Reply
billbois
Creator
Creator

I haven't tried this so this may not work, but instead of hard-coding your limit to 10, could you use a variable?  Set the variable to 10.  Also, remove the Print icon (if you have one) from the caption bar and add a button object to print the graph. 

The button will have three actions:

  1. Set the variable to a million or some other ridiculously high number.
  2. Print the graph.
  3. Set the variable back to 10.

Again, I don't know that it will work but it's all I come up with off the top of my head.  Hope it does the trick!