Search found 1844 matches
- November 5th, 2024, 4:05 pm
- Forum: Entry
- Topic: A multiple occurring item inside a roster
- Replies: 6
- Views: 3907
Re: A multiple occurring item inside a roster
The CSPro form designer does not allow you to create a roster that has multiply-occurring items. The only way to implement this is to use a repeating form, which you do by selecting the "Don't Roster" option when dragging the record onto the form: https://www.csprousers.org/help/CSPro/drag...
- October 10th, 2024, 2:29 pm
- Forum: Editing
- Topic: Modify record type
- Replies: 2
- Views: 6262
Re: Modify record type
If you are trying to do this in CSPro, you'll have to manipulate the data file using CSPro's file functions. First, you need to come up with a way to determine what lines are questionnaire records vs. person records. Perhaps the length of the record will tell you, or perhaps the order of the records...
- October 10th, 2024, 1:11 pm
- Forum: Android
- Topic: increase the gap between value labels
- Replies: 1
- Views: 9062
Re: increase the gap between value labels
Unfortunately, at the moment there is no way to increase the gap between value labels. We will consider adding modifications to the UI in a future release.
- October 10th, 2024, 1:01 pm
- Forum: News
- Topic: Asking for a new training
- Replies: 1
- Views: 6879
Re: Asking for a new training
Right now we do not have any training plans. Our building in the Washington, DC area has been under construction for a couple years, and we have only started going back into the office this month. At some point we will likely host a workshop at our headquarters. We also occasionally regional worksho...
- October 7th, 2024, 10:14 am
- Forum: Entry
- Topic: Index File
- Replies: 8
- Views: 10689
Re: Index File
All CSPro data files use an index. Some indices, like for CSPro DB, are internal to the file itself, and others (like for text), are external, using that .csidex format. However, the index is only on the case key, and because you are querying data that is not part of the key, the index won't help mu...
- October 7th, 2024, 9:49 am
- Forum: Entry
- Topic: CS.Hash.createHash(….) generates different hash values in CSPro/JavaScript
- Replies: 2
- Views: 3764
Re: CS.Hash.createHash(….) generates different hash values in CSPro/JavaScript
The difference you're seeing is because you're adding quotemarks to the text to hash: let hashedpassword = CS.Hash.createHash({text: '"' + password + '"' , type: "PBKDF2_SHA256" }); See here for an example of the differences in hashing the value with and without quotemarks: conso...
- September 26th, 2024, 7:54 am
- Forum: Entry
- Topic: Copy files
- Replies: 1
- Views: 2745
Re: Copy files
Android security restrictions prevent you accessing from data in most folders, but you can access files in the Downloads directory. See more here:
https://www.csprousers.org/help/CSPro/a ... tions.html
https://www.csprousers.org/help/CSPro/a ... tions.html
- September 4th, 2024, 8:07 am
- Forum: Android
- Topic: Item label to Question text
- Replies: 4
- Views: 2566
Re: Item label to Question text
That feature was added in November 2018. Maybe we need to do a better job highlighting new features...
- September 3rd, 2024, 7:46 am
- Forum: Android
- Topic: Item label to Question text
- Replies: 4
- Views: 2566
Re: Item label to Question text
It sounds like you want to use the feature "Initialize as Dictionary Label" that is part of Question Text Macros:
https://www.csprousers.org/help/CSPro/q ... acros.html
https://www.csprousers.org/help/CSPro/q ... acros.html
- August 19th, 2024, 10:22 am
- Forum: Entry
- Topic: Deploying files on csweb
- Replies: 2
- Views: 5147
Re: Deploying files on csweb
There is no way, using CSDeploy, to specify that you want the application deployed to a specific subdirectory. Why do you need this specific path? You can always: 1) Use CSDeploy to deploy to a "Local folder." 2) Upload the files from this folder (using syncfile) to a specific location on ...