Formulas for summarizing Dollar amounts by specific month cannot be subtotalled. What would be causing this? I am attemptig to create a report which contains the months for 2005 across the top...
I was on the boards yesterday attempting to identify new customers (no orders for the same product in the last 12 months). I was able to get the correct data using the formula below but I only need to summarize the '05 orders by month.
Crystal 7.0
Scala 5.1
2005 AMOUNT = IF ((MINIMUM(LastYearYTD) - MINIMUM({FTSALES_HISTORY.DEL DATE},{@PRODUCT})) <1) AND {@YEAR} <> [2003, 2004]
OR ((MINIMUM(LastYearYTD) - MINIMUM({FTSALES_HISTORY.DEL DATE},{@PRODUCT})) > 365)
THEN {@AMOUNT}
Formula for @amount = quantity * sales price
I then created formulas to sum each month of 2005 individually. I have probably made this more complicated but I am new to both Crystal and Scala. I have groups based upon the customer code and product.
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.