Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,In the javascript on load:Is there a way to hide certain rows based on a field value?ThanksSpencer
In Javascript - no. In server side event like BeforeRecordProcessed - yes:http://xlinesoft.com/phprunner/docs/before_record_processed.htmYou have an option to hide any record using that event and you also have an access to all field values.