Skip to main content
Solved

Hi, Can anyone please help me on how to cascade filter to popup screen ? ie I am trying to open a popup based on the cell value clicked from view table and I would like to show details in the popup screen for the value clicked in the table.

  • July 25, 2024
  • 2 replies
  • 46 views

sivasakthi.dhand
Level 4
Forum|alt.badge.img+4

For example, I have a table listed with below values in one of the columns

Component-A

Component-B

Component-C

Component-D

Popup screen should show details of Component-C when I click it . I couldn't find any relevant material on this.

Thanks in advance for your help.

Best answer by manuel.wetze

I would implement a View-variable in the popup View and a Filter which uses said variable.

 

Then in the Table in the source view click the cellvalue and "Interactions" -> Open View in overlay-> select the popup view and then set up the Variable Mapping to use the correct value.

 

2 replies

manuel.wetze
Level 9
Forum|alt.badge.img+8
  • Level 9
  • Answer
  • July 26, 2024

I would implement a View-variable in the popup View and a Filter which uses said variable.

 

Then in the Table in the source view click the cellvalue and "Interactions" -> Open View in overlay-> select the popup view and then set up the Variable Mapping to use the correct value.

 


sivasakthi.dhand
Level 4
Forum|alt.badge.img+4

I would implement a View-variable in the popup View and a Filter which uses said variable.

 

Then in the Table in the source view click the cellvalue and "Interactions" -> Open View in overlay-> select the popup view and then set up the Variable Mapping to use the correct value.

 

Thanks very much.