I have a report which shows count of various objects in a report.
These objects are coming from different data providers i.e. Universes and Stored Procedure.
Now, the problem is, report is showing proper count for the objects which are coming from Universes, but its showing wrong count for the objects that are coming from Stored Procedures.
So, anyone has any idea how to synchronize these objects coming from different data providers i.e. Universes and Stored Procedure ?
Thanks in advance.