Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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