Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: JAWILBURI have changed to strFind but the node ends up erroring without a message.
output 1
{
emit *
where strFind("DL,BP,CM,WC,BL,HC,HA,DM,CL",DWELL_TYP_HSE ) > -1
and VIP_FLG_SBB == "C"
and CommercialServiceCode == "C"
and HospitalityServiceCode == ""
}
output 2
{
emit *
where strFind("CF,BF,DF",DWELL_TYP_HSE) > -1
and VIP_FLG_SBB == "B"
and CommercialServiceCode == ""
and HospitalityServiceCode == "H"
}
output 3
{
emit *
where strFind("CF,BF,DF",DWELL_TYP_HSE) > -1
and VIP_FLG_SBB == "B"
and CommercialServiceCode == "C"
and HospitalityServiceCode == ""
}