You are on page 1of 1

DATEDIFF("month", 20/09/2020, "saturday")

Sales Diff:

ZN(SUM([Sales])) - LOOKUP(ZN(SUM([Sales])),-1)

Profit

IF (SUM([Profit]))>= 10000 THEN "High" ELSE "Low" END

IF (SUM([Profit]))>= [Profit Parameter]THEN "High" ELSE "Low" END

You might also like