Hi there!
Currently I’m working on a database export/import job and I don’t have much tools available on my PC, only a simple CSV-editor and CR 11. I haven’t used CR much in the past. My database export is a rather simple CSV-table which looks like this:
BuildingName;PropertyID
BuildingA;1218
BuildingB;928
BuildingB;929
BuildingB;930
BuildingC;747
BuidlingC;848
In CR I have grouped my data on the field BuildingName. So my report looks like this:
BuildingA [=group]
1218 [=details]
BuildingB
928
929
930
BuildingC
747
848
But what I want is to create a report which looks like this:
BuildingA;1218
BuidlingB;928^929^930
BuildingC;747^848
How can I get the PropertyID’s horizontal in stead of vertical?
I searched the forum, but couldn’t find a proper solution for my problem. I can’t use a Cross-Tab, because at the end, I want to export my CR-report again to a CSV-table. The import-module of the new database, which is rather a set of scripts, uses CSV-tables as input.
I hope somebody can help this newbie to CR. Every hint is welcome!
Greetings from Holland
Peter
Currently I’m working on a database export/import job and I don’t have much tools available on my PC, only a simple CSV-editor and CR 11. I haven’t used CR much in the past. My database export is a rather simple CSV-table which looks like this:
BuildingName;PropertyID
BuildingA;1218
BuildingB;928
BuildingB;929
BuildingB;930
BuildingC;747
BuidlingC;848
In CR I have grouped my data on the field BuildingName. So my report looks like this:
BuildingA [=group]
1218 [=details]
BuildingB
928
929
930
BuildingC
747
848
But what I want is to create a report which looks like this:
BuildingA;1218
BuidlingB;928^929^930
BuildingC;747^848
How can I get the PropertyID’s horizontal in stead of vertical?
I searched the forum, but couldn’t find a proper solution for my problem. I can’t use a Cross-Tab, because at the end, I want to export my CR-report again to a CSV-table. The import-module of the new database, which is rather a set of scripts, uses CSV-tables as input.
I hope somebody can help this newbie to CR. Every hint is welcome!
Greetings from Holland
Peter