Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qliksense dynamic table refreshes on published apps and undo selections whereas it keeps selections on work area

Hi all,

My issue is this:

Qliksense dynamic table refreshes on published apps and undoes selections whereas it keeps selections in the work area.

I know that this is a 3rd party component (Quick Ad-hoc-   http://branch.qlik.com/#!/project/578fc358ba99b7951dee28a9), but we have issues with it. I am trying to get into the code and, as being new to creating extensions, I am trying to understand what is going on.

Here is the thing:

First, why it would happen only on a stream (published app) and not in dev (working zone)?

Is it some event that occurs there that does not exist in development?

Or, is it that the published app locks itself upon a set of data (or a maximum set of data) and rolls back to the last set every time I choose another column?

Maybe it is the mechanism of caching because I created the table with 3 columns and later selected more. at some point, it decided to save the new selections as is, and it does not wont to change the selection anymore.

Finally, if there is a better dynamic table I would be glad to hear about it.

Thanks.

Oren.

1 Reply
Anonymous
Not applicable
Author

It looks like it is a known issue: https://github.com/rvspt/QuickAdhoc-QS/issues/9

It says there that you cannot change a published application and dynamically add columns is a change for that matter.

The solution is to duplicate the sheet to make it a "My Sheet" and that will work (and it works), but it doesn't seem as good practice to tell users to duplicate or, worse, after a new publish - delete and duplicate... or to go to every one of them and do it for them.