@Sudeep_Neupane wrote: Makes sense. It seems like I will have to SET then as it matches your first scenario. Well basically, I have four waves, and within those waves, the same variable is calculated 5 to 6 times at different periods of time.
Depending on how it is stored you might have a series of variables. X1 - X6 for example. Or you might have multiple observations per wave with the time period as a secondary key variables. But that is probably not how it is currently setup based on the observation counts you provided before.
You can always convert from one structure to another structure depending on your reporting/analysis needs.
... View more