Display different table columns in a single database view column

simonthomas
Tera Expert

I have a database view where I return a value from multiple left join tables. 

simonthomas_0-1731556085886.png

This is working correctly. In this example, the last 2 columns are from the left join.

simonthomas_1-1731556113906.png

Is it possible to return all the highlighted values in a single column like this?

simonthomas_2-1731556229554.png

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.

 

 

1 ACCEPTED SOLUTION

Runjay Patel
Giga Sage

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.

View solution in original post

2 REPLIES 2

Runjay Patel
Giga Sage

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.

Thanks for the confirmation.