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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need urgent help

Hi,

I am trying to pass some case numbers to get report from qlikview for that using one url with limitation 1 lack cases

e.g : ='http://NA_TextSearch_SV_Report_Main'&'&ReportLimit=100000'

My issue is instead of passing ReportLimit=100000( Means 100000 cases ) in the URL need to take some input box like and have to enter cases limit manually ...

Is this possible ?

Can any one help me to get this.

Thanks & Regards,

Ankitha

Labels (1)
1 Reply
matthieu_burel
Partner - Contributor III
Partner - Contributor III

Define a variable like v_ReportLimit

and define the URL : = 'http://NA_TextSearch_SV_Report_Main&ReportLimit=' & '$(v_ReportLimit)'

Finally, associate the variable to the inputbox