SQL Parameters
Last updated
Was this helpful?
Last updated
Was this helpful?
Using SQL parameters you can create dynamic queries based on either static parameter values or ,thanks to ngSurvey's , create dynamic parameters that will get their values from respondent answers, querystring or system settings.
In the example above the @CompanyId tag will be replaced by the value of the SQL Parameter that matches his name.
Parameter name
Name of the parameter that will be replaced in the sql query. Do not include the @ chart in your parameter names as its already added by ngSurvey at runtime.
Parameter value
value of the parameter being replaced. The parameter value can also be using either a static value or dynamic .
answers are piped in real-time in the parameter value as such you may use this feature to achieve between several lists.