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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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
MVP
MVP

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