@kritiment wrote: I have a dataset with 1 million records and 24 variables (with the same prefix for example month_1, month_2, month_3 up to month_24), plus ID. For each record i want to count the number of month_: where month_x is greater than 0. How do I achieve this? Any suggestion would be really appreciated. I got this,..
... View more