Hide field KTL (not in grid) depending on field value (not in grid) = Part time

Hi,
wondering if anyone can guide me through, snippet ect.. I have a field in a view field_131, I need this to be hidden when the user is not “Part time” i.e. is “Full Time” the field that holds the emp type is field_100. I’ve tried numerus times with _hf=field_132,[ktlCond, ] etc but nothing seems to work.. HELP! :wink:

What type of view are you working with. Your title says (not in grid) is this a detail view? a list?

Hi @Vinnie

Try this

_hf=[field_132], [ktlCond, is, Full Time, field_100, ktlLoggedInAccount]

This will check the field in the logged in account.

Craig

Hi thanks for getting back to me, this is in a detail view with the value of field_100 being a dropdown value (already loaded) not sure if thats the pain..

Thanks Craig, doesn’t seem to play ball.. On reverse engineering I can hide the field no issue. When trying to KtlCond = Full time, its almost like its not getting the value even though the field number is correct! Wondering if its due to a dropdown value being loaded (This is a save item, prior loading the view) so the data is there ready on the load.

Is the field in the account object or a user role/profile?

Have you tried adding the field field_100 to the details view then using KTL cond. If that works you can use a separate hf to hide field_100.

Does that make sense?

Craig

1 Like