devilsedge
IS-IT--Management
All,
Please assist. I am looking to build a formula to initially look for a certain text within a field than count the number of interrations.
thus far I have ...
numbervar New;
If {PH.ENTRY_TYPE} = "Holiday" Then
New:=New + 1
... but the variable does not reset.
Please assist. I am looking to build a formula to initially look for a certain text within a field than count the number of interrations.
thus far I have ...
numbervar New;
If {PH.ENTRY_TYPE} = "Holiday" Then
New:=New + 1
... but the variable does not reset.