Search found 52 matches

by YFT_CBSD
July 3rd, 2024, 12:18 am
Forum: Editing
Topic: SET INPUT
Replies: 1
Views: 1741

SET INPUT

If there is a function setouput? is there a function like setinput then choose the *.csdb in the batch application?

Thanks in advance.
by YFT_CBSD
June 26th, 2024, 7:17 am
Forum: Other
Topic: Compress with password
Replies: 1
Views: 1257

Compress with password

Hi can i compress a zip file with a password? is this possible? thanks
by YFT_CBSD
June 11th, 2024, 2:46 am
Forum: Editing
Topic: Password
Replies: 1
Views: 1320

Password

Hi, I have issues in my batch application, i have hard coded the password: setoutput(maketext("sample_data.csdbe|password=Gq26vm@5w%b&zF$E")); when i open it via data viewer it says "The password is invalid" but when i open it via data entry and set the password in the input ...
by YFT_CBSD
April 29th, 2024, 1:57 am
Forum: Editing
Topic: Function to return the count of categories
Replies: 3
Views: 4326

Re: Function to return the count of categories

Thanks, how can i do it in a tabulation application, adding a new data item as a categories counter?
by YFT_CBSD
April 24th, 2024, 5:39 am
Forum: Editing
Topic: Function to return the count of categories
Replies: 3
Views: 4326

Function to return the count of categories

Hi, what function can i use to return the total count of categories?(highlighted in yellow mark)

for example data item of City. (please check the picture).
Tried using the STAT function but i only want to return the count of categories.

btw this is a batch editing tool
Thanks in advance.
by YFT_CBSD
March 6th, 2024, 9:14 pm
Forum: Other
Topic: EXTRACTION
Replies: 3
Views: 5435

Re: EXTRACTION

Unfortunately, the .zip file is encrypted. Is there a way to hardcode the password for decompression?

Thanks again.
by YFT_CBSD
March 6th, 2024, 6:33 am
Forum: Other
Topic: EXTRACTION
Replies: 3
Views: 5435

EXTRACTION

Hi can u pls add my code to do the ff:
1.extract the sample data.zip
2. make the input data based from the extracted sample data.zip

Here:
SystemApp winrar;
winrar.setArgument(pathconcat("../Sample data.zip"));
winrar.exec("WinRAR.exe");

Thanks
by YFT_CBSD
February 2nd, 2024, 12:52 am
Forum: Editing
Topic: Editing of CASEID
Replies: 1
Views: 4965

Editing of CASEID

Hi how can i batch edit the BSN in caseID?

For Example:
Case ID length is 6.

city bsn
02 0001
02 0003
02 0007
02 0101

I want to batch edit it to be arranged like this:
city bsn
02 4001
02 4002
02 4003
02 4004
by YFT_CBSD
January 18th, 2024, 2:22 am
Forum: Editing
Topic: Duplicate Household Head Name
Replies: 3
Views: 38564

Re: Duplicate Household Head Name

Thanks, the code is working. Additionally i want to printout the age of John in case 140013, it should appear in 140012 errror message, how can i do this? errmsg("'%s' already encountered in case '%s'", HH_NAME, hhNames(HH_NAME)); Case [140012] has 1 messages (0 E / 0 W / 1 U) U -'Joe Coe'...
by YFT_CBSD
January 4th, 2024, 3:37 am
Forum: Editing
Topic: Duplicate Household Head Name
Replies: 3
Views: 38564

Duplicate Household Head Name

Hi,

What function can i use to display the duplicate household head name but different case id? This is a batch editing application.

For example.

140012
HHHead Name: Joe Coe

140013
HHHead Name: Joe Coe

Thanks. In advance