Field visibility

Hi Glide masters!
I have a weird issue with a field.
I have chooose these field to be always visible, and with one user it works fine:


But when I change the user the field disappears!

The two employees have the same role and proyect, so I have no idea what is this happening.

Any ideas?
Thanks!

Try removing the filter on the Choice component.
If it appears after that, then you will know the problem is with the filter.

I tried and it is indeed related with the filter, but I can´t understand why. The filter is checking the proyectID of the user, and all the users have exactly the same one.

In your second screenshot, you are viewing as David Tabacman.
That user has no value in the ProyectID column.
That is why the choice component is not shown.

Found the issue!
At the table where the values are filtered, the column having the projectID value was user-specific.
Thanks!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.