Can the DateDiff function in TIBCO Spotfire be used to compare months?
The DateDiff function does not compare the month. It currently only compares in day, hour, minute, second or millisecond. To compare months one could instead e.g. use the Month function to extract the months from the dates (and if needed, the Year function to extract the year), and then subtract the results.