Page 1 of 1

records w/calculated field

Posted: Tue Oct 22, 2002 2:06 pm
by lindam
I am trying to print records where the gross profit is 20% or less. The calculated field I created is GPtot and the expression for this field is extprc-extcst/extprc <=20. I have the Band Line Properties set up so when GPtot is true it should print those records. But it prints all the records. Does anyone have any idea what I am doing wrong?____All help is very much appreciated,____Linda

=> RE: records w/calculated field

Posted: Tue Oct 22, 2002 4:02 pm
by M._Hoffmann_(Guest)
Hi Linda,____try with: (extprc-extcst)/extprc <= 0.20____Michael.

==> RE: records w/calculated field

Posted: Tue Oct 22, 2002 5:02 pm
by Linda_M_(Guest)
Hi Michael,____Thanks for the reply. This didn^t work either. Does it make any difference that the extprc & extcst fields are total fields that are performing calculations? I know there has to be a way to do this and I know I must be overlooking something very simple.____Any other thoughts?____Thank You,____Linda

===> RE: records w/calculated field

Posted: Wed Oct 23, 2002 1:22 am
by M._Hoffmann_(Guest)
Hi Linda,____so far I know very little about your report. But maybe you should __pre-proecess your totals. And why don^t you just put the values for __extprc,extcst,extprc and the percentage on the layout for debugging? ____Then you^ll have a clue what^s going on with these values.____HTH____Michael.

===> RE: records w/calculated field

Posted: Wed Oct 23, 2002 1:51 am
by pdempsey
Linda,____What happens when you just print the totals (the elements of the calculation) on the same line? That will tell you what the formula is doing. It may be that the totals are resetting before the calculation is made.____Pat__

====> RE: records w/calculated field

Posted: Wed Oct 23, 2002 9:56 am
by lindam
Ok I figured out what I was doing wrong. In my print when true calcualted field I was referring to the wrong field. So now it filters those records that have 20% or less gross profit. However it prints the header information for each salesman. Is there a way to have these omitted altogether? In other words I have a salesman that has gp amounts higher than 20% so in my report it shows salesman x and a blank page. How do I get this report so it doesn^t print the blank records?____Again thanks for your help.____Linda

=====> RE: records w/calculated field

Posted: Thu Oct 24, 2002 1:19 am
by M._Hoffmann_(Guest)
Hi Linda,____create a preprocessed total field counting the items for each salesman. Then create a logical calculated field "hasitems" bearing the value of "itemcount > 0". Then make the printout of the group header showing the salemsman information depending on "hasitems".____Michael.

======> RE: records w/calculated field

Posted: Thu Oct 24, 2002 10:36 am
by lindam
Hi Michael,____I have created a total field called "itemcount" and have it set up "Count(ARMNAME,SLSMAN, Every,Pre-Processed)"____Then I created a calulated field called "hasitems" and the expression is "itemcount>0".____I used this as a logical field to print when true on the Page Header and it continues to print all records. I thought compressing record/group lines was supposed to prevent black records from printing. Can you think of anything I may be doing wrong? This isvery frustrating.____Thanks,____Linda

=======> RE: records w/calculated field

Posted: Thu Oct 24, 2002 12:23 pm
by M._Hoffmann_(Guest)
Hi Linda,____Nope. I^m out of ideas....____But I could have a look at you report. Send it with "some" data to m.hoffmann@compar.cc. ____Michael.____