BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
SomanDavuluri
Fluorite | Level 6

HI

 

Can anyone help me on working with dependency on filters in section prompt

 

 i have city and location filters placed in section prompt

 

where if i select city , location has to be mapped .with the respective city .

 

 anyone can help on creating the dependency of filters both placing on section prompt.

 

 

regards

 

1 ACCEPTED SOLUTION

Accepted Solutions
TejaSurapaneni
Lapis Lazuli | Level 10

Hello Soman,

 

  

Create Character Parameter.

 

assign the parameter to Dropdownlist1 (city).

 

for fDropdown list 2 (location) you have to put conditional filter (Which is on Right Handed side Pane FILTERS).

 

IF ( 'City'n Contains 'City..'p )
RETURN ( 'location'n = 'location'n )
ELSE ( 'location'n Missing )

 

Or

 

 

IF ( 'City'n Contains 'City..'p )
RETURN ( 'location'n NotMissing )
ELSE ( 'location'n Missing ).

 

 

Let me know......

 

 

Thanks & Regards,

Teja Surapaneni

View solution in original post

3 REPLIES 3
TejaSurapaneni
Lapis Lazuli | Level 10

Hello Soman,

 

  

Create Character Parameter.

 

assign the parameter to Dropdownlist1 (city).

 

for fDropdown list 2 (location) you have to put conditional filter (Which is on Right Handed side Pane FILTERS).

 

IF ( 'City'n Contains 'City..'p )
RETURN ( 'location'n = 'location'n )
ELSE ( 'location'n Missing )

 

Or

 

 

IF ( 'City'n Contains 'City..'p )
RETURN ( 'location'n NotMissing )
ELSE ( 'location'n Missing ).

 

 

Let me know......

 

 

Thanks & Regards,

Teja Surapaneni

SomanDavuluri
Fluorite | Level 6

HI Teja ,

 

 

Thank your for the solution , its working out ...

 

 

regards

Soman

AnnaBrown
Community Manager

SomanDavuluriI'm glad you found some useful info! If Teja's reply was the exact solution to your problem, can you "Accept it as a solution"? Or if it was particularly helpful, feel free to "Like" it. This will help other community members who may run into the same issue know what worked.

Thanks!
Anna


Join us for SAS Community Trivia
SAS Bowl XXIX, The SAS Hackathon
Wednesday, March 8, 2023, at 10 AM ET | #SASBowl

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 3 replies
  • 1171 views
  • 2 likes
  • 3 in conversation