Returns the number of days in the report scope.
Syntax
num_days()
Example
If you set the date range in a reporting table to Last week, num_days()
will return 7:
If(Impr / num_days() < 10, "Very low run rate", "")
Returns the number of days in the report scope.
num_days()
If you set the date range in a reporting table to Last week, num_days()
will return 7:
If(Impr / num_days() < 10, "Very low run rate", "")