Data Model creation issue for huge volume data
Hi
We are in BIP 11g. I am trying to create BIP report which might result in huge volume of records.
The dataset query for the report , just keeps on processing for long and I am not even able to create the Datamodel to proceed for report creation.
Could you please help me with how to build the datamodel in my case?
I can't hard code values in query. And without any hardcode filter, query runs for indefinite period. And if I hardcode values then I might be able to create report but that will be erroneous.
I guess while creating Datamodel , it doesn't just validates the query, it runs the query for all records. Please correct me if I am getting wrong.