hello experts.
I have a question about X axis.
I have this a chart with month/year in X Axis.

my customer would like to see chart like this:

Is that possible?
In my first chart (obiee) I get year only once because I have this formula in year column:
CASE WHEN "Time"."Month" = 6 THEN CAST("Time"."Year" AS CHAR(8)) ELSE ' ' END
Any ideas?
Thanks!