We have a group footer with 2 text boxes, Text23 and text28
In text 23 we have some text and in the formula workshop under formatting formulas under Text23 there is supress and the formula is
GLOBAL BOOLEANVAR Trexinorder;
NOT TrexInOrder
In text 28 we have some text and in the formula workshop under formatting formulas under Text23 there is supress and the formula is
if Sum ({@ProductCheck}) = 0 then true;
In both text boxes on the report there are different text, so if an order as Trex in it it displays text 23 and if not text 28.
What I cannot work out is what the GLOBAL BOOLEANVAR Trexinorder;
NOT TrexInOrder
refers to, how does it know if it is trex or not.
I have managed to change the text so it is ok, but I don't understand how the global works, any ideas please.
Thanks
In text 23 we have some text and in the formula workshop under formatting formulas under Text23 there is supress and the formula is
GLOBAL BOOLEANVAR Trexinorder;
NOT TrexInOrder
In text 28 we have some text and in the formula workshop under formatting formulas under Text23 there is supress and the formula is
if Sum ({@ProductCheck}) = 0 then true;
In both text boxes on the report there are different text, so if an order as Trex in it it displays text 23 and if not text 28.
What I cannot work out is what the GLOBAL BOOLEANVAR Trexinorder;
NOT TrexInOrder
refers to, how does it know if it is trex or not.
I have managed to change the text so it is ok, but I don't understand how the global works, any ideas please.
Thanks