Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have a field whose value is either Yes or No I would like to calculate the percents of Yes on the bottom of the list fields.Suggestions?
Hi,you can do it using custom event on the Visual Editor tab (Insert PHP code snippet option).
Hi,
like this?select...Sum(Yes)/Sum(No)*100 as Percent,...from TableName