Hi Abhilash
Thanks for your reply,
I attach a .jpg snapshot of my screen.
Image may be NSFW.
Clik here to view.
A BELL (wingding) appears on all GH3 whenever the total Qty for all groups does not become zero.
This is fine, but to make the screen more user-friendly, I chose to make the Bell DEEP RED if the total Qty is <.> 0 for the particular group, and FAINT RED if the Total Qty = 0 for the particular group.
That's why I wish to place the Bell in the Header i.o footer (and also to save space ... I can then suppress the GF3)
To make the bell faint or deep red, I use this formula in the X-2 Box for Font
IF {#Tot_QtyOnHand} = 0 THEN Color (255,204,204) // very pale red
ELSE IF {#Tot_QtyOnHand} <> 0 THEN crRed
Is there any trick I can use to achieve what I want to do?
You cannot move it to the header unless the running total can be replaced with a 'simple' summary field.
Could you explain more fully what you mean by 'simple' summary field?
My summary field is just a sum of Qty, which is reset on each change of group
Thanks
Leon Lai