It is possible to use Suggested_Values to pul...

It is possible to use Suggested_Values to pul in two columns of unique values from 2 separate tables?

I need to combine

Select(Defect[Location],[Job]=[_ThisRow].[Job])

and

Select(Checks[Location],[Job]=[_ThisRow].[Job])

TIA

0 4 357
4 REPLIES 4

Hi @Simon_Robinson Did you try it?

No, I canโ€™t find a way to combe 2 lists

I donโ€™t know if it will work, I donโ€™t have anything to test it with but you could try.

Select(Defect[Location],[Job]=[_ThisRow].[Job]) +Select(Checks[Location],[Job]=[_ThisRow].[Job])

Yes, thatโ€™s a valid way to combine two lists of similar type

Top Labels in this Space