Hey guys,
So I've created a date diff query for capture the amount of days between a custom attribute which is the ticket created date vs their installation date:
IF (DATE_DIFF([Ticket created - Date],[Install date - Date],"nb_of_days")>30) THEN FALSE ELSE TRUE ENDIF
It works well but it is also capturing negative numbers on the true part of the query when I drill in.
Any ideas on how I can fix this?
