May 19, 2005 #1 menark IS-IT--Management Jul 15, 2004 13 US Is there a problem with the functions monthtoday, yeartodate, Lastyearytd ???? in Crystal 9.2.0.448 I am evaluating a simple date field and it meets the requirements but it keeps giving me 0 for the end results..???
Is there a problem with the functions monthtoday, yeartodate, Lastyearytd ???? in Crystal 9.2.0.448 I am evaluating a simple date field and it meets the requirements but it keeps giving me 0 for the end results..???
May 19, 2005 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Try posting what you tried, and where. -k Upvote 0 Downvote
May 20, 2005 Thread starter #3 menark IS-IT--Management Jul 15, 2004 13 US if {invoice_hdr.invoice_date} in MonthToDate then {invoice_line.extended_price} else 0 the thing is if I use the below formula it works.. so I would need to modify my formulas for (MonthToDate, YearToDate, LastYearYTD) if {invoice_hdr.invoice_date} >= '05/01/2005' then {invoice_line.extended_price} else 0 Upvote 0 Downvote
if {invoice_hdr.invoice_date} in MonthToDate then {invoice_line.extended_price} else 0 the thing is if I use the below formula it works.. so I would need to modify my formulas for (MonthToDate, YearToDate, LastYearYTD) if {invoice_hdr.invoice_date} >= '05/01/2005' then {invoice_line.extended_price} else 0
May 20, 2005 #4 Naith Programmer May 14, 2002 2,530 GB Was this fixed when you checked your Set Print Time value? Upvote 0 Downvote