Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 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
Repeated labels on chart axis

Summary
Repeated labels on chart axis
Content
Does anybody know why this might be happening?
-- simple XLS as a Data Source - One description Column and a number Column (Number summed, values eith 1,2 or 3)
-- When I create a barchart of any type it shows two entries per number
so my X Axis on a horizontal bar is showing 1,1,2,2,3,3 when it should be showing 1, 2, 3
Same affect if flipped to Y axis...
Is this a bug?
I've tried:
-- Changing it to plane CSV after moving through a Data Flow
-- Changing it to two different CSV's (Dim & Fact and toggled SUM on the number)
Still no joy..... I'm missing something here....
Answers
-
hi Ciaran,
Are you sure there are no trailing spaces in your description column e.g. "1" and "1 " are treated differently
0 -
Hello,
you need to modify the formatting of the value axis. By default this is set to "no decimals". In your case, you need to set to at least one decimal (0.1).
This will solve your issue.
0