Hi All
When exporting a Cross-Tab to CSV, is there any way to set the names of the columns? cant seem to find anywhere on the column properties within the cross tab to change them, they export like:
Cross_Tab1_Row1
Cross_Tab1_Row2
Cross_Tab1_SumHeader1
Cross_Tab1_Sum1
Cross_Tab1_Sum1
Any one any ideas?
Cross Tab Export Column Names
-
- Posts: 135
- Joined: Tue Aug 11, 2009 9:38 am
Cross Tab Export Column Names
Hello,
For CSV and DBF and XML export you should set the following in the Tag property of the StiText component:
CSV: "ColumnHeaderName"; DBF: "ColumnHeaderName"; XML: "ColumnHeaderName"
We make a file that shows how it works (component CrossTab1_Sum1.Tag)
Thank you.
For CSV and DBF and XML export you should set the following in the Tag property of the StiText component:
CSV: "ColumnHeaderName"; DBF: "ColumnHeaderName"; XML: "ColumnHeaderName"
We make a file that shows how it works (component CrossTab1_Sum1.Tag)
Thank you.
- Attachments
-
- 381.CrossTabWithoutRows.zip
- (3.51 KiB) Downloaded 3812 times