writchotte
IS-IT--Management
Here is the declaration in formula:
global numbervar RecCountTot;
RecCountTot := count({gsa_proc_tlib_list;1.alias});
This is where I am trying to use it in another formula:
global numbervar RecCountTot;
local numbervar iRecCount;
iRecCount := RecCountTot;
'Tape Library' & '(' & iRecCount & ')';
global numbervar RecCountTot;
RecCountTot := count({gsa_proc_tlib_list;1.alias});
This is where I am trying to use it in another formula:
global numbervar RecCountTot;
local numbervar iRecCount;
iRecCount := RecCountTot;
'Tape Library' & '(' & iRecCount & ')';