Forum Discussion

CarolMcconnell's avatar
CarolMcconnell
Qrew Captain
2 days ago
Solved

User to Name

I'm trying to use"UserToName([Current PR Assigned], "LF"))", however if there is no user in the field, it comes back with invalid.  How do I get it to just be blank if there is no user? I have tried...
  • MarkShnier__You's avatar
    2 days ago

    not tested but try this

    IF(not IsNull([Current PR Assigned]),

    UserToName([Current PR Assigned], "LF"))