No Default Value for Query Parameter
What happens if I don't set a default value for my query parameter?
Comments
-
The default value will only be used if another value isn't passed in instead. If the Default Value is left blank, it will not have a value.
Add Query (Parameterized Queries): https://documentation.decisions.com/docs/parameterized-queries

