Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikcheepirishe
Creator
Creator

on searching keyword on Search Object from text object it should navigate to the keyword specificied sheet

I have a requirement I have a search object in that user TYPE COP.

Next to search object I have text object.

When user search for specific in search object then he clicks to text object it should navigate to respective sheet

For example: I have SHEETID as COP the user type COP in search object then he clicks to text object then it should navigate to COP sheet action should be performed on text Object while it should on basis of search object

3 Replies
zhadrakas
Specialist II
Specialist II

Hello Mahesh,

I have tested with this script

LOAD * INLINE [
Sheet
SH01
SH02
SH03
]
;

1) Create a searchbox with Field Sheet

2) Create a textbox

  a) Display sheet for testing ='Selected Sheet is ' & Chr(10) & GetFieldSelections(Sheet)

  b) Create an Action to navigate to selected sheet

      b1) Action Name: Activate Sheet

      b2) =Sheet

Hope this helps

qlikcheepirishe
Creator
Creator
Author

Hello Tim Driller,

Its work Thanks a ton..

Regards,

mahesh cheepirishetty

zhadrakas
Specialist II
Specialist II

glad i could help you.

Please mark the answer as correct to Close the thread.