Hi All,
I have formula field in my report with the following formula, it always print 0.00 , even though there are some records with the state "Open".
Please help us out.
whileprintingrecords;
numbervar i:=0;
if{ClearQuest.state}= "Open"
then i=i+1;
i
Thanks
Saran
I have formula field in my report with the following formula, it always print 0.00 , even though there are some records with the state "Open".
Please help us out.
whileprintingrecords;
numbervar i:=0;
if{ClearQuest.state}= "Open"
then i=i+1;
i
Thanks
Saran