November 2, 2009 at 1:46 pm
Mauve (11/2/2009)
crookj (10/30/2009)
100% correct - in fact you can go up to 1,048,576 rolls in Excel 2007.Joe
That's a lot of dinner rolls! 😛
Thanks for the typo catch. I did an edit on the original.
Joe
November 8, 2009 at 8:35 am
January 24, 2011 at 9:54 am
We have this error also, so I tried running the report as I have Excel 2010 and the user has Excel 2003. Still got the same error. My theory is that SSRS 2005 is using routines that are derived from an old code case.
It works on a SSRS 2008 instance.
I would be interested from anyone else who knows if there is a update patch for SSRS 2005 as we are not ready to cutover to SSRS 2008.
Thanks
January 25, 2011 at 2:25 am
Simply upgrading your Excel desktop application does not fix this problem if you are running SSRS 2005.
Here is a link describign the problem and an official Microsoft response.
It would appear an upgrade to SSRS 2008 is the only way forward. Please someone contradict me with an SSRS 2005 upgrade patch.
June 22, 2012 at 3:28 am
Hi,
Following links might be helpful for someone which states limitation of SSRS2005 and a "Legitimate" way of pushing people to next version of SQL Server.
http://msdn.microsoft.com/en-us/library/dd255234.aspx
Thanks.
February 23, 2017 at 12:19 pm
This worked for me except that the expression should use a backslash to return an integer value of the quotient instead of MOD which returns the remainder:
=ROWNUMBER(Nothing) \ 60000
TKD-BB - Thursday, January 8, 2009 2:59 PMIn your table, try creating a group (outside of any current grouping you have) with no header or footer, and the page break after value set to true. For the grouping value, use an expression similar to =ROWNUMBER(Nothing) MOD 60000This should force a page break after 60000 rows of data, which will translate into a new excel tab when you export. I believe the 65K limit in Excel is on a per worksheet basis.
February 28, 2017 at 1:12 pm
Too simple? export as CSV and tell them to open in Excel 2007 or higher.
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply