Can we display attribute as HTML in List View same as Tree View?

0
Hi , I have a scenario where i should display an attribute in List view in HTML format. As in Tree view we have "Display Attribute as HTML" , if we use this option we can set attribute to display in HTML using microflow. Similarly i want to use it in List view to display my attribute in different colors based on condition. Can anyone suggest me how can i achieve above functionality using List View. Thanks & Regards, Gayatri
asked
2 answers
0

Have you tried using the Format String widget from the App Store? I believe this will accomplish what you are looking for.

answered
0

You can place an HTML Snippet on the same page as a List View. You can have a Custom CSS and a Javascript function Created(preferably OnLoad Function) ,in the javascript function create a variable and read the attribute name. Based on your attribute name (value) set the properties of color in your CSS Propeties.

hope this helps!!!

answered