Forum Discussion

id9213's avatar
id9213
Icon for Helper I rankHelper I
3 years ago
Solved

Field parameters conidtionnal

Hi guys,

 

I have an issue I am not sure it is possible to solve: I created a list with field parameters that I would like to filter based on a simple condition.

Is it possible to dynamically filter a list? 

Somehting like:

Filter_List = IF(SELECTEDVALUE(Table)="xxxx",
-- show a selection of elements from a list 
)

Thanks a lot for your answers.

6 Replies

    • id9213's avatar
      id9213
      Icon for Helper I rankHelper I

      Thanks a lot DataInsights , that is working!

      I would only have one additional demand to make it perfect: when I change the "filtering" list, the choice of the second one still remain. That means that as long as I do not select something, you will have an item selected that should not be available.

      Do you know if there is an option to "reset" a list to avoid this issue?

       

      Thanks a lot for your help.