Multiple calendar Types in the same Master Calendar Table
Hello to everybody.
I’ve created a new discussion because the old one had problems.
I have a question. What is the difference between the following two expressions? I thought in my "inexperience" that the values should be equal but they are not.
The use of the "*" in the second expression intends to intersect with the lines of the "calendar table", in which CalendarType= "Fiscal".
My first expression doesn't return the correct data, because the Max(MonthID) for same year in calendartype="Fiscal" isn't same of other calendar type (eg: Gregorian).
I've three calendars in the same table, with a identifier which is CalendarType.
My intention is to pass the calendar type as an variable, but for now i'm only testing values.