Guest_imported
New member
- Jan 1, 1970
- 0
I'm currently encountering this problem. Would somebody out there help me to solve it.
///////////////////////FORMULA/////////////////////////////
Local NumberVar consult;
if {REPORTDATA.STAFFID} = {?SID} and Uppercase({REPORTDATA.ITEM}) = Uppercase("cVisit" and NumericText ({REPORTDATA.READING}) then consult:=ToNumber({REPORTDATA.READING});
consult;
///////////////////////FORMULA/////////////////////////////
I'm using this formula to group a list of names. If the ({REPORTDATA.ITEM}) is not "cVisit", the ({REPORTDATA.READING}) will be converted to 0 and 0 will be part of the group field. Is there any way where i can opt names under 0 reading from the group?
///////////////////////FORMULA/////////////////////////////
Local NumberVar consult;
if {REPORTDATA.STAFFID} = {?SID} and Uppercase({REPORTDATA.ITEM}) = Uppercase("cVisit" and NumericText ({REPORTDATA.READING}) then consult:=ToNumber({REPORTDATA.READING});
consult;
///////////////////////FORMULA/////////////////////////////
I'm using this formula to group a list of names. If the ({REPORTDATA.ITEM}) is not "cVisit", the ({REPORTDATA.READING}) will be converted to 0 and 0 will be part of the group field. Is there any way where i can opt names under 0 reading from the group?