DVL Layout Wrapper unable to set visibility to false

OK, let me do that.

I used the same variables for the very same purpose in a different screen, it worked just fine.

Edit: @tatiang I just tried that, but it made no difference.

Sending you a project link now…

1 Like

Could it be that you’re getting row IDs that are text strings and then using them as list indexes? Maybe you need to convert your row IDs to numbers… just a guess.

1 Like

I’m not using row IDs as a list index, I’m using the ‘i’ variable from the for loop.

1 Like

I think we got this sorted out using functions. It wasn’t clear what the issue was except maybe a problem with variable initializations. Still not sure but the link I sent you works so hopefully you can add my functions to your project.

1 Like