Similar to Extract User Name Text from User Table
We are trying to pass a list of users into a function and store the user’s user name into a table because we can’t filter an interactive table based on the user’s name only on strict equality.
Similar to Extract User Name Text from User Table
We are trying to pass a list of users into a function and store the user’s user name into a table because we can’t filter an interactive table based on the user’s name only on strict equality.
Thanks @BlakeBou for the post – I noted on the linked thread that I’m looking into it.
Is this different than the linked thread? i.e. if you could access the User Name from the User Table or otherwise, would that be sufficient or are you reporting an underlying problem with table filtering?
Hi @OlgaStroilova,
Notice how when setting up a filter on an interactive table the only options are equality.
We need a way to search the table based on the user typing part of an operators name. We’ve resorted to storing the operator as both a “User” type and a “Text” type to enable filtering.