Skip to main content
Question

Something went wrong with component filter

  • August 6, 2022
  • 1 reply
  • 3 views

Hi, all

 

I have a button dropdown with settings: load entries, write to variable 'a'. I want to use this to do a dynamic analysis with a table. I set the component filter of the table as below:

FILTER "table"."column" = <%=a%>

But it doesn't work and give me an error message about this component filter.

 

I am thinking if i have overlooked any settings of component filters...

Anyone who has used component filter before and have any idea about this issue would be more than appreciated.

 

Thank you in advance.

1 reply

Forum|alt.badge.img+6

Hello,

I think it could be resolved by setting the Button Dropdown with a Manual Input instead of a Load entries

Then, you choose Set Variable in 'Button action', your variable and the dimension wanted in 'Set Value'

About the component, you just have to write <%=a%> in the code editor of the dimension

 

Does this solution resolve your problem ?

 

Best regards