You are on page 1of 1

C:\Users\guru.saraf\Desktop\NW\Self Made Macro-Alteryx\CPDBA ADVANCED.

yxmc

IF [MONTH DIFF]=3 THEN "M-3" ELSEIF [MONTH DIFF]=1 THEN "M-1" ELSE "OTHER" ENDIF
C:\Users\guru.saraf\Desktop\AM\Parse+Dates\Parse_Dates_files\image001.png

C:\Users\guru.saraf\Desktop\AM\Parse+Dates\Parse_Dates_files\themedata.thmx

DateTimeFormat([FINAL TIMELINE],"%b")

TONUMBER(DateTimeFormat([FINAL TIMELINE],"%Y"))

if

DateTimeFormat([FINAL TIMELINE],"%m")="01" or
DateTimeFormat([FINAL TIMELINE],"%m")="02" or
DateTimeFormat([FINAL TIMELINE],"%m")="03" then "Q1" ELSEIF

DateTimeFormat([FINAL TIMELINE],"%m")="04" or
DateTimeFormat([FINAL TIMELINE],"%m")="05" or
DateTimeFormat([FINAL TIMELINE],"%m")="06" THEN "Q2" ELSEIF

DateTimeFormat([FINAL TIMELINE],"%m")="07" or
DateTimeFormat([FINAL TIMELINE],"%m")="08" or
DateTimeFormat([FINAL TIMELINE],"%m")="09" THEN "Q3"

ELSE "Q4" ENDIF

C:\Users\gpsnitie\Desktop
C:\Users\guru.saraf\Desktop\NW

You might also like