panipat1990
Creator II
2016-05-09
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
logic
Hi team,
How to make qvd from final application through macro...Plaese Help me
- Tags:
- qlikview_deployment
555 Views
5 Replies
MK_QSL
MVP
2016-05-09
05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
florentina_doga
Partner - Creator III
2016-05-09
05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
first creates an chart object which put the desired information
in edit module put this
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
425 Views
panipat1990
Creator II
2016-05-09
06:23 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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..
425 Views
panipat1990
Creator II
2016-05-09
07:47 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sir,
Is this possible in qlikview or not.
425 Views
marcus_sommer
MVP
2016-05-09
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's not possible - a qvd could contain only a single table.
- Marcus
425 Views