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: 
p_verkooijen
Partner - Specialist II
Partner - Specialist II

QlikView Full Browser print selections

When you rightclick a object in full browser mode you can use the option print.

This creates a HTML of the output.


Is it possible to enable a view of the current selections like you can using the Excel export?

see: QlikTip #41: Exporting Current Selections for Excel Export in Ajax/Mobile Client

Labels (2)
1 Reply
marcus_sommer

I don't think that this is possible because exporting and printing are quite different things. Maybe you could use as an alternatively the caption of the object (in excel-exports they will be removed but in html-prints they remain) by using getfieldselections() and/or getcurrentfields() - maybe with an extra variable-control which switched the visibility of those selection-output on or off.

- Marcus