question911
MIS
Crystal 9
Need a counter variable to start at 902 instead of 0. Does anyone know how to do this?
My formula looks like this
WhileprintingRecords;
NumberVar counter;
If not isnull(GroupName ({SERVICE.START_TIME}, "by hour")) Then counter := counter + 1
Need a counter variable to start at 902 instead of 0. Does anyone know how to do this?
My formula looks like this
WhileprintingRecords;
NumberVar counter;
If not isnull(GroupName ({SERVICE.START_TIME}, "by hour")) Then counter := counter + 1