widgetID.addFilter(standardColumnName,operator,primaryValue,secondaryValue): this function sets a filter on a given column for a standard process or application column.
widgetID.addMeasureFilter(columnName,operator,primaryValue,secondaryValue): this function sets a filter on a given column for a measure. Column name for measure is name of measure
widgetID.addRowStyle(rowId, className) :: this function sets a class name on a given row identified by its identifier
widgetID.clearFilter(standardColumnName): this function clears a filter on a given standard column.
widgetID.clearMeasureFilter(columnName): this function clears a filter on a given measure. Column name for measure is name of measure
![]() | These functions can only be used if "Enable filter" of report is not checked. |
---|
An operator can be : RMP_FilterOperator.EQUAL, RMP_FilterOperator.NOT_EQUAL, RMP_FilterOperator.LESS_THAN, RMP_FilterOperator.GREATER_THAN, RMP_FilterOperator.LESS_THAN_EQUAL, RMP_FilterOperator.GREATER_THAN_EQUAL, RMP_FilterOperator.BETWEEN, RMP_FilterOperator.CONTAINS, RMP_FilterOperator.IN, RMP_FilterOperator.NOT_IN
A standardColumnName can be for application : RMP_AppliReport.NAME, RMP_AppliReport.PUBLISHED, RMP_AppliReport.STATE (id of screen starting on 0), RMP_AppliReport.AGE, RMP_AppliReport.ONHOLD, RMP_AppliReport.OWNER, RMP_AppliReport.CONTRIBUTOR
A standardColumnName can be for process : RMP_ProcessReport.NAME, RMP_ProcessReport.DURATION, RMP_ProcessReport.DELAY, RMP_ProcessReport.YEAR, RMP_ProcessReport.MONTH, RMP_ProcessReport.DAY, RMP_ProcessReport.ID, RMP_ProcessReport.PARENT, RMP_ProcessReport.PUBLISHED, RMP_ProcessReport.UPDATED, RMP_ProcessReport.STATUS, RMP_ProcessReport.EVENTS, RMP_ProcessReport.OWNER, RMP_ProcessReport.CONTRIBUTOR
Example : id_report.addMeasureFilter("mymeasure",RMP_FilterOperator.EQUAL,"myvalue");id_report.refresh();
Hi,
I am trying apply filter on screen column of the webinterface but the script or customizing the default columns are not getting visible for the webinterface report.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/6ed43c6a-7f0b-4bcc-b16c-2b7127cf2984%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.