Categories
Scatter graph does not plot data correctly

Summary
Scatter graph does not plot data correctly
Content
Hello,
I am seeing some issues with plotting data on Scatter graph. Looks like it does not plot data correctly as it just shows one dot representing all values by summing up.
Is there any property that needs to be adjusted. Any help much appreciated.
the data model contains 2 lines
select 5 as X, 30 as Y,50 as TAILLE, 'mm' as SERIE from dual
union
select 50 as X, 300 as Y,100 as TAILLE, 'mm' as SERIE from dual
but the graph scatter render one plot.
regards
jm
Version
Oracle BI Publisher 11.1.1.7.1
Answers
-
Add some dimension to your report which can split data like a primary key. Also you can change column type in setting to "Use as Attribute" to let BI know to not aggregate it.
0 -
sorry , i don't understand. i use Oracle Bi publisher
0