Roster operation

Discussions about CSEntry
Mahedi1991
Posts: 8
Joined: November 21st, 2021, 10:09 pm

Re: Roster operation

Post by Mahedi1991 »

Hi sherrell,

Happy New Year. Hope you are fine. I have a problem with others specify function. Please help me with this.

Mahedi
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: Roster operation

Post by sherrell »

Hi Mahedi,

Happy New Year to you as well, hope your holidays went well.

What function are you referring to exactly, and how are you trying to use it? Is this within the previous (tea garden survey) application? If so, what variable are you working on, what are you trying to do? A code snippet would help if you have it.

Thanks
Sherrell
Mahedi1991
Posts: 8
Joined: November 21st, 2021, 10:09 pm

Re: Roster operation

Post by Mahedi1991 »

Hi sherrell,

Its long back to have a conversation with you.
Hope you are doing well.
I am recently developing a CAPI for survey. I am attaching the zip.file. I need a suggestion is there any room for developing more easy way to conduct survey using this cspro application.
Eagerly looking for your suggestion.

Regards
Mahedi
Attachments
Beneficiary.zip
(82.73 KiB) Downloaded 154 times
vgonzalez
Posts: 27
Joined: March 12th, 2020, 4:19 pm
Location: VENEZUELA

Re: Roster operation

Post by vgonzalez »

Hello Mahedi,

I hope you're well.

I invite you to consider some recommendations to make it easier or avoid writing many lines of code, using the properties of the occurrence labels for each record.
OccurrenceLabels.jpg
OccurrenceLabels.jpg (118.33 KiB) Viewed 5256 times
https://www.csprousers.org/help/CSPro/o ... abels.html


Likewise, you can customize the questions using the getocclabel function, where you can use the label of the active occurrence in the CAPI questions with ~~getocclabel($(curocc($)))~~. For more information, you can consult the online help:

https://www.csprousers.org/help/CSPro/g ... ction.html
https://www.csprousers.org/help/CSPro/c ... tions.html

greetings
Victor Gonzalez
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: Roster operation

Post by sherrell »

Hi Mehedi,

See attached for some comments, all of which can be applied to any application, not just this one.

Sherrell
Attachments
smg app recommendations.docx
(14.77 KiB) Downloaded 171 times
Mahedi1991
Posts: 8
Joined: November 21st, 2021, 10:09 pm

Re: Roster operation

Post by Mahedi1991 »

Many many thanks for your suggestion. I applied it. It becomes easy for formulating logic.
Post Reply