nz-social-investment-agency / social_investment_data_foundation

Framework and modular code for creating an analysis ready dataset in the IDI. NOTE(June 2019) - Code currently being updated in the IDI to work on SAS Grid and Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

si_create_rollup_vars.sas - Rollup doesnt work if no si_aggs_cols is chosen

wenlee6 opened this issue · comments

si_create_rollup_vars.sas : parameter si_aggs_cols needs to = department. This doesnt work if there is no roll up chosen. i.e if we want to just roll up by snz_uid

for example if we choose si_aggs_cols=%str(snz_uid) , this would fail.

Might need to re code this?