Hi,
I have a report about cars and contracts.
The report is grouped by car make (renault, ford,etc..).
I am not showing any details.
I'm trying to use the percentage in "insert->summary".
The columns read:
|total new|perc new|total|perc total
I can insert a count() summary for "total".
I can insert a count() percentage of total cars for "perc total". That tells me that for example, 12% of cars are FORD.
For "total new" : I have a formula @isnew saying "if new then 1 else 0". I do a summary count() on that, works fine.
The problem is for the "perc new" column. I do not want to know the percentage of FORD that were new, I want to know the percentage of total cars that are NEW FORD. But the summary percentage only lets you select "percentage of sum @isnew", which is not what I want.
Is it possible to do that, and if yes, How?
Thanks very much in advance,
Guillaume
==================================
Guillaume JUSTIER
Inmeres Solutions Ltd
[w] [e] guillaume@inmeres.com
==================================
I have a report about cars and contracts.
The report is grouped by car make (renault, ford,etc..).
I am not showing any details.
I'm trying to use the percentage in "insert->summary".
The columns read:
|total new|perc new|total|perc total
I can insert a count() summary for "total".
I can insert a count() percentage of total cars for "perc total". That tells me that for example, 12% of cars are FORD.
For "total new" : I have a formula @isnew saying "if new then 1 else 0". I do a summary count() on that, works fine.
The problem is for the "perc new" column. I do not want to know the percentage of FORD that were new, I want to know the percentage of total cars that are NEW FORD. But the summary percentage only lets you select "percentage of sum @isnew", which is not what I want.
Is it possible to do that, and if yes, How?
Thanks very much in advance,
Guillaume
==================================
Guillaume JUSTIER
Inmeres Solutions Ltd
[w] [e] guillaume@inmeres.com
==================================