Search found 5 matches

by micl
May 3rd, 2017, 4:04 pm
Forum: Entry
Topic: Logging operator ID with cases entered
Replies: 10
Views: 10080

Re: Logging operator ID with cases entered

{Application 'ENTRY' logic file generated by CSPro} PROC GLOBAL PROC FF PROC QUEST preproc if OPERATOR_ID = "" then    OPERATOR_ID = getoperatorid(); endif; The error that pops up on line "if OPERATOR_ID = "" then" is: ERROR: Invalid arithmetic or conditional expressio...
by micl
May 1st, 2017, 3:19 pm
Forum: Entry
Topic: Logging operator ID with cases entered
Replies: 10
Views: 10080

Re: Logging operator ID with cases entered

Hi Josh, I just double checked and it's in the dictionary as Alphanumeric.
by micl
May 1st, 2017, 2:11 pm
Forum: Entry
Topic: Logging operator ID with cases entered
Replies: 10
Views: 10080

Re: Logging operator ID with cases entered

I am trying to use the second code example in order to not overwrite the operator ID, but I keep getting an invalid statement error ("ERROR: Invalid statement near line 5 in QUEST procedure") on the following line: if OPERATOR_ID = "" then Anyone have an idea about what's going o...
by micl
April 30th, 2017, 11:35 am
Forum: Entry
Topic: Logging operator ID with cases entered
Replies: 10
Views: 10080

Re: Logging operator ID with cases entered

Thank you so much for your help. These code snippets should solve the problem. There will only be one keyer per case (entered at the office, not CAPI) but multiple keyers entering cases in the same file using the Data Entry program. It will be good to ensure that the Operator ID isn't overwritten if...
by micl
April 30th, 2017, 9:29 am
Forum: Entry
Topic: Logging operator ID with cases entered
Replies: 10
Views: 10080

Logging operator ID with cases entered

Hi all, I would like to a create a variable or log file in which the operator ID would be saved with each case ID entered. This would help with quality control and auditing activities. I know a workaround is to create a field on the first form in which the operator would manually enter their ID afte...