<?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: Hyperspace actions from QlikView in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848932#M194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My straight table does contain the PAT_ID and the ORDER_MED_ID as dimensions, it just seems that the URL that I'm using to open the medication order report in Hyperspace doesn't work from an expression in the table. Is it something to do with the AC at the beginning of the action name? All the others that do work appear to start with UCW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 07:45:19 GMT</pubDate>
    <dc:creator>Gethyn</dc:creator>
    <dc:date>2015-06-30T07:45:19Z</dc:date>
    <item>
      <title>Hyperspace actions from QlikView</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848930#M192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a few QlikView applications and integrated them into Hyperspace. I have got two Hyperspace actions working from the report, one in the way I want it to and the other in a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one which works correctly links from the PAT_ID in the report and opens up the patient chart, this is set as an expression in a straight table with the display option set to link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14346169732486766 jive_text_macro" jivemacro_uid="_14346169732486766"&gt;
&lt;P&gt;=PAT_MRN_ID&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:UCW_CHART_REVIEW,InfoName:PATIENTID,InfoValue:'&amp;amp; REPEAT(' ', (10 - LEN(PAT_ID))) &amp;amp; PAT_ID&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one which I have a work around is to open up the medication order from the order ID. I haven't been able to get it to work as a link from an expression. What I had to do was set an Open URL action to a button with the following URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14346171375921507 jive_text_macro" jivemacro_uid="_14346171375921507"&gt;
&lt;P&gt;='EpicAct:AC_REVIEW_REPORT_VIEWER,RunParams:MR_REPORTS||6^&amp;nbsp; '&amp;amp;PAT_ID&amp;amp;'^'&amp;amp;ORDER_MED_ID&amp;amp;'^&amp;lt;6&amp;gt;'&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also set this enable condition to the button so that it only 'lights' up when the selection is limited to one ORDER_MED_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14346171851931057 jive_text_macro" jivemacro_uid="_14346171851931057"&gt;
&lt;P&gt;Count(Distinct(ORDER_MED_ID)) = 1&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now if I click on one of the ORDER_MED_IDs in my table the selection reduces to the lines with the same order and then I can go to the Medication order by pressing the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how I can make the second action work in the same way as the first? I would also be interested to know of any other actions which anyone has got to work from QlikView in hyperspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 14:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848930#M192</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2025-07-22T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperspace actions from QlikView</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848931#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gethyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this post for some more examples (in the comments) of Epic activities that can be launched: &lt;A href="https://community.qlik.com/docs/DOC-8675"&gt;Epic Integration Configuration.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the Order launching button versus the link, we have to think about what data Qlik is returning - likely there are multiple patient IDs and multiple order IDs, though what you're getting is PAT_ID + a lot of Orders. What if you make your straight table contain PAT_ID and ORDER_MED_ID as dimensions? Each line in that table will then contain 1 and only 1 patient and order combination. Then the link should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 21:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848931#M193</guid>
      <dc:creator>joe_warbington</dc:creator>
      <dc:date>2015-06-26T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperspace actions from QlikView</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848932#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My straight table does contain the PAT_ID and the ORDER_MED_ID as dimensions, it just seems that the URL that I'm using to open the medication order report in Hyperspace doesn't work from an expression in the table. Is it something to do with the AC at the beginning of the action name? All the others that do work appear to start with UCW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 07:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848932#M194</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2015-06-30T07:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperspace actions from QlikView</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848933#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would be a good one to take back to your Epic Cogito Systems TS or Orders TS to troubleshoot. The Epic activity may require a parameter that is different than you one you are providing... Please let us know what they say and how to resolve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Hyperspace-actions-from-QlikView/m-p/848933#M195</guid>
      <dc:creator>joe_warbington</dc:creator>
      <dc:date>2015-07-06T16:03:35Z</dc:date>
    </item>
  </channel>
</rss>

