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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dinamic Reload only for one TableBox after Variable value change?

I need hint for how to implement dinamic reload data in QV9.
I have several TableBox on one sheet.
One of TableBox is loaded by query (in Edit Script):


RawParam:
LOAD Typ, LKom, Summa1
RESIDENT RawAllData
WHERE Summa1 >=$(vSumma);


Then user call macros which change variable value vSumma.
And I have to dinamic Reload only one TableBox on sheet.

How to implement similar logic in QV9?

Labels (1)
2 Replies
Not applicable
Author

plz help anybody! it is very important logic for me.

Not applicable
Author

Plz answer.