I am on Appian 7.7 and I am using Portal to SAIL plug-in. I am using 'IN'

I am on Appian 7.7 and I am using Portal to SAIL plug-in. I am using 'IN' operator to filter the data but I am not getting result. Could anyone please help me understanding the 'IN' operator functionality by providing specific example?

-----
For reference, I am mentioning the plugin rule I am using :

=getportalreportdatasubset(
reportId : cons!My_report
pagingInfo : a!pagingInfo(startIndex :1,batchSize: -1),
contextIds : {},
filters : {
{
field : 23,
operator : "IN",
value : ri!taskassignee
}
},
)

Here I am not getting desired result using "IN' operator.
-------


Thanks!...

OriginalPostID-128199

OriginalPostID-128199

  Discussion posts and replies are publicly visible

Parents
  • @tapans A few points noted by me which might help you:
    >> If you created the report by 'Create a new portal report', then create a new report by making 'Save as' of out of the box report.
    >> Also IN operator isn't workinbg for few columns. For instance, when I used this functionality for Task report, IN operator worked for tp!name property but it didn't work for tp!display.
Reply
  • @tapans A few points noted by me which might help you:
    >> If you created the report by 'Create a new portal report', then create a new report by making 'Save as' of out of the box report.
    >> Also IN operator isn't workinbg for few columns. For instance, when I used this functionality for Task report, IN operator worked for tp!name property but it didn't work for tp!display.
Children
No Data