I have a survey data like this:
Code:
input id sequence q1 q2 q3 q4 q5 001 1 1 3 2 1 5 001 2 3 2 1 5 6 001 3 4 5 2 9 0 001 4 2 4 2 5 9 002 2 1 4 2 1 0 002 3 4 2 1 0 9 003 4 2 1 9 0 9 004 1 1 3 2 9 8 004 3 2 3 1 9 2 004 4 2 0 9 4 3 end
Code:
input id sequence q1 q2 q3 q4 q5 001 1 1 3 2 1 5 001 2 3 2 1 5 6 001 3 4 5 2 9 0 001 4 2 4 2 5 9 002 1 002 2 1 4 2 1 0 002 3 4 2 1 0 9 002 4 003 1 003 2 003 3 003 4 2 1 9 0 9 004 1 1 3 2 9 8 004 2 004 3 2 3 1 9 2 004 4 2 0 9 4 3 end
0 Response to Insert empty row by group conditionally
Post a Comment