random

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
milisahu
Posts: 8
Joined: August 17th, 2021, 12:42 pm

random

Post by milisahu »

Hello Team,
I have 5 set of question(each set 4 question) and enumerator have to enter one set one time as per randomly selected 1 to 5.
it's working well but when enumerator some how going back to check other question data then if random number changing and asking new set of question for enumerator. so my question is any idea to not change random number if once it's entered/filled. I have tried already "setproperty($,"protected","Yes");" but still not working.
thanks in advance for your support!
Best,
M
joshua.deguito
Posts: 20
Joined: August 17th, 2022, 11:07 pm

Re: random

Post by joshua.deguito »

Hi milisahu,

These were the things that I had tried.
1. You can use visualvalue()
2. You can use seed(INTNO)

You can try both.
Post Reply