Forum Discussion

dub's avatar
dub
Frequent Visitor
9 years ago
Solved

How To Get Data From Multiple Tables inside one Column?

Hello everyone,

 

I am trying to solve this for a while now. If anyone can help i will be very much greatful.

 

I need to get data from multiple tables inside another table's column.

 

I tried LOOKUPVALUE() but it can take data only from one table. It somehow needs a loop which will dynamicaly choose a table and column to look at. (The column name is the same for all tables).

 

 

  • dub's avatar
    dub
    8 years ago

    Hi v-qiuyu-msftGreg_Deckler

     

    Thank you for the answers!

     

    The problem is that i have much more tables involved. But i managed to get what i need by appending all the one row tables into one big table, and then use LOOKUPVALUE to pull the desired column values based on matching Ids.

     

    Thank you both for your contribution.

     

    BR

     

    Dusan

6 Replies