contact  |  about  |  sitemap

Export column headings as well
Last Post 02 Sep 2010 10:02 AM by Tijn. 3 Replies.
Sort:
PrevPrev NextNext
Author Messages
JonR

--
12 Mar 2010 04:02 PM
anyway I can export the column headings from djuggler from the data grid into excel?

djuggler only exports the data but not the column headings...
Support Team

--
15 Mar 2010 09:23 AM
That is correct. The name in the column header is a variable name. Depending on how you put the values in the grid and which action you use, a column header can or can not be set as a the variable name. Therefor Djuggler does not export these headers.

To create a header that will also be exported you can use the action Store Values in Grid.
This action is typically used to create a header that does not depend on the variable name.

DS
christian

--
01 Sep 2010 08:46 PM

when setting column headings with the Set Data Value. How do I tell the Grid to start on Row 2 to set the grid values?. I don't see how I would Start Row if the if Row 1 contains column headings
Tijn

--
02 Sep 2010 10:02 AM
Use a simple if structure like:

Loop Data Grid Rows in source [DataGrid1], store current row in [CurrentRow]
If [CurrentRow] Greater Than 1 then
Get Data Cell Value from row [CurrentRow] in column 1 using data grid [DataGrid1] and store in variable [myValue]
Set Data Cell Value with value [myNewValue] in row [CurrentRow] of column 1 using data grid [DataGrid1]
End If
End Loop


Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
Enter the code shown above:

Submit

Powered by Active Forums

Forum participation and optional registration

You don't need to be registered to partcipate in the Djuggler forums, however if you want to subscribe to email notifications you need to register. You can also subscribe to the forum RSS feed.