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
  • In order to answer your other question, c4 may not be necessarily the 4th column. Here is my analysis so far regarding this order:
    >> Appian goes on incrementing the id in the report as and when you add columns. For ex, if your report already has 4 rows Appian already generates keys as follows: c1, c2, c3, c4
    Though you move the columns up and down in report configurations, Appian helps us identifying the columns with the help of the assigned unique id. So the column c4 can be at any place in the report, but the way you access it (i.e. by using 'c4' for ex.) will help Appian in identifying the right column.
    >> Now let's assume that you have added a 5th column. Appian assigns 'c5' to the new column.
    >> Now let's assume that you have deleted the newly added 5th column and added one more column. Appian assigns 'c6' to the new column. From this we can infer that Appian assigns the ids to report columns similar to auto incremented primary key of a table.
Reply
  • In order to answer your other question, c4 may not be necessarily the 4th column. Here is my analysis so far regarding this order:
    >> Appian goes on incrementing the id in the report as and when you add columns. For ex, if your report already has 4 rows Appian already generates keys as follows: c1, c2, c3, c4
    Though you move the columns up and down in report configurations, Appian helps us identifying the columns with the help of the assigned unique id. So the column c4 can be at any place in the report, but the way you access it (i.e. by using 'c4' for ex.) will help Appian in identifying the right column.
    >> Now let's assume that you have added a 5th column. Appian assigns 'c5' to the new column.
    >> Now let's assume that you have deleted the newly added 5th column and added one more column. Appian assigns 'c6' to the new column. From this we can infer that Appian assigns the ids to report columns similar to auto incremented primary key of a table.
Children
No Data