Show Variables of a Requested Item in the list viewSummaryCustomers often inquire, if they can show the variables of a Requested Item in the list view. Unfortunately, it is currently not possible to include the Variable Editor or any UI Formatter in a list view in OOB.The Variable Editor is a specialized UI Formatter that handles the display of variable selections for a catalog item and is only currently available in the Form View. This applies to all System UI/Formatters in the platform. There is a one-to-many relation between a UI Formatter and the record in question, which makes it challenging to present UI Formatters such as a Variable Editor on the list view.Also to be noted is that this is not currently supported within a Service Now instance and also not customizable from the platform as it needs a ServiceNow release update in order to work. However, with a Database view, it can somewhat be achievable to a certain degree. This KB articulates this process.ReleaseAll releases.InstructionsThe variables are linked to the RITM through 2 more tables are involved: sc_item_option and sc_item_option_mtom. By incorporating these 2, the customers can get a database view which comprises those 2 tables and RITM tables to show the variables. Here is a screenshot describing the same. When it is created, the resulting table will look like something as below. The list layout has been modified to show the Question.Question, Question.Name and Value to have a better representation. Related LinksCustomers are requested to verify this to confirm, as this is just a general guideline and they must test it in OOB before fully implementing.