I am converting some crystal reports over to reporting services and have to have some of the formulas results done on the sql side.
what would be my syntax for the following conditional statement?
//@Location
if {stops.stp_event} = "LLD" and {stops.stp_status} = "OPN" then "On Way"
Else
if {stops.stp_event} = "LLD" and {stops.stp_status} = "DNE" then "Romulus"
Else
if {stops.stp_event} = "HCT" and {stops.stp_status} = "DNE" then "Woodstock"
Thank you
Julie
CRXI CE10 / RS2005 Sql DB
what would be my syntax for the following conditional statement?
//@Location
if {stops.stp_event} = "LLD" and {stops.stp_status} = "OPN" then "On Way"
Else
if {stops.stp_event} = "LLD" and {stops.stp_status} = "DNE" then "Romulus"
Else
if {stops.stp_event} = "HCT" and {stops.stp_status} = "DNE" then "Woodstock"
Thank you
Julie
CRXI CE10 / RS2005 Sql DB