Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Pivot Graph requirement

Hi
Can we divide(split)/borders attribute values in pivot graph as shown in below graph?
Answers
-
Hi, provided the data group electrical / mechanical / hydraulic exists in your data set, or can be calculated using case / bin logic or whatever then it should just be a case of dragging the field into the columns area, same as the existing switch, plug, cord etc
0 -
Hi Robert,
Thanks!
Forget about electrical/mechanical/hydraulic...I have data like switch,plug,cord,fuse...etc. Here when I create the Pivot graph it splits the data.
But I want to split the data with borders as shown in the below graph.
0 -
Cant you concatenate splitter in to the data set something like below?
ColumnName||'|'
and add enough space between splitter if needed.
Column Name||' '||'|'
Thanks
Aj
0