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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jwbadger3
Contributor II
Contributor II

Integrating QlikView in Hyperspace to trigger bulk orders

Epic has the ability to integrate with Crystal reports to send a user to a reporting workbench report that displays the patients from the Crystal report and then allow a bulk action.

I remember that there is a way to do this with Qlik as well but haven't done it in a while. Are there folks that have done the configuration for this and can give me a refresher?

Specifically, I'm looking for...

1) The activity link configuration to launch reporting workbench to a specific report ID (HRX). I tried the E2N AC_WORKBENCH_VIEWER but that didn't seem to work.

2) The way that we can replicate the Crystal functionality where we can carry over a list of patients we've selected down to in QlikView to the workbench report.

Any insight or direction would be really helpful!

Thanks!

Labels (1)
2 Replies
joe_warbington
Partner - Creator III
Partner - Creator III

Hi Jeff, here are some of my notes on this. Though I haven't seen this personally:

EpicBIAct:BI_REPORT_LAUNCHER,RUNPARAMS:context~<context ID>|type~<report type>|params~<Report params>, where: 

  • Context ID is the unique context identifier. Hyperspace uses this ID to know what type of records the report contains (such as Patients, Orders etc.) and also to know which Epic report to launch to show the BI report data.
  • Type is the external report. Hyperspace uses the type to know which client component to launch to extract the data from the report.
  • Report parameters are passed to the report client component. The following characters can’t be used as report parameters because they are used by Hyperspace for URL parsing:
    • |
    • ~
    • “ (in either direction)
jwbadger3
Contributor II
Contributor II
Author

Thanks for the quick response, Joe. We'll play around with this.

dclark0699‌ Have you guys tried this before? Launching to RWB from QV to do a bulk action?