<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: passing parameter from qliksense to web url in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598896#M10901</link>
    <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;unfortunately, for the jasper report, it's server side processing.&lt;/P&gt;&lt;P&gt;So no matter what we do in the report (processed / not processed), there's nothing happen with the url.&lt;/P&gt;&lt;P&gt;here's the url with some mark :&lt;/P&gt;&lt;P&gt;https://&lt;EM&gt;&lt;STRONG&gt;[URL]&lt;/STRONG&gt;&lt;/EM&gt;/jasperserver/flow.html?_flowId=viewReportFlow&amp;amp;_flowId=viewReportFlow&amp;amp;ParentFolderUri=%2F&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[FOLDER1]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER2]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER3]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER4]&lt;/STRONG&gt;&lt;/EM&gt;&amp;amp;reportUnit=%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER1]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER2]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER3]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER4]&lt;/STRONG&gt;&lt;/EM&gt;%2F[REPORT NAME]&amp;amp;standAlone=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2019 03:43:20 GMT</pubDate>
    <dc:creator>rendiyan</dc:creator>
    <dc:date>2019-07-04T03:43:20Z</dc:date>
    <item>
      <title>passing parameter from qliksense to web url</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598587#M10893</link>
      <description>&lt;P&gt;Halo Community,&lt;/P&gt;&lt;P&gt;So the background story is that in my company we have two servers that handle qliksense&amp;nbsp; for dashboard and jasper for detail reporting.&lt;/P&gt;&lt;P&gt;Often time, when users analyze from qliksense dashboard with their selection, they also have to re-select the parameter in jasper report in order to get the detail data.&lt;/P&gt;&lt;P&gt;They have to do this everytime to get the detail data. And sometimes they get different data because they input different parameter value.&lt;/P&gt;&lt;P&gt;In order to resolve the issue, they request for qliksense to able to passing the parameter to jasper report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is an example of report that we use :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14843i3910EF51EB2B1097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;as picture above, user have to select one or more clients in order to show the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and below is the example for qliksense :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14844iF655064DF6BBDAFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of selecting filter in each system (qliksense and jasper), can we pass the parameter value (in this case is client filter) that we've selected before and send value parameter to jasper to run the report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598587#M10893</guid>
      <dc:creator>rendiyan</dc:creator>
      <dc:date>2024-11-16T05:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameter from qliksense to web url</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598617#M10894</link>
      <description>&lt;P&gt;When you open URL of Jasper make it calculated, for example:&lt;/P&gt;&lt;P&gt;='https://url/page?users=' &amp;amp; concat(distinct [client], ',')&lt;/P&gt;&lt;P&gt;It will return&amp;nbsp;https://url/page?users=1,2,3,4 selected or possible [clients].&lt;/P&gt;&lt;P&gt;Which parameter use you can ask from Jasper team.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598617#M10894</guid>
      <dc:creator>Simon_Astakhov</dc:creator>
      <dc:date>2019-07-03T12:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameter from qliksense to web url</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598629#M10895</link>
      <description>&lt;P&gt;Another case is use&amp;nbsp;&lt;SPAN&gt;='https://url/page?user=' &amp;amp; concat(distinct [client], '&amp;amp;user=')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to get URL like&amp;nbsp;https://url/page?user=1&amp;amp;user=2&amp;amp;user=3&amp;amp;user=4&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598629#M10895</guid>
      <dc:creator>Simon_Astakhov</dc:creator>
      <dc:date>2019-07-03T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameter from qliksense to web url</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598896#M10901</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;unfortunately, for the jasper report, it's server side processing.&lt;/P&gt;&lt;P&gt;So no matter what we do in the report (processed / not processed), there's nothing happen with the url.&lt;/P&gt;&lt;P&gt;here's the url with some mark :&lt;/P&gt;&lt;P&gt;https://&lt;EM&gt;&lt;STRONG&gt;[URL]&lt;/STRONG&gt;&lt;/EM&gt;/jasperserver/flow.html?_flowId=viewReportFlow&amp;amp;_flowId=viewReportFlow&amp;amp;ParentFolderUri=%2F&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[FOLDER1]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER2]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER3]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER4]&lt;/STRONG&gt;&lt;/EM&gt;&amp;amp;reportUnit=%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER1]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER2]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER3]&lt;/STRONG&gt;&lt;/EM&gt;%2F&lt;EM&gt;&lt;STRONG&gt;[FOLDER4]&lt;/STRONG&gt;&lt;/EM&gt;%2F[REPORT NAME]&amp;amp;standAlone=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 03:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/passing-parameter-from-qliksense-to-web-url/m-p/1598896#M10901</guid>
      <dc:creator>rendiyan</dc:creator>
      <dc:date>2019-07-04T03:43:20Z</dc:date>
    </item>
  </channel>
</rss>

