Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I need to load model to one qvd.
The model contains 4 tables, but I want to load it as a whole one table.
How do I do it?
Thanks,
You can only store one table per qvd. You'll have to join and/or concatenate your tables into one table first if you want to store them in one qvd.
Thanks a lot!