Categories
- All Categories
- 89 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 51 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Merge or combine multiple rows into one row in BI Answers
can I Merge or combine multiple rows into one row in BI Answers?
Answers
-
Yes, maybe, no: it depends ...
Define "merge or combine multiple rows into one row".
0 -
0
-
So you would like to have a text column as a measure with an aggregation (because the amount will automatically aggregating assuming it's a measure and not an attribute). If your source is an Oracle Database you can use the LISTAGG function and call it from your analysis by using evaluate and defining all you need there inside.
There are many example of calling LISTAGG with evaluate in OBIEE if you google for that.
1 -
Thank @Gianni Ceresa I created the below formula in a column and worked in OBIEE answers but not in DV, in DV the same value kept repeating, the first value of the 4
EVALUATE_AGGR('LISTAGG(%1,%2) WITHIN GROUP (ORDER BY %3 DESC)',PRODUCT)
0 -
Well, your title says "BI Answers" and DV is a different product in the end, even if it still relies on the BI Server to get data out.
It could depends on many things: what you workbook is based on, how is the dataset defined etc.
As DV doesn't have an explicit definition of measures and attributes it is a bit more tricky to get it to group by at the right level etc.
0 -
No you are right, I was looking for this to be applied BI Answers, but I thought I would give it a try also in DV, that is all.
Thank you Gianni for your help as always.
Joe
0