I am using the following code in a label to display a single text value from a sharepoint list called 'procurement':
LookUp(Procurement, ProjectCode exactin Col_ProjectDetails_SingleProject.ProjectCode,Contractor)
'Contractor' is a text value. It displays as simply blank/white space in my label.
If I enter a different column, such as 'Fee', which is a numeric value, then the value displays OK.
The list only has about 100 rows so I don't think it's a delegation issue. Ive tried 'contractor.text' and enclosing the lookup() function in Text() parenthesis with no success. Thanks!
What's causing this? I tried 'contractor.text' and enclosing the lookup() function in text() parentheses with no success.
Thanks 🙂