Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm looking to disable the export functionality on a Table object (Qlik Proprietary) if the row count of the table is above 100,000 for server performance reasons, or to only export the first 100,000 rows of the table.
So when a user makes a selection that results in more than 100,000 rows in the table, the desired result is either:
Thanks
Hi callum.stevens,
If you are building a custom table visualization; you should be able to use the expordData property as a function: http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/APIs/Content/ExtensionAPI/exportdata-prope...
I am not sure if this is possible for native objects.
I hope this helps,
Hi,
Did you find any solution for this problem. In our case, when data volume is very high, the table is not loading and its causing CPU and memory to 100% utilization within few seconds. I could find the way to restrict no of records to be viewed using calculation condition but the way we built export functionality, its again trying to export everything irrespective of calculation condition. Looking for better solution to this problem.
We are using app.visualization.create('table' to create the table.
Did it restrict number of rows visible at a time from the table?