Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
NunziaM committed Apr 30, 2019
1 parent 7184f58 commit 07caf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functionalities-guide/advanced-data-access/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ Moving to the "Script" tab instead, the user has to declare how the server has t

Editing script.

To sum up, the example reveals that if the parameter is assigned a null or empty value, conditions are not satisfied and the placeholder is substituted with an empty space (therefore nothing is added to the "where" clause). Otherwise, the SQL code is insert into the "where" clause and the dataset is accordingly filtered.
To sum up, the example reveals that if the parameter is assigned a null or empty value, conditions are not satisfied and the placeholder is substituted with an empty space (therefore nothing is added to the "where" clause). Otherwise, the SQL code is inserted into the "where" clause and the dataset is accordingly filtered.

We stress that it is not necessary to use any concatenation or JS method to recall for parameters' values. It is enough to use the syntax $P{par_name} as well as seen when configuring a plain parametric dataset.

Expand Down

0 comments on commit 07caf71

Please sign in to comment.