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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148