Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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')
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\',''))'