Forum Discussion
AlexBennett3
5 years agoQrew Trainee
An error with the code?
Try capitalizing the 'n' in null. ex: If(isNull([Project Manager])," ",[Project Manager])
------------------------------
Alex Bennett
------------------------------
Try capitalizing the 'n' in null. ex: If(isNull([Project Manager])," ",[Project Manager])
------------------------------
Alex Bennett
------------------------------
- JackWoods5 years agoQrew Traineethat didn't work either. Thanks.
It tried doing it with another field to see if the look up to the user table was causing the issue but that didn't work either.
He is another example - I would like to do the same for Status. so be able to show the status field twice on the same form.
If(isNull([Status])," ",[Status])
------------------------------
Jack Woods
------------------------------- LisaSell15 years agoQrew TraineeTry this - if it isn't blank, you will get the Project Manager repeated
If([Project Manager]=" "," ",[Project Manager])
------------------------------
Lisa Sell
------------------------------- JackWoods5 years agoQrew TraineeThank you - this worked for the status field but not for the Project Manager field.
If([Project Manager]=" "," ",[Project Manager])
I used a look up summary field for the project manager instead of a formula field.
I'm all set now.
------------------------------
Jack Woods
------------------------------