Dear all,
I would like to add 12 rows in variable år after 2020 for all lopnr_personid and then replace it with value of årKontroll_NRV tmp_år_tjp.
So basically create 2021 and replace the value of 2020 of variables årKontroll_NRV tmp_år_tjp for 2021.
Thanks !
I would like to add 12 rows in variable år after 2020 for all lopnr_personid and then replace it with value of årKontroll_NRV tmp_år_tjp.
So basically create 2021 and replace the value of 2020 of variables årKontroll_NRV tmp_år_tjp for 2021.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double lopnr_personid float(år årKontroll_NRV tmp_år_tjp) 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 1 2020 0 0 end
Thanks !
Comment