Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVD Architecture

Dear QV Experts,

A dataset which contains more than 10 countries loaded in the memory.

The requirement is to,

Filter the dataset based on Country, Reload the data based on selected country.

WorkAround:

Either provide a button / text object with the action script of Reload.

Based on Country selection will be filtered writing in the where condition.

Problem Encountered:

Now the issue is that while reloading the Reload window shown with number of rows loaded.

Can we able to avoid it without showing to the users.

Please suggest me.

Thanks

Sasi

5 Replies
avinashelite

One work around would be to write your code in the Hidden script so the number of rows will be hidden from the user .

Hope this helps you

sujeetsingh
Master III
Master III

If you are deploying it through the server then the user can not see the reload script?

may be this works for you

Hide Script Execution Progress Window

how to hide script execution tab when Reload happens

Gysbert_Wassenaar

Now the issue is that while reloading the Reload window shown with number of rows loaded.

Can we able to avoid it without showing to the users.

Not if the users are using Qlikview Desktop. You can put all the code in a hidden script so they can't see what is loaded, but you can't hide the reload window.


talk is cheap, supply exceeds demand
Chanty4u
MVP
MVP

use hidden script for this case

Anonymous
Not applicable
Author

You can't actively use the qvw in QlikView Desktop whilst it is being reloaded, so some screen indication of the reload could be useful.