NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 11, 2018, 08:47:14 AM

Title: How to export a column but do not include it in the browse
Post by: Alberto on June 11, 2018, 08:47:14 AM
Something like add it to the View Fields but can export it
or
add it to the fields columns, export it but not beein a browse column
Title: Re: How to export a column but do not include it in the browse
Post by: Bruce on June 13, 2018, 12:27:52 AM
Hi Alberto,

At this stage you'd have to do it by;

a) adding the fields to the ViewFields tab and
b) adding embed code in the export routine, inside the loop, similar to the generated code, to export the values into the xml.

cheers
Bruce

Title: Re: How to export a column but do not include it in the browse
Post by: Alberto on June 13, 2018, 05:23:46 AM
using nt-hidden in the column css ??
Title: Re: How to export a column but do not include it in the browse
Post by: Bruce on June 13, 2018, 10:31:30 PM
might work - worth a try.

cheers
Bruce