Represents the month of each bar loaded in the chart.
Syntax:
1 |
Month[N] |
Example:
1 2 3 4 5 6 7 8 9 |
lastmonth = Month[1] if(lastmonth = 12) THEN itwerechristmasmonth = 1 ELSE itwerechristmasmonth = 0 ENDIF RETURN itwerechristmasmonth |