FILTER CAPABILITY IN GRID STYLE SCREENS
Back to current versionRestore this version

FILTER CAPABILITY IN GRID STYLE SCREENS#

The filter capability available for Grid style screens (e.g. IPTR, IPTS, IAAL) will be explained below using the IBOE screen as an example.

Filter By#

The screen print below shows an example of a ‘Filter by:’ option to filter the list of Open Enrollment Periods. The Filter By option is based on user defined where clauses which are attached to the form definition; this allows the filters to be customized.

The screen print below shows an example of three different filters:

FILTER CAPABILITY IN GRID STYLE SCREENS_01.JPG(info)

Build Filter Where Clause:#

The where clause must be created for the table which contains the data the filter will be filtering.

The Description field is used to display the text in the Filter By list in the form so be sure to keep these short and to the point.

The example screen prints below show the 3 different user defined where clauses built to create the Filter By options shown in the IBOE screen print.

In IMDAO create where clause for table P2K_BE_OPEN_ENROLLMENTS.

This screen print shows the definition of the filter to show Open Enrollment Periods that are OPEN, this does not filter based on type of open enrollment. FILTER CAPABILITY IN GRID STYLE SCREENS_02.JPG(info)

This example is a filter to show open enrollment periods that have a status of Open and that have an Open Enrollment Type of ‘Mass Open Enrollment’.

FILTER CAPABILITY IN GRID STYLE SCREENS_03.JPG(info) This example is similar to the one above however this filter will show open enrollment periods that have a type of ‘Life/Work Event’ and that have an Open status.

FILTER CAPABILITY IN GRID STYLE SCREENS_04.JPG(info)

Add Where Clause to Form Definition:#

The filter where clauses must attached to the form definition of the screen they will be used in, this is done in IMFD.

Using the IBOE example above, the screen prints below show the 3 filter by where clauses attached to the form definition for IBOE.

FILTER CAPABILITY IN GRID STYLE SCREENS_05.JPG(info)

FILTER CAPABILITY IN GRID STYLE SCREENS_06.JPG(info)

FILTER CAPABILITY IN GRID STYLE SCREENS_07.JPG(info)


Notes#

Click to create a new notes page