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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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

];