Hi all,
Is it possible to create a new item ins SAS Visual Analytics (Report designer) like this:
if (distinct(A)>1) return "abc" else return A
A is a category and abc is a string.
Thanks,
LF
Create a new aggregated measure ind use the boolean for the if statement and the aggregated to use distinct
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest 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.