Page 2 of 2

Re: Roster operation

Posted: January 7th, 2022, 9:13 am
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

Re: Roster operation

Posted: January 7th, 2022, 10:40 am
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

Re: Roster operation

Posted: September 29th, 2023, 12:51 am
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

Re: Roster operation

Posted: October 2nd, 2023, 11:04 pm
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
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

Re: Roster operation

Posted: October 3rd, 2023, 11:28 am
by sherrell
Hi Mehedi,

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

Sherrell

Re: Roster operation

Posted: October 14th, 2023, 11:51 pm
by Mahedi1991
Many many thanks for your suggestion. I applied it. It becomes easy for formulating logic.