Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i'm trying to limit the date dimension to the last 7 days only, using a conditional.
something like that '>=today() -6'
how can i do that?
thanks,
Yaron.
Hi,
Use this as a calculated dimension.
=if(DateField>=date(today()-6),DateField)
Regards
ASHFAQ
there's still a column that shows totals even though the 'show total' option is off. how can i take it off?
Hi,
Make sure suppress when values IsNull is Checked.
Regards
ASHFAQ