Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi surya,
May be u know,
In qliksense by default 'smart search' Option is available.
I know this option. but i am looking to give a search option in input box by binding the variable to the input box.
You can also create a filter pane with 5 dimensions.
Hi,
Did you get any solution for this, I do have a similar requirement.
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
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)
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?
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.