Using CR version 8.0
I have 2 formulas:
balance1 which resides in the group header 2 as
Whileprintingrecords;
NumberVar StartVal:= {CONST_FUNDS_AVAILABLE_WITH_PI.CONSTESCROWAMT}
this is the starting balance
and
balance2 which resides in the detail secions as
whileprintingrecords;
numbervar StartVal;
StartVal:= StartVal-{CONST_FUNDS_AVAILABLE_WITH_PI.DRAW_AMOUNT}
this is a running balance
what I want to do is in the select expert say:
balance2 > 0
problem is balance2 doesn't show when I pull up the select expert. Any ideas as to why it doesn't show???
All help and time is greatly appreciated !!
I have 2 formulas:
balance1 which resides in the group header 2 as
Whileprintingrecords;
NumberVar StartVal:= {CONST_FUNDS_AVAILABLE_WITH_PI.CONSTESCROWAMT}
this is the starting balance
and
balance2 which resides in the detail secions as
whileprintingrecords;
numbervar StartVal;
StartVal:= StartVal-{CONST_FUNDS_AVAILABLE_WITH_PI.DRAW_AMOUNT}
this is a running balance
what I want to do is in the select expert say:
balance2 > 0
problem is balance2 doesn't show when I pull up the select expert. Any ideas as to why it doesn't show???
All help and time is greatly appreciated !!