Search found 5 matches

by Jamal Hossain
January 18th, 2016, 6:41 am
Forum: Entry
Topic: Mobile number/Phone number duplication Check
Replies: 2
Views: 4947

Re: Mobile number/Phone number duplication Check

Please note: mobile numbers are 11 digit & leading 0
01714207472
01714207477
01714207478
01714207479 etc.

Please note: Land Phone numbers are 7 digits
9128201
9128202
9128203
9128204 etc.

both will be entered in "contact_no" .
by Jamal Hossain
January 18th, 2016, 6:36 am
Forum: Entry
Topic: Mobile number/Phone number duplication Check
Replies: 2
Views: 4947

Mobile number/Phone number duplication Check

Hi Duplication of Record number/ Respondent Id checks automatically executes in id items. Now I need another checks for Mobile/Phone number which should be unique for each respondents. "contract_no" are located under another record and is alpha(11). Please help/suggest on the issues. Thank...
by Jamal Hossain
September 1st, 2015, 7:59 am
Forum: Editing
Topic: Mutually exclusive check & contains code in alpha variables
Replies: 4
Views: 7086

Re: Mutually exclusive check & contains code in alpha variab

Hi Josh, Greetings ! At last I have created a loop for variable c13 to check duplicate codes PROC c13 Numeric i,j; i=1; j=i+1; //Checking duplication in Points do i = 1 while i <=47 do j = i+1 while j <=47 IF(tonumber(c13[((3*j)-2):3])>0 and (tonumber(c13[((3*i)-2):3]) = tonumber(c13[((3*j)-2):3])))...
by Jamal Hossain
August 30th, 2015, 2:19 am
Forum: Editing
Topic: Mutually exclusive check & contains code in alpha variables
Replies: 4
Views: 7086

Re: Mutually exclusive check & contains code in alpha variab

Hi Josh, Thank you very much for the solutions. I works fine. Actually, I am looking for the loop (if any) C13 and using memory variables for verifying the duplicate values. My idea is like below- but this works just for consecutive 2 values not so for others, range check is possible here. Can you p...
by Jamal Hossain
August 26th, 2015, 2:27 am
Forum: Editing
Topic: Mutually exclusive check & contains code in alpha variables
Replies: 4
Views: 7086

Mutually exclusive check & contains code in alpha variables

Hi, I am new user of CSPro, Currently, I am doing a nationwide Demographic Survey. I need help on some logical check. I have two variables say, c13 is alpha numeric (150) and contains the 3 digit codes consecutive numeric values as.. 001002003045098124156235345 ...etc.; and another variables c14 is ...