hi there,
I want to design 1 report containing the 3 below queries with 2 columns, do I need to do them as separate reports to start with?
1) select 'x' as tablename, count(0) from table1
2) select 'y' as tablename, count(0) from table2
3)select 'z' as tablename, count(0) from table3
Do i need an append query here?