<?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>topic Re: QlikView Export limitations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492543#M1242589</link>
    <description>&lt;P&gt;An alternatively may be to restrict the UI objects to max. n columns/rows by not providing such large ones which couldn't be used as visual else are in general designed to be exported. This could mean to provide more specific/restricted ones and maybe also a few which are for exports/prints only.&lt;/P&gt;
&lt;P&gt;Further helpful may be to provide dynamic objects to enable the user to choose the needed dimensions as well as limiting the number of them and the possibility to use too granular information vertically and horizontally at the same time (pivot only).&lt;/P&gt;
&lt;P&gt;Also useful are visibility-conditions within the objects/dimensions/expression to disable them if there are too many possible values - this means something like:&lt;/P&gt;
&lt;P&gt;count(distinct Dim1&amp;amp;Dim2&amp;amp;Dim3&amp;amp;Dim4) &amp;lt; 10000&lt;/P&gt;
&lt;P&gt;Another way would be to output the most relevant/large subsets with a store-statement during the script-run.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2024 14:23:07 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2024-11-13T14:23:07Z</dc:date>
    <item>
      <title>QlikView Export limitations</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492349#M1242584</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We are facing CPU load problems on our access points due to massive concurrent exports from many users.&lt;/P&gt;
&lt;P&gt;We tried to limitate excel export size using addition settings in the settings.ini files:&lt;BR /&gt;QvExportTimeLimitSec=480&lt;BR /&gt;QvExportMemoryLimitMB=90&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This measure seemed effective.&lt;/P&gt;
&lt;P&gt;But now, they found a way to by-pass those limitations exporting to csv files instead of xls.&lt;/P&gt;
&lt;P&gt;We tried to add this additional setting :&lt;BR /&gt;RowLimitForCsvInsteadOfXls=150000&lt;/P&gt;
&lt;P&gt;Unfortunately, it seems to be ineffective.&lt;/P&gt;
&lt;P&gt;We have a QlikView 12.20 with clustered nodes (2 access points with a load balancer).&lt;BR /&gt;(QlikView November 2017 SR6)&lt;/P&gt;
&lt;P&gt;Here below the content of settings.ini from both access points :&lt;/P&gt;
&lt;P&gt;[Settings 7]&lt;BR /&gt;DisableNewRowApplicator=0&lt;BR /&gt;ServerLogFolder=\\XXXXXX\Application_Groupe\QLIKVIEW\Share_Prd\Logs&lt;BR /&gt;DocumentDirectory=\\XXXXXX\Application_Groupe\QLIKVIEW\Share_Prd\RootFolder&lt;BR /&gt;CanDynamicUpdate=1&lt;BR /&gt;NumberOfDocuments=-1&lt;BR /&gt;DocumentTimeout=28800&lt;BR /&gt;StandardReload=1&lt;BR /&gt;HF820UpdateCalNamedCals=0&lt;BR /&gt;UserCalList=C:\ProgramData\QlikTech\QlikViewServer\FUL.dat&lt;BR /&gt;DocumentList=C:\ProgramData\QlikTech\QlikViewServer\FDL.dat&lt;BR /&gt;NumberOfUserCals=756&lt;BR /&gt;NumberOfSessionCals=30&lt;BR /&gt;NumberOfUsageCals=300&lt;BR /&gt;NumberOfInfrequentNamedCals=0&lt;BR /&gt;NumberOfConcurrentInfrequentNamedCals=0&lt;BR /&gt;SessionCalsInUse=5&lt;BR /&gt;ClusterAlternateBuildNumber=0&lt;BR /&gt;ClusterName=QVS@Prod&lt;BR /&gt;UsageCalAvailable=300&lt;BR /&gt;WorkingSetSizeLoPct=80&lt;BR /&gt;ObjectTimeLimitSec=600&lt;BR /&gt;AllowServerSystemAccessMacros=1&lt;BR /&gt;MaxConcur=200&lt;BR /&gt;AllowSessionCollaboration=1&lt;BR /&gt;ExtensionsFolder=\\XXXXXX\Application_Groupe\QLIKVIEW\Share_Prd\ExtensionPath&lt;BR /&gt;ExportTempFolder=\\XXXXXX\Application_Groupe\QLIKVIEW\Share_Prd\TemporaryPath&lt;BR /&gt;ProhibitQvpxSessionRecovery=1&lt;BR /&gt;IdleSecondsBeforeClose=1800&lt;BR /&gt;LogFileMode=3&lt;BR /&gt;Verbosity=500&lt;BR /&gt;DocumentMounts="XXXXXX",1;&lt;BR /&gt;AuthenticationLevel=2&lt;BR /&gt;QvMetaAccessControl=1&lt;BR /&gt;AllowGeneralAccessToImagesThroughURL=0&lt;BR /&gt;MarginTop=20&lt;BR /&gt;QvThumbnailCacheUpdateInterval=60&lt;BR /&gt;AuditLogVerbosity=5&lt;BR /&gt;ConcurTimeoutSec=900&lt;BR /&gt;ServerLockLayout=1&lt;BR /&gt;NumberOfDocumentCals=-1&lt;BR /&gt;MaxCoreMask=-1&lt;BR /&gt;MaxCoreMaskHi=-1&lt;BR /&gt;xqn=-1&lt;BR /&gt;QvExportTimeLimitSec=480&lt;BR /&gt;QvExportMemoryLimitMB=90&lt;BR /&gt;RowLimitForCsvInsteadOfXls=150000&lt;BR /&gt;[Authentication]&lt;BR /&gt;Serial=XXXXXX&lt;BR /&gt;Organization=XXXXXX&lt;BR /&gt;Name=XXXXXX&lt;BR /&gt;Check=2253834781&lt;BR /&gt;LastLefUpdateAttemptDate=XXXXXX&lt;BR /&gt;efUpdateAttemptDate=XXXXXX&lt;BR /&gt;AuthenticationLevel=2&lt;BR /&gt;QvMetaAccessControl=1&lt;BR /&gt;AllowGeneralAccessToImagesThroughURL=0&lt;BR /&gt;MarginTop=20&lt;BR /&gt;QvThumbnailCacheUpdateInterval=60&lt;BR /&gt;AuditLogVerbosity=5&lt;BR /&gt;ConcurTimeoutSec=900&lt;BR /&gt;ServerLockLayout=1&lt;BR /&gt;NumberOfDocumentCals=-1&lt;BR /&gt;MaxCoreMask=-1&lt;BR /&gt;MaxCoreMaskHi=-1&lt;BR /&gt;reMaskHi=-1&lt;BR /&gt;eMaskHi=-1&lt;BR /&gt;MaskHi=-1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;MaskHi=-1&lt;/P&gt;
&lt;P&gt;Anyone here has an idea of what is going wrong limitations qlikview exports?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492349#M1242584</guid>
      <dc:creator>ChrisCDCH</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Export limitations</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492378#M1242586</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/254229"&gt;@ChrisCDCH&lt;/a&gt;&amp;nbsp;yes I don't believe that setting will work to limit the size of a CSV, so are you still seeing CPU load issues with people now using CSV files?&amp;nbsp; If so may need to either disable exporting entirely or increase resources...&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 19:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492378#M1242586</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2024-11-12T19:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Export limitations</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492543#M1242589</link>
      <description>&lt;P&gt;An alternatively may be to restrict the UI objects to max. n columns/rows by not providing such large ones which couldn't be used as visual else are in general designed to be exported. This could mean to provide more specific/restricted ones and maybe also a few which are for exports/prints only.&lt;/P&gt;
&lt;P&gt;Further helpful may be to provide dynamic objects to enable the user to choose the needed dimensions as well as limiting the number of them and the possibility to use too granular information vertically and horizontally at the same time (pivot only).&lt;/P&gt;
&lt;P&gt;Also useful are visibility-conditions within the objects/dimensions/expression to disable them if there are too many possible values - this means something like:&lt;/P&gt;
&lt;P&gt;count(distinct Dim1&amp;amp;Dim2&amp;amp;Dim3&amp;amp;Dim4) &amp;lt; 10000&lt;/P&gt;
&lt;P&gt;Another way would be to output the most relevant/large subsets with a store-statement during the script-run.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 14:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492543#M1242589</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-11-13T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Export limitations</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492717#M1242594</link>
      <description>&lt;P&gt;Thanks for your feedbacks.&lt;/P&gt;
&lt;P&gt;I'm not really satisfied by those propositions but I guess there's nothing much we can do.&lt;BR /&gt;We still have more than 300 applications on our QlikView platform and our migration to Qlik Sense/Qlik Cloud is going on really slowly (5 to 10 application per year).&lt;/P&gt;
&lt;P&gt;I will simply add more RAM and CPU to our access points (I wanted to avoid that)&lt;/P&gt;
&lt;P&gt;Thanks again&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58383"&gt;@David_Friend&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 11:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Export-limitations/m-p/2492717#M1242594</guid>
      <dc:creator>ChrisCDCH</dc:creator>
      <dc:date>2024-11-14T11:12:56Z</dc:date>
    </item>
  </channel>
</rss>

