Ken,
This is a similar question. I was trying to fully understand conditional totals in regards to manual cross tabs. I was just playing around with my current report, the one described above, but I was not getting the correct results. For example, the Trd on Date or Trd Late in the cross-tab I currently have are created using the summary field of distint count on the trade# field. This is because in our database a sell can be split into several pieces, but have the same trade# because it is part of the same trade.
Trying to create a manual cross tab, if I say
If @Processed (that is the formula that determines if Trd on TrdDate or Trd Late) = "Trd on TrdDate" = 1 else 0 and then do a summary on that field in Grp#1 of the main report, I do not get the correct results because it includes the sells records. Therefore, in my example above with TrdSysA, Trd on TrdDate can have 80 records, but 5 of those 80 can have the same trade#. Doing a distinct count I get 75 trades that were Trd on TrdDate for TrdSysA.
Can I use your method on condition totals for what I am trying to do? I think I have been looking at it so long now, I cannot see how to make this a manual cross-tab so I can get the percentages in there as well.
Thanks
morechocolate (Pam)