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: 
Anonymous
Not applicable

Custom Load function

Hi,

I need to reload data from REST API, inside application, when I select some data (and press a button).

So my question has two parts:

1.)

If I have multiple LOAD Sections, I would like to initially load only first 3 and then after button press another 3.

The first part is ok, because I can do

Exit Script

For second part I would need to use something like GO TO or something like this, in custom widget.

Do any one have some experience with this?

2.)

After I go to right section in LOAD sections, I need to call REST API with selected data in body.

I try with

CUSTOM CONNECT TO ["Provider=QVRestConnector.exe;url='http://www.....'];

but I can't found working tutorial for it. What I need to work with custom connectors?

Second part is to get filtered data in LOAD script. (for example, if I select 3 items, I would like to send (get inside load script) those 3 items in body of the custom connector.)

Have anyone experience with this?

Labels (1)
0 Replies