B
Bill Burke
Not sure which group to post this in......
Trying to apply conditional formatting to a date field using Sharepoint
Designer 2007. I want to change the font of the date when it is within 7 days
or less of the due date.
I am using;
number(translate(substring-before(@DueDate,'T'),'-','')) >= @DueDate-7
but it is not working. Anyone see what I'm doing wrong or have suggestions.
Thanks, Bill
Trying to apply conditional formatting to a date field using Sharepoint
Designer 2007. I want to change the font of the date when it is within 7 days
or less of the due date.
I am using;
number(translate(substring-before(@DueDate,'T'),'-','')) >= @DueDate-7
but it is not working. Anyone see what I'm doing wrong or have suggestions.
Thanks, Bill