Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
row1.OOH_Type.substring(0,150)
row1.OOH_Type!=null && row1.OOH_Type.length()>150 ? row1.OOH_Type.substring(0,150) : row1.OOH_Type
row1.OOH_Type!=null && row1.OOH_Type.length()>150 ? row1.OOH_Type.substring(0,150) : row1.OOH_Type