Search found 49 matches

by YFT_CBSD
October 12th, 2023, 3:21 am
Forum: Other
Topic: Data Viewer
Replies: 1
Views: 3514

Data Viewer

Im trying to create a batch tool to open a data viewer and preset the password but the password is not hidden. Do you have any idea or any other way to do it?

So here is the data viewer
File C:\Users\Desktop\Tool\\sample_data.csdbe|password=password
Type Encrypted CSPro DB
Cases 100
by YFT_CBSD
September 12th, 2023, 10:24 pm
Forum: Tools
Topic: Export into Excel File
Replies: 2
Views: 12014

Export into Excel File

Hi, how can I export the csdb data file into a Excel file but the Value display will be the label not the code?

Thanks
by YFT_CBSD
September 12th, 2023, 10:22 pm
Forum: Tools
Topic: database disk image is malformed
Replies: 2
Views: 3357

Re: database disk image is malformed

Thanks Justin!
by YFT_CBSD
September 8th, 2023, 2:03 am
Forum: Tools
Topic: database disk image is malformed
Replies: 2
Views: 3357

database disk image is malformed

Hi, I have error when concatenating the file with the other files and when trying to save it into another file(from csdbe to csdb) same error prompt. Thanks
by YFT_CBSD
July 28th, 2023, 10:00 pm
Forum: Other
Topic: Merging of 2 CSDBE Files
Replies: 7
Views: 24029

Re: Merging of 2 CSDBE Files

Yes. for example I have 10cases in A.csdbe and 10 cases also in B.csdbe. How can i set it at the loadcase function all at once(not manually typing all the case id of 10 cases). Can u show how to insert the forcase function in the code below? Thanks // load the case in B setfile(MY_DICT, "b.csdb...
by YFT_CBSD
July 26th, 2023, 2:56 am
Forum: Other
Topic: Merging of 2 CSDBE Files
Replies: 7
Views: 24029

Re: Merging of 2 CSDBE Files

Hi, what function should i use in the

loadcase(HPQF2_DICT, "my_id");

to call all the caseid in my csdbe?
Thanks
by YFT_CBSD
June 21st, 2023, 11:37 pm
Forum: Editing
Topic: Reconstruction
Replies: 1
Views: 17746

Reconstruction

Hi everyone, I'm seeking suggestions on how to perform batch editing to reconstruct this record: The column size is fixed, but the row size depends on the number of sellers. If you have any ideas or recommendations, please share. Thanks Record Seller seller Item_1 Item_2 Item_3 Item_4 1 mark apple a...
by YFT_CBSD
June 18th, 2023, 8:18 pm
Forum: Tabulation
Topic: Relations of multiple Records
Replies: 1
Views: 17471

Relations of multiple Records

Using tabulation applications.

Is there a way to make a relations of 3 or more records?

Thanks
by YFT_CBSD
June 5th, 2023, 11:01 pm
Forum: Tabulation
Topic: COUNT FUNCTION
Replies: 7
Views: 4149

Re: COUNT FUNCTION

hi everyone. thanks.
by YFT_CBSD
June 5th, 2023, 7:05 am
Forum: Tabulation
Topic: COUNT FUNCTION
Replies: 7
Views: 4149

Re: COUNT FUNCTION

Yes i want to count the total male per household in my tabulation application, but per checking if a househould has a male(example 2 or more male in a household) the tabulation count is per household not per individual. i just added the errmsg(); function to check if the used function is correct. An...