Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW

Allow parameters to be declared optional in Server Side Extension (SSE) function

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Allow parameters to be declared optional in Server Side Extension (SSE) function

Allow parameters to be marked as optional in SSE function definitions. Currently a script function call that does not have the same number of parameters as the definition will fail execution. 

For example, I would like to be able to call the same function as:

foo('parm1', 'parm2')

foo('parm1')

 

Tags (2)
3 Comments
Steven_Pressland
Employee
Employee

this is on our roadmap, however we don't have a timeline for delivery yet. In the interim, use the ScriptEval functions which provide all the flexibility needed for variable parameters (pass these on your format of choice using the script) and variable number of fields.

Status changed to: Open - On Roadmap
Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived