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

Changing position of graphs


Hi Team,

Can we fix the position of graphs dynamically ?

2 Replies
robert_mika
Master III
Master III

Via macro like

sub MoveChart

set ch = ActiveDocument.GetSheetObject("CH01")

set fr = ch.GetFrameDef

set pos = fr.Rect

pos.Left = 0

pos.Top = 500

ch.SetFrame fr,true, ""

end sub

Look here

Re: Function to Move TEXT Object dynamically ?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Short answer: No

Longer answer: Yes, with complicated macro's which may or may not work in the ajax client.

Advice: Don't try


talk is cheap, supply exceeds demand