Page 1 of 1

Cross Tab Export Column Names

Posted: Thu Apr 01, 2010 5:23 am
by Tom7
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

Posted: Thu Apr 01, 2010 9:04 am
by Anton Lozovskiy
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.