Skip to main content

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.

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


Reply