Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I add a table (qvd with 38000 records) to my data model and if I load the table as a stand alone table I get all 38000 records but if I add a key field to connect to the rest of the data model I only get 350 records. Never seen this behaviour before. Why is this happening and what can be done?
It'd be helpful if you posted the code in question. Generally speaking, loading a table with or without a key field does not impact the number of rows returned unless you tell it to (e.g. through a JOIN statement, Exist(), or some other means).