Skip to main content
August 30, 2023
Question

Filter Data

  • August 30, 2023
  • 13 replies
  • 0 views

Hi Team,

I have a column(Assignees) in a record type, there in the filter I'm thinking to write a logic like below

a!queryFilter(
                      field: 'recordType!Record Details.fields.assignees',
                      operator: "=",
                      value: loggedInUser()
                    ),

id, Assignee(text)

-----------------------

1, "user1;user2"

2, "user2"

if the user1 login, record 1 should be displayed in the grid

if the user2 login, record 1,2 should be displayed in the grid

    13 replies

    stefanhelzle0001
    Brainy
    August 30, 2023

    Storing multiple values in one field will not work. What are you trying to achieve?

    August 30, 2023

    I would like to display all the records that assginee column has loggedin user as value

    anmolv0003
    Participating Frequently
    August 30, 2023

    If you are facing an error , please be specific about it. 

    Anmol