cbayardo
04-22-2004, 03:50 PM
Hi,
I am making a report and I am doing a count of the records, but I also want to do a count if a the Field Type is equal to a number. For example:
Name Type1 Price1 Type2 Price2 Type3 Price3
John 12 100 23 89 52 431
Type1, 2 and 3 being the Count of type1, 2 and 3
Price being the Total Price of Type1, 2 and 3
I tried Count(*), but with this method, you have to group by type and the data displays down and not accross.
Any help would be great,
Thank you
I am making a report and I am doing a count of the records, but I also want to do a count if a the Field Type is equal to a number. For example:
Name Type1 Price1 Type2 Price2 Type3 Price3
John 12 100 23 89 52 431
Type1, 2 and 3 being the Count of type1, 2 and 3
Price being the Total Price of Type1, 2 and 3
I tried Count(*), but with this method, you have to group by type and the data displays down and not accross.
Any help would be great,
Thank you