Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
subash29
Contributor III
Contributor III

On export option in javascript how to specify the particular column to export the data

On export option in javascript how to specify the particular column to export the data

1 Reply
ErikWetterberg

Not realy sure what you mean: the extension export will take all columns used in the hypercube, the app developer will select columns in the property panel.

Same goes for exportData, all columns will be exported. If thats not what you want, you could create a new hypercube, with just the columns you want and export that or loop through the rows and pick just some columns.

Hope this helps

Erik Wetterberg