Hi All,
I am trying to use an information map in Enterprise Guide.
Once i open the infomap in EG, i am able to select my data, i then go to filters. I want to create a custome filter and use the 'IN' operator but the only options for operators are:
>
<
>=
<=
contains
like.
Can anyone advise, how i can create a custom filter for performing an 'IN' statement.
Many Thanks
The MDX language has no "IN" operator. You will have to use
var='x' or var='y' or var='z'
logic
Ok Thanks.
I have over a hundred entries which I wanted to use in a macro variables so this method will be time consuming. I will check for alternatives.
Thanks
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.