Search found 109 matches

by lls
January 7th, 2016, 4:42 pm
Forum: Entry
Topic: Numerator/denominator in popup window
Replies: 7
Views: 7535

Re: Numerator/denominator in popup window

I'm stuck with the problem above...
please help
by lls
January 6th, 2016, 3:17 am
Forum: Entry
Topic: Numerator/denominator in popup window
Replies: 7
Views: 7535

Re: Numerator/denominator in popup window

Hi, the code below will return the correct country (operation) name as far as the region is set to 1 (Africa). If Region is anything else (2,3,4,5) the country (operation) name is blank. What am I missing? Thank you PROC OPERATION POSTPROC loadcase(REGION_TO_OPERATION_DICT,OPERATIONS_LU10(i)); i = O...
by lls
January 5th, 2016, 12:20 pm
Forum: Entry
Topic: Numerator/denominator in popup window
Replies: 7
Views: 7535

Re: Numerator/denominator in popup window

Thank you Josh, I wanted to minimize the number of entry fields in the form but I guess your suggestion make more sense. Can you please help me out with the following: I have numeric fields representing e.g. country, PPG, goals and alpha fields where I would like to have the label/name of the select...
by lls
January 4th, 2016, 3:28 pm
Forum: Entry
Topic: Numerator/denominator in popup window
Replies: 7
Views: 7535

Re: Numerator/denominator in popup window

Thank you. I don't think this is what I'm looking for. I would like to have different fields with numeric values automatically calculated. Some would be calculated simply from numerator/denominator but some other would be calculated based on a serie of yes/no questions with different weights. For ex...
by lls
January 3rd, 2016, 10:12 am
Forum: Entry
Topic: Numerator/denominator in popup window
Replies: 7
Views: 7535

Numerator/denominator in popup window

Hi, I would like to have fields with values expressed in percent but I would like keyers to enter a numerator and a denominator and have the % calculated autmatically. Different indicators with different numerator/denominator combination as valuesets. Is it possible to have a kind of pop up window w...
by lls
December 27th, 2015, 7:04 am
Forum: Entry
Topic: duplicate case ids message but no identical number ???
Replies: 11
Views: 13019

Re: duplicate case ids message but no identical number ???

Dear CSPro users, I finally managed to have a cascade selection that works (except that it displays the name of all possible items instead of the selected one only). I am wondering if it would be possible to have multiple selection fields as I would like to be able to do multiple selection of the it...
by lls
December 24th, 2015, 11:38 am
Forum: Entry
Topic: duplicate case ids message but no identical number ???
Replies: 11
Views: 13019

Re: duplicate case ids message but no identical number ???

From the code below, I can generate a dynamic valueset but how can I have the name of the selected item inserted in the next field which is an alpha field? I tried something as simple as OPERATIONS_NAME(i) = OPERATIONS_NAME_LU10(i); but this doesn't work. PROC OPERATION preproc {Use lookup file to s...
by lls
December 23rd, 2015, 6:15 am
Forum: Entry
Topic: duplicate case ids message but no identical number ???
Replies: 11
Views: 13019

Re: duplicate case ids message but no identical number ???

Sorry,

Now it works. Forgot to add the zero fill in dictionary
by lls
December 23rd, 2015, 6:04 am
Forum: Entry
Topic: duplicate case ids message but no identical number ???
Replies: 11
Views: 13019

Re: duplicate case ids message but no identical number ???

Thank you josh for the hint. I understand the logic but I can't make it work. The first step (region to operation) works fine but the second step (operation to PPG) doesn't. This is OK --> Example: 101Angola PROC OPERATION preproc {Use lookup file to select operation as per region} REGIONS_LU10 = RE...
by lls
December 18th, 2015, 11:26 am
Forum: Entry
Topic: duplicate case ids message but no identical number ???
Replies: 11
Views: 13019

Re: duplicate case ids message but no identical number ???

Thank you josh for the advice. I tried this but then I will loose the cascade. I’m trying to set a cascade from Region down to Indicators. For that, I have 7 external dictionaries with .dat files that contains a set of lines that start with a number followed by text. For example: Country: 101Angola ...