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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to see the report in chrome itself

Hi...,

I am trying to pass some parameters to see reports in chrome itself , Even my default browsing is IE or some other(I tried Launch option also but facing some problem with taht)

please find the below attachment for better understanding of my requirement ...could any one please help me to get that..

Thanks & Regards,

Sh

2 Replies
Not applicable
Author

launch option should work for your case.

But the problem is 'Chr(39)' or ' '(Space)..

could you try with pass something else on here..

Karthik

Not applicable
Author

space is allowed in webpage link. so if you want to pass space (' ') then you have to use %20..

something like this..

= 'http://synthesis01.americas.hpqcorp.net/ReportServer/Pages/ReportViewer.aspx?/QARI/GIIA/NA_TextSearc...' & Chr(39) & 'Y' &Chr(39)  & if(GetSelectedCount(Country) > 0, 'and%20FC.PPS_Country__c%20in%20('& Concat(DISTINCT Chr(39) & Mid(Country, Index(Country,  ' - ')+3) & Chr(39), ',' ) & ')', '')