ChrisChris
7 years agoQrew Assistant Captain
Using User() Logic for efficiency
Hi,
In using the User() function, which, if any, is the most efficient way to express this line?
if(
[Records Owner]=User(),
...
)
or
If(
UserToName([Records Owner]) = UserToName(User()),
...
)
When I say 'efficient', I mean which requires less resources to process?
Chris
In using the User() function, which, if any, is the most efficient way to express this line?
if(
[Records Owner]=User(),
...
)
or
If(
UserToName([Records Owner]) = UserToName(User()),
...
)
When I say 'efficient', I mean which requires less resources to process?
Chris