Hello,
The property **Delegate SQL sentence variables as parameters** has been included from the **Denodo Platform update(denodo-v80-update-20210715)**. The function of this property is to **delegate** the **interpolation variables** values as parameters for the **base views** which are created using **Create from query** option.
**Functionality:**
* Only applicable to base views created using **Create from query** option.
If property is set to:
* **No** (default): Interpolation variable values will not be passed as parameter.
* **Yes**: Interpolation variable values will be passed as parameter.
For instance, if the view has been created with the following query,
Select * from <view_name> where id =@id
When executing the base views it will prompt you to enter the values for the interpolation variable(In this example id). If the property **Delegate SQL sentence variables as parameters** has been configured as **yes**, then the value entered for the **interpolation variable** will be **delegated** as parameters instead of passing the value directly in the query to the **underlying source**.
The documentation for the property **Delegate SQL sentence variables as parameters** will soon be added to the Denodo Community Site.
Hope this helps!