Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
suryajeganathan
Contributor III
Contributor III

Search box option in Qliksense

Hi

I am looking to give a search box option to the user to filter out the data in a home page of my dashboard.

how to achieve this?

Note : I dont have a measure, i am looking to filter out the data by free search by the user .

I have five dimension i.e city,name,state etc...

Thanks

Surya J

8 Replies
Anonymous
Not applicable

Hi surya,

May be u  know,

In qliksense by default 'smart search' search.PNGOption is available.

suryajeganathan
Contributor III
Contributor III
Author

I know this option. but i am looking to give a search option in input box by binding the variable to the input box.

Ivan_Bozov
Luminary
Luminary

You can also create a filter pane with 5 dimensions.

vizmind.eu
renuka-sasikumar
Partner - Contributor
Partner - Contributor

Hi,

Did you get any solution for this, I do have a similar requirement.

lisabarelle
Contributor
Contributor

Any luck on this? I need this exact functionality (i.e. have the qliksense smart search, but in the middle of my page).

Thanks for any clarification

Almen
Creator II
Creator II

You create an input box object and link a variable to it, e.g. vSearch

Then create an button object and create as many actions as you like.

Each action can look up the stored value in vSearch through Action Select Value, choose the desired Field and in the expression you type $(vSearch)

lisabarelle
Contributor
Contributor

Could you elaborate a bit? This sounds great, but I'm not sure where to start. I've looked for 'input box' but nothing came up.

Would the outcome be the same as with the built-in search function?

 

Almen
Creator II
Creator II

The built-in search function searches your whole data model.

The way I described only searches fields you define through the button.

An Input box object is found under Qlik Dashboard Bundle -> Variable Input.