https://docs.google.com/spreadsheets/d/1SK-8BtrMLXWradfw70Rnu4IZm8ppuxPV/edit?usp=sharing&ouid=107351716570025173091&rtpof=true&sd=true
{MAX([Event Time])}
Last 7 days 로 주요 kpi 필터링
IF [Event Time] >= [Max Event Date]-6 and [Event Time] <= [Max Event Date]
then "Last 7 days"
ELSEIF [Event Time] >= ([Max Event Date]-13) and [Event Time] < [Max Event Date]-6
then "Previous 7 days"
END
{MAX([Install Time])}
IF [Install Time]>= [Max Install Date]-6 and [Install Time] <= [Max Install Date]
then "Last 7 days"
ELSEIF [Install Time] >= [Max Install Date]-13 and [Install Time] < [Max Install Date]-6
then "Previous 7 days"
END