I second this suggestion. It is crucial that the context is exported as well as the numbers.
In a mashup, we managed to solved this in a cumbersome way, by adding new columns for all the fields with a selection, in a duplicate of the chart's hypercube definition. It works when exporting to Excel, but is quite a bit of extra overhead that may or may not break at each upgrade.
This is a very important requirement for our stakeholders. It was standard behavior in our QlikView apps. When we migrated to Qlik Sense this functionality was not available and is the biggest complaint from our users.
Thank you all for your feedback on ways to improve our product. While this is something we understand would be important to provide more context to exported files, this is not in our short-term roadmap. Please continue to show your support for this idea.
I second that this suggestion and actually made the same suggestion, but it has been closed due to being a duplicate request. Here is my original request:
I would like to suggest that active filter selections are included when doing an "Export data" of a visualization (table, chart or other type) in Qlik Sense.
This will clearly help every user exporting data, as they will know what they have exported / are looking at in Excel.
In my opinion, this is such a basic feature, that I do not understand that it is not already included in Qlik Sense.
I don't know if the pivot table will influence this in a way. It might, at the dimensions are split on to axis.
I don't remember it all, but I'll try to explain:
We have a mashup were the 'export' button lives. This code takes the hypercube definition of the chart that should be exported. It also retrieved the selected filter dimensions.
Then it builds a new hypercube definition. Takes a copy of the existing one. Adds each dimension from the selection object (if not already in the hypercube). Sends this off to the server, and calls export to excel on this hypercube.
You end up having your selection fields as separate columns in the excel export. And with the selection values repeated throughout all the rows.