

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Tim Driller,
Its work Thanks a ton..
Regards,
mahesh cheepirishetty


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
glad i could help you.
Please mark the answer as correct to Close the thread.
