franklin1232
IS-IT--Management
I am trying to create a running totals field with an evalute formula.
{Y_CheckItem.SaleTime} in DateTime (2005, 06, 25, 15, 00, 00)
to DateTime (2005, 08, 30, 18, 00, 00) and {Y_CheckItem.MenuID}=9708
Everything I do seems to get messed up when I use the "in DateTime" function including record selection. My problem is I have two formulas. One should calculate sales for an item from 3-6 and the other from 9-12. Problem is both return the same value so it seems to be ignoring my time criteria, but works for the menuID criteria.
{Y_CheckItem.SaleTime} in DateTime (2005, 06, 25, 15, 00, 00)
to DateTime (2005, 08, 30, 18, 00, 00) and {Y_CheckItem.MenuID}=9708
Everything I do seems to get messed up when I use the "in DateTime" function including record selection. My problem is I have two formulas. One should calculate sales for an item from 3-6 and the other from 9-12. Problem is both return the same value so it seems to be ignoring my time criteria, but works for the menuID criteria.