Skip to main content

If I want to pre-create the filter for a set of people, what tables can I find them in?


Thanks for the reply.

They are stored in [K2].[Workspace].[UserPreference] in XML format. It is not easy to construct that and it is not supported to modify the database. You will need the user's SID as well.


SELECT * FROM [K2].[Workspace].[UserPreference]


Reply