Series labels in Graph
I must be overlooking something here but I'm not able to get the labels I want for series in my graphs.
If I make a select like 'select dummy from dual' I will get a query and a group. The group will have an "item" called DUMMY below and if I would make a graph the value (let's ignore it's X) would belong to the seris DUMMY and DUMMY would be shown in the legend.
So I make an alias in the query: 'select dummy "My Serie" from dual'.
But now the group item is called My_Serie.
And if I have another graph for a serie with the same name it MUST have a different name. There cannot be two group items called the same, not even in different selects.
So the simple question is: how do I set a good title/label for my series?
This is Report Builder 10.1.2
Kind regards
Tomas Albinsson