Tabulating items with multiple value sets
Posted: October 16th, 2013, 5:07 pm
I have a problem generating tables with items containing multiple value sets. Something I don't understand, please advise.
In the dictionary, I have an item with 3 value sets
VS_1
label1 [1]
VS_2
label1 [1]
label2 [2]
label3 [3]
label4 [9] Missing
VS_3
label1 [1]
label2 [2]
label3 [3]
label4 [9] Missing
I have a data file with one record only where VS_1 is [1]
In a table I drag&drop :
VS_1
VS_2
VS_3
If I run the table with the data file, the result shows
VS_1 1
VS_2 1
VS_3 1
instead of
VS_1 1
VS_2 -
VS_3 -
Why CSPro doesn't make the difference between value sets?
In the dictionary, I have an item with 3 value sets
VS_1
label1 [1]
VS_2
label1 [1]
label2 [2]
label3 [3]
label4 [9] Missing
VS_3
label1 [1]
label2 [2]
label3 [3]
label4 [9] Missing
I have a data file with one record only where VS_1 is [1]
In a table I drag&drop :
VS_1
VS_2
VS_3
If I run the table with the data file, the result shows
VS_1 1
VS_2 1
VS_3 1
instead of
VS_1 1
VS_2 -
VS_3 -
Why CSPro doesn't make the difference between value sets?