Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,Can I use the custom "view as" on a list page to dynamically set the view as type? So... if data["SomeOtherField"] = 1 then view as File, else view as TextOr maybe I should use the Before display event... or maybe it can't be done...?Thanks,Tim
Set 'View as' type dynamically is not possible. You can probably use the same field twice your SQL query, set different 'View as' types for those fields and hide/show one of fields based on condition.