//This is my formula that works unless
//the {ep_discipline.dc_reason_code} = "" then
//nothing displays. Should I populate the blank
//with bogus data or is their a way around this?
//If I should populate with bogus data then how?
//So if {ep_discipline.dc_reason_code} = "" and
//{substation.sub_code} = "84" then nothing appears when
//it should.
(({ep_discipline.dc_reason_code} = ["37", "20"])
or
(({substation.sub_code} in ["84", "85", "87", "88"])
//the {ep_discipline.dc_reason_code} = "" then
//nothing displays. Should I populate the blank
//with bogus data or is their a way around this?
//If I should populate with bogus data then how?
//So if {ep_discipline.dc_reason_code} = "" and
//{substation.sub_code} = "84" then nothing appears when
//it should.
(({ep_discipline.dc_reason_code} = ["37", "20"])
or
(({substation.sub_code} in ["84", "85", "87", "88"])