Hi,
im new in sas va
i need to define a control filter based on the not operand
e.g.:
list all product NOT selected by user
if the user select a product list, than prompt filter is based on equal operand, but i need to use it , with the not equal operand
it's possible ?
or can i find out any workaround ?
tnks
bye
mauro
This appears to be the same question as another post. This is the response I gave for that one.
If I understand what you are asking, I was able to do this by creating a filter on the target object like this:
This is the text version
( 'Type'n NotIn 'Type Multi-Select'p )
Where Type is the data item in my target object, and Type Multi-Select is a multi-select parameter that is assigned to the Parameter role for a List Control.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Creating Beautiful Reports
SAS Visual Analytics Learning Center
This appears to be the same question as another post. This is the response I gave for that one.
If I understand what you are asking, I was able to do this by creating a filter on the target object like this:
This is the text version
( 'Type'n NotIn 'Type Multi-Select'p )
Where Type is the data item in my target object, and Type Multi-Select is a multi-select parameter that is assigned to the Parameter role for a List Control.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Creating Beautiful Reports
SAS Visual Analytics Learning Center
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.