Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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 ?

Labels (1)
2 Replies
robert_mika

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