Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

Layout condition for Dynamic values

I want to hide and show one object based on values in one particular field. These values would be dynamic so how can i write that condition for example OSUSER() = 'Field A(All Values in Field A')

1 Reply
stigchel
Partner - Master
Partner - Master

You can use something like

Count({<[Field A]={'$(=OSUser())'}>} [Field A])

If the domain name is excluded in Field A, you need to strip the domain name in the comparison e.g.

='$(=replace(OSUser(),'YourDomain\',''))'