Conditional Formatting Formula

Trying to figure out a conditional formatting formula for a Widget. I have the color formatting working with hard coded values, but I want to have different values with a CASE statement based on today's date and I just can't figure out the formula.

What I want:

Case

WHEN [today's date] < [fixed date I need to use] THEN [value]

WHEN [today's date] < [next fixed date] THEN [next value]

etc.

ELSE [final fixed value]

END

What I don't know how to do is return "today's date" in formula form for this test. Basically, I need the Analytics version of getdate() in SQL. Anyone know how to do this?

DJ

Parents Reply Children
No Data