Hi, I have a column named 'He_abs' with different datasets. I want to calculate the average of all dataset values of the column and then substract the average from all the dataset values in SAS VA. Therefor I tried to create a calculated item with the expression 'He_abs' - Avg [_ForAll_] ('He_abs'). That does not work and i get the warnings 'element can't be aggregated' and 'operator does not support aggregation'. How can I perform the calculation in SAS VA? Thanks
... View more