1 (case when ACTIONS.claveCategoria = 'INFO' then EFFORTS.name else ACTIONS.description end) as Gestion " +
2 " ,ACTIONS.numhours, c.surname + ', ' + c.name as NombreCliente, e.ref as refProducto, ACTIONS.refType + ' ' + ACTIONS.ref as RefContrato ";
3