Search found 103 matches

by Yass
November 14th, 2017, 6:50 am
Forum: Entry
Topic: Code works on 6.3 but does not work on 7.02
Replies: 5
Views: 4846

Re: Code works on 6.3 but does not work on 7.02

Thanks Josh, the help i want i did not explain well. I will like to use the ID keyed to set the values to be selected in CLUSTER I was trying something like this but got lost with it: preproc numeric i xCluster,xTeam,k,xcode; xTeam=INTERVIEWER_ID/10; do i = 2 while i <= 5 xTeam=INTERVIEWER_ID/10; k=...
by Yass
November 14th, 2017, 1:41 am
Forum: Entry
Topic: Code works on 6.3 but does not work on 7.02
Replies: 5
Views: 4846

Re: Code works on 6.3 but does not work on 7.02

Thanks Josh, I have this external file that i have assigned teams to a cluster. Can I use this external file to set values for the Clusters based on InterID. Find attached QTest. I have search the forum i can see a similar example. For example if I enter Interviewer ID 203 then CLUSTER will set valu...
by Yass
November 11th, 2017, 1:32 am
Forum: Entry
Topic: Code works on 6.3 but does not work on 7.02
Replies: 5
Views: 4846

Code works on 6.3 but does not work on 7.02

Dear CSPro, I have this line of codes that check IDs from an external file in a .dat format Proc IntID XCODE = $; if !loadcase(INTERW,XCODE) then errmsg(001,IntID); reenter; endif; Any ID I enter in Proc IntID either it wrong or write , I still have the error message 001 in the 7.02 but this work fi...