Skip to main content
Announcements
Qlik Connect 2025! Where innovative solutions turn your data visions into reality: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
JSF
Contributor II

Dynamic Parameters in Qlik

In a dashboard I made on Power BI I inserted a created parameter directly into my SQL query statement to prevent the table from loading in ALL data but rather directly manipulate it for the users desired request. The syntax looks something like this:

 Spend_Date BETWEEN '"&parMinInvoiceDate&"' AND '"&parMaxInvoiceDate&"'. 

I was then able to link the parameter I created to a filter pane so that they could select a min and max date range and it would write that into the SQL itself. I am looking to replicate this in Qlik but don't know how. Any suggestions?

Labels (5)
1 Reply