how fix "must have arguments of the same type"
Find more posts tagged with
Sort by:
1 - 1 of
11
Hi!
date_diff() takes two date/time attributes. You are passing "LatestDate<7" as the second parameter, that would be a boolean result.
This would be a syntactically correct form of the formula:
if(date_difff(PerformedDate, LatestDate) < 7776000000), 1, 0)
Numbers must be specified without the thousands separators in the formula.
Regards,
Balázs
date_diff() takes two date/time attributes. You are passing "LatestDate<7" as the second parameter, that would be a boolean result.
This would be a syntactically correct form of the formula:
if(date_difff(PerformedDate, LatestDate) < 7776000000), 1, 0)
Numbers must be specified without the thousands separators in the formula.
Regards,
Balázs
date_diff() takes two date/time attributes. You are passing "LatestDate<7" as the second parameter, that would be a boolean result.
This would be a syntactically correct form of the formula:
if(date_difff(PerformedDate, LatestDate) < 7776000000), 1, 0)
Numbers must be specified without the thousands separators in the formula.
Regards,
Balázs