Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
gurpreetsinghar
Contributor II
Contributor II

Data reload as per user input in Qlik Sense App

Hi,

I have huge data 100 million rows and 40 columns what I need to understand is :

Whether I can create an app which will take user input and then reload and give the output in QlikSense

On demand Query on SQL and provide data

Example below we have data for Table1

IDdateHeader 3Header 4Header 5Header 6Header 7Header 8
101-02-2018xxx
202-02-2018xxx
319-04-2018xxx
418-05-2018xxx
520-09-2018xxx

Select * from Table1 where ID= (user Input)

Suppose user provides input as "1" in app data should reload and fetch the output as below table:

dateHeader 3Header 4Header 5Header 6Header 7Header 8
101-02-2018xxx

In this case ID is provided by user

ID will be provided by user

1 Reply