Dear all I have created a formula such as:-
if {Weekday_Hub_Data.Failed Connections, Explanation}="Saturday Collections No Sunday service" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Trunk Overload" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Loading Error" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Human error sort to incorrect point" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Breakdown at Hub" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Breakdown at Service Centre" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Volumes Inbound" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Volumes Outbound" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Break Down" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late (No Reason Given)" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Breakdown on Route" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Congestion" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Diversion" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late in Road Works" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late RTA Diversion" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Weather Conditions" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Major Accident" then "Uncontrolled" ;
The word controlled and uncontrolled do not appear on my report could it be that no one has filled in the explanation in the data base or could it be a report issue pls help
if {Weekday_Hub_Data.Failed Connections, Explanation}="Saturday Collections No Sunday service" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Trunk Overload" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Loading Error" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Human error sort to incorrect point" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Breakdown at Hub" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Breakdown at Service Centre" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Volumes Inbound" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Volumes Outbound" then "Controlled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Break Down" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late (No Reason Given)" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Breakdown on Route" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Congestion" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late Diversion" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late in Road Works" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Vehicle Late RTA Diversion" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Weather Conditions" then "Uncontrolled" else
if {Weekday_Hub_Data.Failed Connections, Explanation}="Major Accident" then "Uncontrolled" ;
The word controlled and uncontrolled do not appear on my report could it be that no one has filled in the explanation in the data base or could it be a report issue pls help