Variables under the variable set not populating on report filter conditionIssue Not able to see the variable under "variable set" on the report filter even though the user has a catalog_editor role.ReleaseAll ReleasesCauseRead Access required to the table "item_option_new_set" and "io_set_items"Resolution The "variable" table (item_option_new) reference a field to Catalog Item(sc_cat_item) table (meaning we can see the mapping of the variable with the catalog item directly on the variable table)In case of "Variable Set" (item_option_new_set) The "io_set_items"" table stores the relationship/ reference between Catalog items(sc_cat_item) and Variable Sets (item_option_new_set) Meaning, to check the "variable set" linked to "catalog item" it needs to check the mapping or reference from "io_set_item". To use the variables under the "variable set" for a "catalog item" on the filter condition for both inside report as well as list view it needs read access to the "variable set" table to read the variables and "io_set_items"" table to read the mapping with "Catalog Item"