Hi Guys,
I try to browse for each category, however, it doesn't show any error code but it doesn't show anything in Data Editor and I sue command count and it shows 17,726 (total of observations).
Can you please help me why it doesn't show anything?
. tab AbbrNameProfQualification
Abbreviated name | Freq. Percent Cum.
---------------------+-----------------------------------
DR | 14 0.08 0.08
KV | 791 4.47 4.55
MR | 242 1.37 5.91
NK | 1,358 7.67 13.58
PKV | 126 0.71 14.29
SSS | 1,270 7.17 21.46
VKV | 320 1.81 23.27
VS | 1,826 10.31 33.58
VSS | 11,761 66.42 100.00
---------------------+-----------------------------------
Total | 17,708 100.00
br if AbbrNameProfQualification == "DR"
br if AbbrNameProfQualification == "KV"
......
......
I doesn't show any error code but it doesn't show anything in Data Editor. Even there is variables in it after tab command. And I use command "count", it shows 17,726 (total of observations).
It is supposed that "DR" 14, "KV" 791, etc. Please advice.
Many thanks.
Waewnet
I try to browse for each category, however, it doesn't show any error code but it doesn't show anything in Data Editor and I sue command count and it shows 17,726 (total of observations).
Can you please help me why it doesn't show anything?
. tab AbbrNameProfQualification
Abbreviated name | Freq. Percent Cum.
---------------------+-----------------------------------
DR | 14 0.08 0.08
KV | 791 4.47 4.55
MR | 242 1.37 5.91
NK | 1,358 7.67 13.58
PKV | 126 0.71 14.29
SSS | 1,270 7.17 21.46
VKV | 320 1.81 23.27
VS | 1,826 10.31 33.58
VSS | 11,761 66.42 100.00
---------------------+-----------------------------------
Total | 17,708 100.00
br if AbbrNameProfQualification == "DR"
br if AbbrNameProfQualification == "KV"
......
......
I doesn't show any error code but it doesn't show anything in Data Editor. Even there is variables in it after tab command. And I use command "count", it shows 17,726 (total of observations).
It is supposed that "DR" 14, "KV" 791, etc. Please advice.
Many thanks.
Waewnet

Comment