losthorizon
Technical User
There are actually three distinct formulas (all very similar) that I am seeking a solution for (all in the same report): 'Formula 300' is: {DistinctCount ({MEMBER.MEMBERNUMBER}, {BASICMASTER.BRANCH}) / 300}. 'Formula 350' is: {DistinctCount ({MEMBER.MEMBERNUMBER}, {BASICMASTER.BRANCH}) / 350}. Similarly, 'Formula 400' is: {DistinctCount ({MEMBER.MEMBERNUMBER}, {BASICMASTER.BRANCH}) / 400}. What we are trying to determine is which delegate count would be the best option (most representative) for our members attending a company convention. I'm not sure if a running total is what I need here, or what! I need a Grand Total to display, for each column...the columns are '300';'350';'400', respectively. The most representative formula result for the total will be the one we will use to determine how many delegates each branch is allowed to send to a convention. The correct answer for the 'Formula 300' should be somewhere around 98 to 100+ (delegates), if done on a manually on a calculator. The subtotals for each branch in the columns are whole numbers carried out to one decimal point (supposedly to aid in accuracy!): (i.e. 1.8, 0.3, and 3.2 delegates are examples). The board of directors will make the final determination, if a fraction is involved. The report prints three (3) pages, portrait layout. It is a "Recap" Report, by Branch office & business (dollar) amount breakdown. Is this possible on Crystal 8.0? (Others here have CRpts Version 8.5; but I have CRpts 8.0 on this machine). I've read most of Crystal's documentation on the subject of 'Running Totals'...but am struggling to understand it all. Is the 'Distinct Count' formula a problem here?