I an trying to pull all items that are 2 years old (or older) that have no use by using the following formula.
{timWhseBinInvt.QtyOnHand} <> 0.00 and
not ({timItem.ItemID} startswith "*") and
{tglAccount.GLAcctNo} in ["1200000", "1205000", "1400000", "1405000"] and <= Date (2009,04,30)
It gives me the following error
A number, Currency amount, Boolean, Date-Time, or string is expected here.
I am using Crystal Reports X (10) The formula work up until the last AND statement, when I add that it bombs out. Please Help.
{timWhseBinInvt.QtyOnHand} <> 0.00 and
not ({timItem.ItemID} startswith "*") and
{tglAccount.GLAcctNo} in ["1200000", "1205000", "1400000", "1405000"] and <= Date (2009,04,30)
It gives me the following error
A number, Currency amount, Boolean, Date-Time, or string is expected here.
I am using Crystal Reports X (10) The formula work up until the last AND statement, when I add that it bombs out. Please Help.