Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kmstephenson
Creator
Creator

use month as static step for trend chart?

Hi All,

I have the chart below with the following Static Min and Static Max:

Static Min: MIN({1}EndDtMonYr)

Static Max: MAX(EndDtMonYr)

The below chart displays when I have the maximum EndDt (08/31/2015) selected.

When I select EndDt 12/31/2014, I see the following happen to the axes:

The months are listed twice...

How do I set the static step so that it only shows a month once? EndDt is always the last day of the month and EndDtMonYr is created using MonthName().

Thanks!

Tina

2 Replies
cesaraccardi
Specialist
Specialist

Hi,

Have you tried setting the time dimension as continuous (Axes tab)?

kmstephenson
Creator
Creator
Author

Yes, in order to set static min and static max for the scale, I needed to set the dimension axis as continuous. When I did not set this as continuous, the chart did not recognize the distance between months...