Click here to Skip to main content
15,902,908 members

Comments by Member 14944662 (Top 3 by date)

Member 14944662 29-Sep-20 17:36pm View    
i am make that

for i:=1 to Count(x) do
(
if x[i]="V" or x[i]="C" or x[i]="L"
Then j:=j+1;
);
j

If {@Vacation} = 0 Then
""
Else
{@Vacation}


but get error

the remaining text does not appear to be part of the formula
Member 14944662 29-Sep-20 17:21pm View    
like this









x:=[D01,D02,D03];
J:=0 ;
for i:=1 to Count(x) do
(
if x[i]="P" or x[i]="W"
Then j:=j+1
);

j

If {@ShipDays} = 0 Then
"Same Day"
Else
{@ShipDays}
Member 14944662 29-Sep-20 17:05pm View    
Where is this code used???