Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Reply
matthieu_burel
Luminary Alumni
Luminary Alumni

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