Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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".
