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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to pass Initial Search in InitialWorkbench function in Mashup?

Hi Friends

I need to search multiple value in a listbox in a mashup.

It works well if I hard coded the searched pattern in the url as below.

https://bi7.ciostage.accenture.com/qlikview/mashup/BBT/bbtRevenueTestMashup.htm?opendoc=BBT_Reports/...)

it can search AP-AFR-AFR1 for first pattern and NA-CAN-CAN1 for second pattern in LB71. but when I passed it in js code like below.

Qv.InitWorkBench({

View: self.View,

Host: null,

InitialSearch: ["LB71,(AP-*-*|*-CAN-*)"]

});

it didn't work. can anyone tell me how to pass multiple value in js code?

0 Replies