Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
No as long as you drop the tables between the differend selects. If you do not drop them and you do not want them in 1 table you need to add NOCONCATENATE statement otehrwise qlikview will recognise it's the same table and therefor read it in 1 table.
Not dropping will cause QV as well to try to link the fields so best is then to force differend field names with teh QUALIFY statement.
Regards,
thank you - I was wondering - I am dropping the tables after each, so I am good. thank you again.