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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
tchovanec
Creator II
Creator II

Document Chaining using fields and not List Boxes

I am trying to chain 2 Qlikview documents together using fields rather than list boxes. I am able to pass parameters from one qlikview to another using List boxes. An example is below

'http://l1pnchwedw02/QvAJAXZfc/opendoc.htm?document=Immunizations/Immunizations.qvw&host=QVS@l1pnchwe...,' & CONCAT(DISTINCT ISLAND_DEPT.DEPT_EDW_DESC,',')

Rather than selecting values from the list box I would like to select a field. I have tried this with no luck.

'http://l1pnchwedw02/QvAJAXZfc/opendoc.htm?document=Immunizations/Immunizations.qvw&host=QVS@l1pnchwe...,' & CONCAT(DISTINCT MRN,',')

Any ideas on how I can do this? Thank you.

1 Reply
Josh_Good
Employee
Employee

When using the header approach you must use list boxes to pass parameters.  If you want to use fields then use the Action "Open QlikView Document" and check "Transfer State".

2013-11-06 15_32_24-Actions.png