Hi there,
I'm currently looking for a solution where I can implement a prefilter before my acutal filter.
I have a large number of "risks", which I want to filter by their causes. This gives me a smaller list of risks.
Out of this list I want to select one specific "risk" and filter it by some other attributes.
I managed to create Filter1 and Filter2 seperately, but is there a way to implement both on one page?
Example in picture:
There are 18 risks with different causes. When filtered by the cause "human error" 7 risks are left. Out of the 7 risks I want to select "risk 8" and filter it again by some other stuff (e.g. how much time do I have; which knowledge is available in my company...). Based on the filters I get my solution which fits perfectly to "risk 8", my available time and my available knowledge.
I really appreciate any help!


