Hi
I am trying to show something if a value in the report footer is equal to something then display one field in the Group Header and if not show another field. Which ever case the other field also needs to be supressed.
So in the report foot I have
Field: Noofstops
In the GroupHeader I have 2 fields
ordeheader.totalvalue and @totvolume.
If noofstops = 1 then I want @totvolume to display and the ordeheader.totalvalue to supress
if noofstops >1 then I want ordeheader.totalvalue to display and the @totvolume to supress.
I cannot figure out how to achieve this, could someone advise on how to do this please, I am sure it is possible
Thanks
I am trying to show something if a value in the report footer is equal to something then display one field in the Group Header and if not show another field. Which ever case the other field also needs to be supressed.
So in the report foot I have
Field: Noofstops
In the GroupHeader I have 2 fields
ordeheader.totalvalue and @totvolume.
If noofstops = 1 then I want @totvolume to display and the ordeheader.totalvalue to supress
if noofstops >1 then I want ordeheader.totalvalue to display and the @totvolume to supress.
I cannot figure out how to achieve this, could someone advise on how to do this please, I am sure it is possible
Thanks