Report displays 1/0/00 for all the blank dates when exported to xls data only format. How do i avoid getting 1/0/00 and just show the empty space where ever there are blank dates.
I have placed @date in details and then summarized on Max. (Max @date is in group footer now)
@date
If isnull(datefield) then ' ' else
totext(datefield, 'MM/dd/yyyy')
Now i have to display the summarized dates which is a text now based on colors.
Here is my backfround color formula
if Max(@date, query1) < totext(printdate, 'MM/dd/yyyy') then Crgreen else Crwhite.
This formula however doesnt calculate the date logic . Itried to test it by just displaying year yyyy and it works , as soon as month or date comes the formula it does not color based on th econdition.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.