Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

table object getting refreshed for no reason

Hi,

    

          In a particular tab I have 2 table objects, one of the table objects get refreshed just for any thing I do in that tab. For instance if I minimize the other object, or do some change in the expression or anything. Or if I add new object , delete new object... this particular table object get refreshed everything.

Also, it takes hell lot of time to display the data. This issue I am getting in development environment only...i.e in qlikview desktop, but on production it works fine.

Thanks,

Lax

7 Replies
Sokkorn
Master
Master

Hi Lax,

Check NOW() function whether it used with your table object or not.

Regards,

Sokkorn

Not applicable
Author

Hi,

          Not using any NOW() function. It refreshes whenever I touch other objects in that tab

Thanks

Lax

Sokkorn
Master
Master

Hi Lax,

Can you share your app?

Regards,

Sokkorn

deepakk
Partner - Specialist III
Partner - Specialist III

Hi Lax,

Its always better to use a pivot or straight table instead of a table box. The performance is always much better than table box.

Deepak

Not applicable
Author

Hi ,

     I can share the data model..the main table is having around 2.7 million records and others are mostly master with hardly any data into them,

My dev. environment has become very slow, inspite of having 32 GB memory and 24 CPU. The size of the application/document is 456 MB.

Please do suggest, how can I improve the performance.

Thanks

Lax

Not applicable
Author

Here is it, Also this main table is having 75 fields.

export.png

deepakk
Partner - Specialist III
Partner - Specialist III

hi Lax,

From the main table remove the fields which are not required in the application. As per my understanding in a an application you don't require all the field.

Also there is a linking issue. You can't link BankMaster Table with Qlikview_Data table with so many fields.

Check for the relation between this two tables. It might be only with one or two fields.

If you carry out this two activites your QV application performance will improve.

Deepak