Solved:Snapshot to Excel - Websheet - Number of Sheets to Export Exceeds Max
Posted: Wed Dec 23, 2015 6:34 am
I know this should be as simple as updating the tm1web_config.xml with something other than zero for
My issue is that I can export cube views but not from web sheets. I have never needed to snapshot/slice a websheet but a set of users is asking for it and it appear that you cannot do this. As soon as you tick one of the sheets to export you get the number of sheets exceeded message.
Exporting from a cube view is fine. Setting the MaximumSheetsForExport to zero disallows both web sheets and cube views.
I have not made any changes to }ClientSettings or CapabilityAssignments
I have also tried adding ExcelWebPublishEnabled=T to my tm1s.cfg - did not help. Seem too think this parameter is now legacy with the re-write of TM1 Web anyway.
I get the same results on 10.2.2 and 10.2.2 FP4, Windows 2008R2 server, IE and Firefox tested. Have also restarted the TM1 instance and the Application server after making changes to be sure.
Would appreciate if someone could point me in the right direction if there is a setting I have missed or alternatively if I am trying to do something that is not actually possible.
Thanks in advance.
Code: Select all
<!-- MaximumSheetsForExport: Maximum number of sheets allowed to Export -->
<add key="MaximumSheetsForExport" value="50" />
Exporting from a cube view is fine. Setting the MaximumSheetsForExport to zero disallows both web sheets and cube views.
I have not made any changes to }ClientSettings or CapabilityAssignments
I have also tried adding ExcelWebPublishEnabled=T to my tm1s.cfg - did not help. Seem too think this parameter is now legacy with the re-write of TM1 Web anyway.
I get the same results on 10.2.2 and 10.2.2 FP4, Windows 2008R2 server, IE and Firefox tested. Have also restarted the TM1 instance and the Application server after making changes to be sure.
Would appreciate if someone could point me in the right direction if there is a setting I have missed or alternatively if I am trying to do something that is not actually possible.
Thanks in advance.