Skip to main content

App Development

Discussion board where members can learn more about Qlik Sense App Development and Usage.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Adithya_91
Contributor
Contributor

Is it possible to create search box in Qlik Sense?

Can we create search box with keywords releted  to our input data ? When we search paricular keyword and select it should redirect to the sheets which has that keyword .Is there any possible ways?

Labels (2)
1 Reply
Or
MVP
MVP

You could add your keywords as a field in your app with one or more sheet links for each keyword, search that field, and use the link field in a table to allow the user to open that sheet.

Load * INLINE [

Keyword, Link

Sales, https://YourServer/YourApp/Sheet/Sales

Budget, https://YourServer/YourApp/Sheet/Budget

Budget, https://YourServer/YourApp/Sheet/Dashboard

];