Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
How to make qvd from final application through macro...Plaese Help me
hi,
sub ExportInitiative
set obj = ActiveDocument.GetSheetObject("CH385")
set v = ActiveDocument.GetVariable("v_caleqvd") //path
aa= v.GetContent.string & "initiative.qvd" //file name
obj.ExportEx aa, 4
end sub
Hi,
In my dashboard 14 sheets and many sheet objects....but i want to make all sheet objects in one qvd..so how is it possible....please help me..
Hi Sir,
Is this possible in qlikview or not.
That's not possible - a qvd could contain only a single table.
- Marcus