Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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