- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 07:55 PM
I have a database view where I return a value from multiple left join tables.
This is working correctly. In this example, the last 2 columns are from the left join.
Is it possible to return all the highlighted values in a single column like this?
The aim is to be able to reference a single column regardless of which table the data originally comes from. This will become important as the number of left joins increases.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 08:50 PM
Hi @simonthomas ,
Oob you will not get but you can create new field and store the value in it.
Please accept the solution if it helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 08:50 PM
Hi @simonthomas ,
Oob you will not get but you can create new field and store the value in it.
Please accept the solution if it helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 09:09 PM
Thanks for the confirmation.