I have a data table I bring into crystal as such
key(number) id(varchar) comment(text)
1235 122 Midwest
1236 122 South
I want to use sharedvar to show the data horizontally and do a reset to show the next instance of the comment
for example ID 122 has two comments. The key forces the number of comments, so I need to show like this
ID comment1 comment2
122 Midwest south
I cannot hardcode the comment because there are 300. I dont think I can do this in a basic crosstab. By the way this needs to be in a spreadsheet format
key(number) id(varchar) comment(text)
1235 122 Midwest
1236 122 South
I want to use sharedvar to show the data horizontally and do a reset to show the next instance of the comment
for example ID 122 has two comments. The key forces the number of comments, so I need to show like this
ID comment1 comment2
122 Midwest south
I cannot hardcode the comment because there are 300. I dont think I can do this in a basic crosstab. By the way this needs to be in a spreadsheet format