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: 
Not applicable

Customiization of search object


Hi all ,

I have a requirement of customizing what we can search for in Search box .

I want to load a set of questionnaire in search box , so that user can search for a specific question and click for a view

kindly help with the steps to do so same .

Appreciate your support

Thanks,

Sai

5 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Can you come up with sample file and your expected results.

Regards,

Jagan.

Not applicable
Author

search.jpg

Hi jagan ,

My search box should have the list of statements mentioned in the image and user should be navigated to a view once he clicks it

Thanks,

Sai

jagan
Partner - Champion III
Partner - Champion III

Hi,

Is List of Statements in your screenshot is in a Dimension?  If yes then arrive a new field in your script and use this field in Search

LOAD

*,

If(Match(FieldName, 'MRO Metrics', 'Reliability Metrics', 'Safety Performance Measures', 'Operational Efficiency Metrics'), FieldName) AS NewFieldName

FROM DataSource;


Now use this field in Search object.


Regards,

Jagan.

Not applicable
Author

Hi jagan ,

Thanks for the respone . I will try configuring them as a new field ..

But upon selection a value - say 'reliability Metrics' - A View / chart should appear

How do I enable that functionality

Appreciate your help

Thanks,

Sai

jagan
Partner - Champion III
Partner - Champion III

Hi,

Create your chart and try like this

Chart Properties -> Layout -> Show -> Select Conditional and give

=GetSelectedCount(NewFieldName) > 0

Hope this helps you.

Please close this thread if you got the solution.

Regards,

Jagan.