1
0
-1

Hi,

I have created a list from a form. I put an extra filter condition that is working fine. The extra filter is  the one below:

e.customProperties.receiver like '%#currentUser.username#%' or e.customProperties.sender ='#currentUser.username#'.

Sender a receiver are a text field and a hidden field in the form.

But if I add a filter column in the list design, and I try to filter by that column , it does not work. No errors are showing , but the filter is not returning the right filtered list.


Thanks

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      I think I fixed it, It is important to enclose in parenthesis the extra filter

      (e.customProperties.receiver like '%#currentUser.username#%' or e.customProperties.sender ='#currentUser.username#)

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi genti

        It would be useful if you can attached a sample app for the community to help you check. Thanks.

          CommentAdd your comment...