Hi folks. Please help. I figured out how to change the visibility of a text field upon button click. But, now, I’d rather just do a strike through. Any thoughts?
Here´s my use of it. Set text decoration. The below is my formula;
IF(IS_IN_ARRAY(pageVars.pvarItemsAttempted, 6),“line-through”,IF(pageVars.pvarItem6==0.55,“line-through”,“none”))
I´m sure you can adapt it.
Thanks…here is what I have that works based on your code: IF(pageVars.thinkpage>0,“line-through”,“none”)
1 Like