<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Web intelligence not retrieving all the data in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637929#M1771940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a limit on the number of rows returned on the query level?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 15:08:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-15T15:08:31Z</dc:date>
    <item>
      <title>Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaq-p/4637928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaq-p/4637928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637929#M1771940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a limit on the number of rows returned on the query level?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 15:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637929#M1771940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T15:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637930#M1771941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max rows and max time are both enchecked at the query level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 15:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637930#M1771941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637931#M1771942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many rows are retuned via Webi? &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
=NumberOfRows([Query 1])
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 15:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637931#M1771942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T15:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637932#M1771943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I see the number of rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 15:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637932#M1771943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637933#M1771944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable in the Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
x=NumberOfRows([Query 1])
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[Query 1]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; is the name of the data provider. (The square brackets are required.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x contains the number of rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637933#M1771944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637934#M1771945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the data provider the Universe name that we are using to build the Webi doc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637934#M1771945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637935#M1771946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. It's the query name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637935#M1771946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637936#M1771947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get a WIS 10006 error when I try and insert a free standing formula cell with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NumberOfRows([Drug Utilization-Test])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637936#M1771947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637937#M1771948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use more than one query (name) with this function. Try creating one variable for each query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 17:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637937#M1771948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T17:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637938#M1771949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create the variable in designer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 17:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637938#M1771949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T17:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637939#M1771950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NumberOfRows() is a report level function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 2 queries called Drug Utilization and Test, create 2 variables which return the number of rows in each query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
     x=NumberOfRows([Drug Utilization]) and
     y=NumberOfRows([Test]) 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, I believe Webi (appears to be) returning fewer rows because because of the way Webi aggregates data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many rows does an export to Excel give?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 17:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637939#M1771950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637940#M1771951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graham ,&lt;/P&gt;&lt;P&gt;                        Drag and Drop a Column in the Report which is not a Measure should be a dimension and Hide that perticular Object from the report &lt;/P&gt;&lt;P&gt;This should repeat the number of Rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 04:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637940#M1771951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T04:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637941#M1771952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didn't seem to make a difference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 14:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637941#M1771952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637942#M1771953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like we are only getting around 1000 lines, the SQL returns over 200,000 records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 18:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637942#M1771953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T18:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637943#M1771954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Graham,&lt;/P&gt;&lt;P&gt;Could it be that the query is returning 200,000 rows and your Webi report is aggregating or grouping the measure by the dimensional objects in the report? Making the number of lines in the report 1000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 19:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637943#M1771954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T19:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Web intelligence not retrieving all the data</title>
      <link>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637944#M1771955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've a small idea after all those posts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have a measure like sales, or budget or watever,&lt;/P&gt;&lt;P&gt;get the  total, using SUM in the webi report&lt;/P&gt;&lt;P&gt;and get the total using some aggregate function in the SQL, and see if there is any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;Amr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 20:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/web-intelligence-not-retrieving-all-the-data/qaa-p/4637944#M1771955</guid>
      <dc:creator>amrsalem1983</dc:creator>
      <dc:date>2008-10-16T20:47:14Z</dc:date>
    </item>
  </channel>
</rss>

