Source Query Param
Description:
Allowed Parent Components:
Query DataSource
Allowed Child Components:
Popover
Pulse
Trigger Before Render
Properties
➤ Enable Condition
Specify an expression that should be evaluated to a boolean [e.g. #{dsAlias.attr1} == 'X' && #{dsAlias.attr2} > 1]. If no expression is specified, it will be considered as true.
Allowed Values: An expression which should return boolean after evaluation
➤ Value Expression
Specify an expression that should be evaluated to a string or number depending on the target attribute
Allowed Values: Specify an expression that should be evaluated to a string or number depending on the target attribute
➤ Param Attribute Code
Specify the attribute into which the above value to be set
Allowed Values: Free text field
➤ Param Attribute
Choose the attribute into which the above value to be set
Allowed Values: Choose the attribute into which the above value to be set
➤ Filter Type
Select an option to change the where clause operator for the filter attribute in the query. Choose 'on' for matching date attribute within the given date i.e. >= 00:00 & < 24:00
Allowed Values:
=
>=
on
➤ Set As Header Filter
Check this if the target datastore is used in a Grid and to visually show the applied filter on the grid header.
Allowed Values: Yes/No
➤ Grid Column Item Id
Specify the grid column item ID where you want to add the header filter
➤ Remove Param After Query
By default, any query params set will stay through the browser session and will be used in all the future queries of this data source. Check this if you do not want this query param to be used in future queries.
Allowed Values: Yes/No
Last updated