Search found 109 matches

by lls
January 8th, 2014, 9:24 pm
Forum: Entry
Topic: How can we merge 2 data files into one file
Replies: 4
Views: 7310

Re: How can we merge 2 data files into one file

For concatenation, have a look at this video made by CG from University of Reading http://www.youtube.com/watch?v=Qxm8cY6b2H0
by lls
January 8th, 2014, 5:03 pm
Forum: Entry
Topic: Logic Language and commands
Replies: 4
Views: 6849

Re: Logic Language and commands

Try instead:

if not $ = 99 then

or

if ! $ = 99 then

or

if $ <> 99 then

I think all should work, I usualy use the "not" word rather than symbols.
by lls
January 7th, 2014, 8:08 pm
Forum: Entry
Topic: Logic Language and commands
Replies: 4
Views: 6849

Re: Logic Language and commands

Did you have a look at the reference page of this site? http://www.csprousers.org/reference/ You will find some interesting documentation, such as the "Language Cheat Sheet" or the “Development of Data Entry and CAPI Applications in CSPro“. Also, on the Census Bureau website you will find ...
by lls
January 3rd, 2014, 6:24 am
Forum: Entry
Topic: How to use check box for 15 option
Replies: 5
Views: 5189

Re: How to use check box for 15 option

Be aware that check boxes only work with "Alpha" values. The item must be of type "Alpha", and must have a length equal to the number of possible responses. The value set must have that same number of discrete values. Each value corresponds to one of the responses and will be dis...
by lls
December 27th, 2013, 9:03 am
Forum: Tabulation
Topic: batch version 3 or 4
Replies: 3
Views: 4819

Re: batch version 3 or 4

I haven't tried, but maybe this will help. You can find it in the "Tools" section. Version Shifter This program is designed for power users who have multiple versions of CSPro on their machines. It can change the registry to associate all of the CSPro files (.dcf, .ent, etc.) with an older...
by lls
December 17th, 2013, 5:22 am
Forum: Tabulation
Topic: Tabulate Non Value Set Itmes
Replies: 2
Views: 4495

Re: Tabulate Non Value Set Itmes

I don’t think you can add an item in a table if this item has no value set. Without a value set, there is no value to calculate, so it doesn’t make sense to add non value sets items in a table.
by lls
November 28th, 2013, 6:42 am
Forum: Entry
Topic: Data Sequence Disturbed after adding new item
Replies: 6
Views: 6903

Re: Data Sequence Disturbed after adding new item

Hi, If you modify your dictionnary, the data already entered in your .dat file will not reflect your dictionnary anymore. That is why, after adding Q5 in the dictionnary, all data after Q4 are shifted. I think the easiest solution is to add your new item at the end of your dictionnary, if you don't ...
by lls
October 17th, 2013, 5:39 pm
Forum: Tabulation
Topic: Universe and value sets
Replies: 3
Views: 6476

Re: Universe and value sets

Thank you.
by lls
October 17th, 2013, 4:28 am
Forum: Tabulation
Topic: Universe and value sets
Replies: 3
Views: 6476

Universe and value sets

Is it possible to filter from value sets instead of value in Universe? In the Edit Universe wizard, value sets appears in Dictionary Tree but it is not possible to write in Universe someting like [VALUE_VS2 = 1]. The system message display "Invalid Universe Syntax". Is it not possible to d...
by lls
August 24th, 2013, 9:20 am
Forum: Entry
Topic: Relative pathname in Cspro
Replies: 6
Views: 6802

Re: Relative pathname in Cspro

Hi,
can you explain what you are trying to do?

Maybe you need to start from your application folder, something like

\..\PATH\TO\FOLDER