Hi!!
I need your help with a problem. I have a table like this:
The column of LTR has the same value for each date:
I need a crosstable with an agregatted measure and a dinamic slider with the date (so i can't precalculated the sum of ltr) like this:
I've been looking for the same problem in other post, but i did not found nothing.
I'm using the V7.4 of SAS VA.
Thank you so much!
You should be able to create aggregated measures on category and total level and from them create a new aggregated measure with the division?
//Fredrik
I tried to do it with the example data set "VA_SAMPLE_ACME_BANK", do I get it right?
If so....this is what I did:
I created a new aggregated measure "CU_Total":
and then a new aggregated measure "ratio":
Works?
//Fredrik
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.