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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export a single column from TableBox

Hi everybody, first all sorry for my bad english, i hope you can understand me.

I'm developing an application who allow to export a list of e-mails. Those e-mails is in a table box and i'm using a macro to export them to a txt file. The problem is that i don't know how to export the e-mail column only, the macro is exporting all columns.

The table box has these columns: Client, Contact_Name, Email

This is the macro:

function ServerExportEx

    Set st = ActiveDocument.GetSheetObject("TB15")

    st.ServerSideExportEx "C:\FTP\Clientes\"&"MAILS"&".TXT",";",1

end function

I hope you can help me. Thank you very much.

Luciano.-

1 Solution

Accepted Solutions
Not applicable
Author

Hi, thanks for your replie. I solve this using a hidden list box. When export the emails use this object.

Regards.-

View solution in original post

2 Replies
giakoum
Partner - Master II
Partner - Master II

Why not create a list box with emails and export the list box instead?

Not applicable
Author

Hi, thanks for your replie. I solve this using a hidden list box. When export the emails use this object.

Regards.-