Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hello Tim Driller,
Its work Thanks a ton..
Regards,
mahesh cheepirishetty
glad i could help you.
Please mark the answer as correct to Close the thread.