Skip to main content

Any idea on how to counter this?

Try the following:

create 2 variables.

 <%=YourDimension%> 

 <%=YourDimension_text%> 

 

When you select something using the button dropdown, make sure it sets both variables.

 <%=YourDimension%> : Dimension you want it to display

 <%=YourDimension_text%> : Text you want it to display as title

 

Then set the text variable as title.

 


Try the following:

create 2 variables.

 <%=YourDimension%> 

 <%=YourDimension_text%> 

 

When you select something using the button dropdown, make sure it sets both variables.

 <%=YourDimension%> : Dimension you want it to display

 <%=YourDimension_text%> : Text you want it to display as title

 

Then set the text variable as title.

 

Thank you so much, Joren! Problem solved!


Reply