How can I filter this report with user name?

I am using below recipe to create a SAIL report. How can I filter this report with user name? Please note that I have added a column "Assign To" in the portal report that display's tp!owner information. I was able to add the user picker to the below recipe, but I am unable to filter the grid based on user that is being selected by the user picker control object.

forum.appian.com/.../SAIL_Recipes.html
Thank you for your help in advance!

OriginalPostID-147970

OriginalPostID-147970

  Discussion posts and replies are publicly visible

Parents
  • @zulfiqarp No issues, Refer the Step - 2 specified above and observe the columnConfigs array from the results of the queryProcessAnalytics function.

    You might have a row similar to this in the columnConfigs array: [label:Assign To,field:c4,drilldownField:dp4,configuredFormatting:USER_NAME,configuredDrilldown:] where the field and drilldownField changes in your results. The value of the 'field' is the column which you need to apply filter on.
Reply
  • @zulfiqarp No issues, Refer the Step - 2 specified above and observe the columnConfigs array from the results of the queryProcessAnalytics function.

    You might have a row similar to this in the columnConfigs array: [label:Assign To,field:c4,drilldownField:dp4,configuredFormatting:USER_NAME,configuredDrilldown:] where the field and drilldownField changes in your results. The value of the 'field' is the column which you need to apply filter on.
Children
No Data