Announcements
Hi All,
Is it possible to display the value of two fields in a single column in report ?
On Job Card, we have a field 'Person Responsible' which is a lookup which contains the list of resources.
On report, I have to display the Resource No. with Resource Name in a single column ex. 'No.-Name'.
How can I achieve this ?
Please suggest !
You just need to concatenate and store the value in a variable and then use that as source expression or in the dataset, you can do what teddy suggested
You can just combine them in column.
Ex: Resource."No." + Resource.Name
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156