Page 1 of 1

How can we organize data sorting with two data sources?

Posted: Wed Jan 30, 2013 11:27 am
by aihulya
Hello,
How can we organize data sorting with two data sources which have same named columns?
For example, we have MainDataSource and AdditionalDataSource. And they both have column - OrderNumber.

Re: How can we organize data sorting with two data sources?

Posted: Thu Jan 31, 2013 5:28 am
by HighAley
Hello.
aihulya wrote:How can we organize data sorting with two data sources which have same named columns?
For example, we have MainDataSource and AdditionalDataSource. And they both have column - OrderNumber.
You should create a relation between Data Sources. Refer to the 3.13.2.1 Relation section of the Universal User Manual.

Thank you.