Hi Grogery Martin,
Good Evening !
I just wanted to know Whether Beta version of 7.5 covers grid data table ? x axes and y axes in a question ?
Regards,
Ramesh
Search found 11 matches
- September 2nd, 2020, 11:14 am
- Forum: Android
- Topic: Grid Table in Question
- Replies: 1
- Views: 417
- September 2nd, 2020, 9:45 am
- Forum: Android
- Topic: How to Show Multiple Questions in a single Screen
- Replies: 2
- Views: 540
How to Show Multiple Questions in a single Screen
Hi Gregory Martin,
I have updated CSEntry 7.5.0 (Beta). But I am not able to see multiple questions in a single Screen. Is there options to be choosed to display multiple questions in a single screen ?
Regards,
Ramesh
I have updated CSEntry 7.5.0 (Beta). But I am not able to see multiple questions in a single Screen. Is there options to be choosed to display multiple questions in a single screen ?
Regards,
Ramesh
- April 18th, 2018, 9:01 pm
- Forum: Entry
- Topic: Validating Alpha Fields
- Replies: 3
- Views: 2251
Re: Validating Alpha Fields
Hi, You may use utility like in POSTPROC; if length(strip($))<1 then errmsg("At least one option should be selected"); reenter; endif; like this you can validate other codes if you are keying on windows; can check validitiy of codes as well, repeatation as well, but if it is for android then repeata...
- January 26th, 2018, 10:42 am
- Forum: Entry
- Topic: How to Random Order Set of Questions
- Replies: 2
- Views: 2000
Re: How to Random Order Set of Questions
Hi Gregory Martin,
Thank you so much. I will try to search your prior post on same issue and try to resolve it.
Regards,
Ramesh
Thank you so much. I will try to search your prior post on same issue and try to resolve it.
Regards,
Ramesh
- January 26th, 2018, 1:18 am
- Forum: Entry
- Topic: How to Random Order Set of Questions
- Replies: 2
- Views: 2000
How to Random Order Set of Questions
Hi All CSPro Users, I have a query if anybody has idea to resolve this. In my survey I have a 6 questions, first five questions to be ask to respondent in random/roated way. Order of the questions has to be change for next respondent. I have tried to use generating random number 1:5 to select the qu...
- January 17th, 2018, 1:53 am
- Forum: Synchronization
- Topic: How to concate data files from FTP sync through SYNCDATA
- Replies: 3
- Views: 2440
Re: How to concate data files from FTP sync through SYNCDATA
Hi Gregory Martin,
Yes now it worked perfectly... there was some error on my app so there i was facing problems
now it is done whatever I was looking for.
Thank You So Much Again
Regards,
Ramesh
Yes now it worked perfectly... there was some error on my app so there i was facing problems
now it is done whatever I was looking for.
Thank You So Much Again
Regards,
Ramesh
- January 16th, 2018, 8:54 am
- Forum: Synchronization
- Topic: How to concate data files from FTP sync through SYNCDATA
- Replies: 3
- Views: 2440
Re: How to concate data files from FTP sync through SYNCDATA
Hi Gregory Martin, Thank you for your response. I have tried to download data from DataViewer but it downloads only single file which has been synced through this (my pc) device.. It does not download all other files which is uploaded (synced) from other devices. I wanted to download all these files...
- January 14th, 2018, 10:46 am
- Forum: Synchronization
- Topic: How to concate data files from FTP sync through SYNCDATA
- Replies: 3
- Views: 2440
How to concate data files from FTP sync through SYNCDATA
Hi Josh, I have syncdata to FTP using SyncData command. After I checked on FTP it has created CSPro\DataSync\cspro7test_dict\data\ and files uploaded by different devices........... 180373c9055e$6bf1797d-756e-4b4b-9595-ac7c46be4be0 180373c9055e$a6536e43-c20a-40c7-b3bd-18297d1d0818 541880d93610$c6162...
- November 16th, 2017, 11:40 pm
- Forum: Entry
- Topic: repeat count for household roster form
- Replies: 6
- Views: 3882
Re: repeat count for household roster form
Hi Josh,
If there are twins in household; yes it will have problem on duplication check then we have to add one item in roaster either name of member or other flag variable; so that your requirement could pass easily....
Hope it will solve your problem
If there are twins in household; yes it will have problem on duplication check then we have to add one item in roaster either name of member or other flag variable; so that your requirement could pass easily....
Hope it will solve your problem

- November 16th, 2017, 12:22 am
- Forum: Entry
- Topic: repeat count for household roster form
- Replies: 6
- Views: 3882
Re: repeat count for household roster form
Hi Josh, As per my understanding you are trying to check repeatation of members detail in roaster; if i m not wrong understanding your requirement; in this case i would suggest curocc() function on roaster, Lets assume we have Age, Sex, Occ, Edu in household roaster. If all variables matches with on...