I feel in the portal report only one filter value is allowed at a single time.

Team,

I am displaying a portal report of the Process instances in SAIL UI by using getportaldatasubset() rule. And we have few filter criteria to get the search results based on some process variables. Currently we provide a single text box for the user to enter the single filter value for the process variable and filter the report based on the below rule snippet.

With(
Local!datasubset: getportaldatasubset(reportID:<REPORT ID>, pagingInfo: <PAGINGINFO>, filter: {{ field:1 operator: “EQUAL” value: local!filtervalue}})
a!gridfield(<GRID FIELD CODE>)
)

But now there is a new requirement to provide user with the multi select drop down field. When user select more than one filter criteria for a single field in the SAIL UI, it should manipulate the portal report with the user entered values.

I need to know whether it is achievable? Because I feel in the portal report only one filter value is allowed at a single time.

If it is achievable, can anyone ple...

OriginalPostID-142445

OriginalPostID-142445

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data