I am stuck in a scenario where I need to load several tables into my application.
In the applicatin, I need to show various kinds of aggregated data on for a set of members
The tables are such that -
I have table wherein in have pulled in the selected members along with some fields.
Now, there are some more fact tables where I need to pull in data only corresponding to members that are pulled in the membership table.These fact tables are very large in size.
Is there any way I can pull only those records in the QVDs which satisfy the membership criteria.