Search found 591 matches

by AriSilva
May 13th, 2018, 4:57 pm
Forum: Editing
Topic: Reading CSDB files in sorted order
Replies: 2
Views: 4033

Reading CSDB files in sorted order

If one opens a CSDB file in the DataViewer tool, the records appear as sorted.
When you process the csdb file in a batch application, they come in the order they are in the file.
Is there a way to process the csdb records as sorted in a batch program?
Best
Ari
by AriSilva
May 11th, 2018, 11:11 am
Forum: Tabulation
Topic: Saving tab specs (fqf) files
Replies: 3
Views: 5841

Saving tab specs (fqf) files

I´m executing a couple of frequencies in DataViewer, and tried to save the specs. When the field has a single valueset there is no problem, but when the field has more than one valueset and I mark just one of them: 1. the fqf file creates two items for the valueset that I marked to be executed. 2. w...
by AriSilva
May 6th, 2018, 5:16 pm
Forum: Editing
Topic: Sorting records in the Working Storage
Replies: 1
Views: 2304

Sorting records in the Working Storage

I defined a WS with an only record occurring 100 times. I started clearing the WS, but what I really wanted was the empty the records, that is, having no records at all. Apparently they cannot be emptied, because when I move some values to the first, second, third records, etc, and then, when I sort...
by AriSilva
May 6th, 2018, 5:09 pm
Forum: Editing
Topic: show function return value
Replies: 3
Views: 3616

Re: show function return value

That was good indeed, I´ll try both.
Thanks
Ari
by AriSilva
May 6th, 2018, 1:57 pm
Forum: Entry
Topic: forcase produces ambiguous symbol
Replies: 5
Views: 3866

Re: forcase produces ambiguous symbol

But if I use the count function it returns the actual number of cases.
by AriSilva
May 6th, 2018, 1:52 pm
Forum: Entry
Topic: forcase produces ambiguous symbol
Replies: 5
Views: 3866

Re: forcase produces ambiguous symbol

I´ve tried the complete name (with the dot) and the totocc returns 0 all the time.
by AriSilva
May 5th, 2018, 2:01 pm
Forum: Android
Topic: Error running application on android
Replies: 11
Views: 9111

Re: Error running application on android

It looks like the same error I got with the SAMSUNG Tab3, although in my case all the files were in the same directory tree.
by AriSilva
May 3rd, 2018, 8:35 pm
Forum: Editing
Topic: show function return value
Replies: 3
Views: 3616

show function return value

Presently the show function returns the sequential index value of the cases presented in the list. But, if the list has a "where" condition, this return code does not have any meaning. For example, if one shows the list of the persons in a household having more than 12 years old and asks &...
by AriSilva
April 30th, 2018, 6:05 pm
Forum: Entry
Topic: forcase produces ambiguous symbol
Replies: 5
Views: 3866

Re: forcase produces ambiguous symbol

Thanks, Josh,
by AriSilva
April 29th, 2018, 7:48 pm
Forum: Entry
Topic: forcase produces ambiguous symbol
Replies: 5
Views: 3866

forcase produces ambiguous symbol

I'm using the forcase instruction to load a case into memory. The dictionary has several record types, and one of them occurs 9 times. When I try to access the totoc for this record, I get the following message: ERROR: Ambiguous symbol 'Y_VISITAS' (2 synonyms found) - please provide qualifiers enoug...