Simple issue. You can only have one each of IfCondition/IfTrueAction/IfFalseAction options on a single measure section. To have multiple conditions tested, you will need to use IfCondition2/IfTrueAction2/IfFaslseAction2 then 3, 4, and so on.
Code:
[MeasureDayOfWeek]Measure=TimeFormat=%wIfCondition=(MeasureDayOfWeek = 0)IfTrueAction=[!SetOption Shape0 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape0"][!Redraw]IfFalseAction=[!SetOption Shape0 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape0"][!Redraw]IfCondition2=(MeasureDayOfWeek= 1)IfTrueAction2=[!SetOption Shape1 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape1"][!Redraw]IfFalseAction2=[!SetOption Shape1 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape1"][!Redraw]IfCondition3=(MeasureDayOfWeek = 2)IfTrueAction3=[!SetOption Shape2 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape2"][!Redraw]IfFalseAction3=[!SetOption Shape2 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape2"][!Redraw]IfCondition4=(MeasureDayOfWeek = 3)IfTrueAction4=[!SetOption Shape3 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape3"][!Redraw]IfFalseAction4=[!SetOption Shape3 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape3"][!Redraw]IfCondition5=(MeasureDayOfWeek = 4)IfTrueAction5=[!SetOption Shape4 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape4"][!Redraw]IfFalseAction5=[!SetOption Shape4 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape4"][!Redraw]IfCondition6=(MeasureDayOfWeek = 5)IfTrueAction6=[!SetOption Shape5 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape5"][!Redraw]IfFalseAction6=[!SetOption Shape5 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape5"][!Redraw]IfCondition7=(MeasureDayOfWeek = 6)IfTrueAction7=[!SetOption Shape6 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 40,140,180,200 | StrokeWidth 0"][!UpdateMeter "Shape6"][!Redraw]IfFalseAction7=[!SetOption Shape6 "Shape" "Rectangle 0,0,#box#,#box#,10 | FillColor 0,0,0,20 | StrokeWidth 0"][!UpdateMeter "Shape6"][!Redraw]DynamicVariables=1
Statistics: Posted by jsmorley — 50 minutes ago