We created a new Web intelligence document base on a universe we created using designer and the SQL generated from the web intelligence document retrieves much more data than the report. Are there limitations on how many rows are retrieved? I have the "limit size for result set" unchecked in designer.
Request clarification before answering.
Is there a limit on the number of rows returned on the query level?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The NumberOfRows() is a report level function.
If you have 2 queries called Drug Utilization and Test, create 2 variables which return the number of rows in each query.
i.e.
x=NumberOfRows([Drug Utilization]) and
y=NumberOfRows([Test])
That said, I believe Webi (appears to be) returning fewer rows because because of the way Webi aggregates data.
How many rows does an export to Excel give?
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.