Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

master calendar?

can any body explain about these script

  1.                 YeartoDate(TempDate)*-1 as CurYTDFlag, 
  2.                YeartoDate(TempDate,-1)*-1 as LastYTDFlag, 
  3.                inyear(TempDate, Monthstart($(varMaxDate)),-1) as RC12, 
  4.                date(monthstart(TempDate), 'MMM-YYYY') as MonthYear, 
  5.                ApplyMap('QuartersMap', month(TempDate), Null()) as Quarter, 
  6.                Week(weekstart(TempDate)) & '-' & WeekYear(TempDate) as WeekYear, 
  7.                WeekDay(TempDate) as WeekDay

How it will work 

explain above script

1 Solution

Accepted Solutions
maxgro
MVP
MVP

answers in image or attachment

1.png

View solution in original post

1 Reply
maxgro
MVP
MVP

answers in image or attachment

1.png