Hello! I have a filter that works by parameter, and other filters that work normally, choosing the field I need. What I see is that the filter to be parameterized, does not impact the other filters, how can I fix that?
Hi @Raulsc,
I understand that you would like to show only relevant values within one âfilterâ (assuming you are actually referring to controls in QuickSight) depending on the selection of the value in another filter? Please let me know if I misunderstood (screenshots of current and expected behavior could help).
To achieve this, you can leverage the âShow relevant values onlyâ option in the control options of the control that you would like to adjust shown values based on another control (in your case the control that is linked to the parameter). Here is an example that links a product id control/filter with a product type control, which is linked to a parameter:
If you would want to link it to a parameterized filter without showing a control, you can follow the instructions shared here.
I hope my solution worked for you. Let us know if this is resolved. And if it is, please help the community by marking his answer as a âSolutionâ.
Hello, @Thomas @abacon , @Max , @Jesse Could you help me?
Let me explain better:
I have a parameterized ââhiddenââ filter, which is filtered by url by adding a code to that parameter. and that filters all visuals on the sheet.
And also I have several controls that between them if the filters are applied, but does not apply the filtering of the parameter.
I mean, when I apply a filter at url level the visuals are filtered but in the controls appear all the fields, when they should appear only the fields filtered by that parameter.
Thanks @Raulsc for the explanation. To me it still sounds like the solution that I had linked above should solve your ask. Please check out this solution again. For the âShow relevant values onlyâ option to work, you need to create a control for your hidden filter. However, you can hide it from the end users as described on the linked solution.
I hope my solution worked for you. Let us know if this is resolved. And if it is, please help the community by marking his answer as a âSolutionâ.
hi @Thomas ,
Not work, because this filter use parametersâŚ
Hi @Raulsc,
I just re-created the scenario once more from scratch.
- Created a parameter
pProductType
- Created a filter that leverages that parameter to filter on product type
- Used the âAdd controlâ option on the parameter to add a dropdown control, which I then moved to the sheet
- Added a second filter to filter based on product ID
- Used the âAdd to sheetâ option to add that filter to the sheet
- Linked the control with the âProduct Typeâ control that has been created first and is linked to the parameter
- Used the Rules in the formatting options of the âProduct Typeâ control to hide the control
As a result, as seen in the screenshot, the value to filter the product type can be passed to the dashboard via the URL, which then filters the visual as well as just shows the relevant values within the âProduct IDâ control:
If these steps donât work for you, can you please provide a detailed description of how you got into the situation that you observed, so that I can reproduce and provide additional guidance. Thanks in advance!
that definitely works! Thanks for the awesome help! I was adding the filter and thatâs why it was giving error, you have to add the parameter !