I have3 millon records in my Database .Is it possible to view all the 3 million record when i run the BO Report.
I always get partial result.
I have also unchecked the Limit of rows in the universe…
Is that Possible to bring all the 3 million Reocrds …
Guess, viewing all rows in any DB query tool will fail.
Assuming you have 10 colums, each 30 characters, the file size will be approx 900MB. Opening such a large file (of any format) on any platform would be a limitation of the system.
You might want to apply a condition so thata data onto the report is returned based in a certain condition and you dont have to see all the data at once, a condition could be ‘month’, ‘day’, etc.
Good Luck!
Let see: 3000000 records, 60 lines per page, that will be 50000 pages if you print it
Is one of your users trying to create his own database in Excel or something?