Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

export to excel only possible selection values.

Hi all,

Can we export the only possible data values of the listbox into excel.

Ex: if Field "A" is having total 6 values in the listbox, after filtering the "A" listbox is having possible selections like 1 and 6.

Now when i export to Excel it should show the values only 1 and 6 , but i am getting the values of all the Field "A" which are having.

Is this possible to export only possible selection values into excel.

please find the attached sample file.

Thanks in advance.

3 Replies
IAMDV
Luminary Alumni
Luminary Alumni

Hi,

There is no straight way to do this task. Because even if you select hide excluded as ListBox property, you will see the exluded values in Excel. You should write VB Script to get this working. However, the easiest way is to right click on the field and then click copy to clipboard on then select possible values. Then you can go to Excel and paste the data in Excel. If you wanted to automate then you need to follow similar approach and write VB Script.

I hope this helps!

Cheers - DV

Not applicable
Author

Hi D V,

Can you please provide VB Script for this.

Thanks in advance.

Not applicable
Author

Hi All,

Can any one please suggest me how can i export only the selected values of listbox to excel.

Thanks in advance..