The code works except for one point of error when trying to sort.
It shows
Perhaps it was my mistake to make myself clear. I do not have a variable group in the dataset. I am working on a pane with id, year, country, and variables. For group, I mean the desired layout variable classification in the rows. When I run the code without sorting, the code works, but I still get
I guess it has to do with sorting. Sorting by group, I get the above missing variable error
Enable GingerCannot connect to Ginger Check your internet connection
or reload the browserDisable in this text fieldRephraseRephrase current sentence4Edit in GingerĂ—
It shows
Code:
sort group variable group not found
Code:
collect layout (group#var_group#rowname) (colname#result[show]) (dimension group not found) Collection: within_group Rows: group#var_group#rowname Columns: colname#result[show] Your layout specification does not uniquely match any items. One or more of the following dimensions might help uniquely match items: cmdset, rowname, var_group.
I guess it has to do with sorting. Sorting by group, I get the above missing variable error
Enable GingerCannot connect to Ginger Check your internet connection
or reload the browserDisable in this text fieldRephraseRephrase current sentence4Edit in GingerĂ—
Comment