Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Scatter graph does not plot data correctly

Received Response
41
Views
2
Comments

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

Tagged:

Answers

  • Rank 2 - Community Beginner

    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.

  • Rank 4 - Community Specialist

    sorry , i don't understand. i use Oracle Bi publisher

Welcome!

It looks like you're new here. Sign in or register to get started.