Question
Maantic Inc
US
Last activity: 27 Sep 2016 2:51 EDT
Having same table in two different schemas, by passing same set of input parameter need to pull data from these tables. is it possible in report definition.
Having same table in two different schemas, by passing same set of input parameter need to pull data from these tables. is it possible in report definition.
Exmaple : table A schema - test 1
name age place
John 21 MD
Paul 22 CT
Table 2 schema test 2
Name age Place
Jack 20 NY
Josh 25 NJ
Result
John 21 MD
Paul 22 CT
Jack 20 NY
Josh 25 NJ