I am trying to mimic a pivot table from Excel into SAS VA, excel gives an option to show values as % of parent total, now SAS VA does not give that option so I would have to create a calculated column in SAS EG using proc sql code. My data does not have a unique identifier so I have to group by using mulitple columns. Attached is the screenshot of excel I am trying to mimic. Also I don't want this values as static they should change depending on the filters.
... View more