community
Q&A
All Questions
Ask a Question
Search by tag
Toggle navigation
community
EXPERT TRAILS
Overview
Cache
DataSource Connectivity
Deployment Topology
Development Lifecycle
Modeling and Metadata Organization
Monitoring
Operations
Query Performance Optimization
Security
Q&A
All Questions
Ask a Question
Search by tag
Resources
USER MANUALS
KNOWLEDGE BASE
VIDEOS
TUTORIALS
DRIVERS
TEST DRIVES
FREE TRIALS
DENODO EXPRESS
ACADEMIC PROGRAM
REGISTER
SIGN IN
Home
/
Q&A
/
Start navigation with url parameters
The original question and answers are in English. You are viewing a machine translation.
Click here to back to the original.
You can translate the question and the replies:
×
Tag too long
Start navigation with url parameters
Hi! I am trying to start a wrapper navigation with a dynamic url and I can't find how to insert the parameters into the inial url. My idea is something like this: http://myurl?param1=@param1¶m2=@param2 and setting param1 and param2 dynamically. How can I do it? I am using denodo platform 6.0 Thank you!
ITPILOT
URL
Wrapper
user
18-05-2018 05:13:47 -0400
2 Answers
Hi! I have resolved the problem inserting EncodeSeq with my param: Navigate(https://www.myurl.com/search?param1=^EncodeSeq(@param1),0); If you know another better way to do, please, you don't hesitate to answer to this question. Thanks!
user
18-05-2018 06:13:33 -0400
Hi, Glad to hear that you were able to start the navigation using a dynamic url. In order to pass parameters dynamically in the URL, I would also use the NSEQL commands and utilize the EncodeSEQ function. For more information you could refer the section [Util Functions](https://community.denodo.com/docs/html/browse/6.0/itpilot/nseql/util_functions/util_functions#util-functions) of the ITPilot NSEQL guide. Hope this helps.
Denodo Team
22-08-2018 02:27:25 -0400
ADD ANSWER
You must
sign in
to add an answer. If you do not have an account, you can
register here