Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What is the problem you are running into? You should be able to either select "Static" and then add the values one by one by clicking and entering each value, or choose "dynamic" and select the field to populate the default options.
-LB
If IsNull({?Parameter}) or Trim({?Parameter}) = "" then
{table.field} = [list of default values] else
{table.field} = {?Parameter}
If IsNull({?Parameter}) or Trim({?Parameter}) = "" then
{table.field} = [list of default values] else
{table.field} = {?Parameter}
If IsNull({?Parameter}) or Trim({?Parameter}) = "" then
{table.field} = [list of default values] else
{table.field} = {?Parameter} AND
{table.field1} = {?Parameter1} // static -- ok
{table.field2} = {?Parameter2} // dynamic -- no records