system
June 4, 2010, 12:12pm
1
I have a report showing Item, Price and colour like this:
Item Price Colour
A £1 black
A £1 red
B £2 green
B £2.50 black
I want to show item A in one row, (since both item code and price are same), like this
Item Price Colour
A £1 black, red
B £2 green
B £2.50 black
How can I do this ?
Thank you
bulgaru10 (BOB member since 2006-12-15)
system
June 4, 2010, 12:37pm
2
Hi,
Try this:
Insert break on Item.
Go to break properties and deselect Show Break Footer and Show Break Header properties.
Select Block properties.
Select Show Table Header property.
This doesnt concatenate the values for Color, but doesnt repeat the Item(s).
-srujana
Break.doc (24.0 KB)
srujanaj (BOB member since 2010-02-10)
system
June 4, 2010, 12:44pm
3
Thanks, but this is not good for me. I need to show all the colours available
bulgaru10 (BOB member since 2006-12-15)
Wow - this topic really comes up quite often. I guess getting the data team’s attention to prepare more suitable reporting data is getting harder and harder these days!
Try some of these links:
Hello,
I would like to concatenate the results from an object
For eg: Let’s say there are 2 object [Item] and [Color].
For each item I would like to display colors in the same row in the table.
For eg:
Item 1 Red, Yellow,Orange
Item 2 Pink, Blue, Orange
Currently, I get each of these in separate rows:
Item 1 Red
Item 1 Yellow
Item 1 Orange
Item 2 Pink
Item 2 Blue
…etc
Is there a way to combine the colors in the same row for a give item on the report?
Thanks,
Stara
stara (BOB m…
@Fherry:
An alternate way for this type of report columns is to create universe objects and use them in the reports.
The objects can be created using CASE WHEN …END statements.
BO_Chief (BOB member since 2004-06-06)
Hello !
My question is : How two concatenate all the values of an object (for example the city) corresponding an another object
Ex : A lives in Paris, Barcelona, London, New York and B live in Tokyo, Sydney, Perth and San Francisco.
I would have two objects : On for the person and the other for all the cities where he lived.
Object 1 Object2
A Paris - Barcelona - London - New York
B Tokyo - Sydney - Perth - San Francisco
Thanks to help me.
The databs…
I think we need some kind of pre data formatted loading.
We need to write some Pl/SQl scripts to load that kind of data in a table and then create report on it.
man4urheart (BOB member since 2003-02-14)
Atul Chowdhury (BOB member since 2003-07-07)