JanHumanitas
Technical User
Hello,
I used the following Cognos Script to export a imr to a txt-file.
Rep.ExportText "C:\***\***\***.txt"
The resulting txt-file consists of 2 columns. The first column (name) is large, say 90 characters. Most names are 30 characters or less..
These 60 empty characters are gererated in the txt-file. How can I define a maximum number of characters in this column? Or is there a way to define a position where the second column can start?
Thanx!
Jan
I used the following Cognos Script to export a imr to a txt-file.
Rep.ExportText "C:\***\***\***.txt"
The resulting txt-file consists of 2 columns. The first column (name) is large, say 90 characters. Most names are 30 characters or less..
These 60 empty characters are gererated in the txt-file. How can I define a maximum number of characters in this column? Or is there a way to define a position where the second column can start?
Thanx!
Jan