Scatter graph does not plot data correctly
Summary
Scatter graph does not plot data correctlyContent
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
Tagged:
0