Gelsiane 0 Denunciar post Postado Abril 9, 2007 Estou com problemas nesta view não retorna os dados. Se alguém puder me ajudar, agradeceria.select C.nm_cliente,C.id_cliente, (select sum (vl_receber) from tb_conta_receber where id_cliente = C.id_cliente and dt_recebimento is null and dt_previsao >= getdate())as aReceber, -- Tudo a Receber sem atraso(select sum (vl_receber) from tb_conta_receber where id_cliente = C.id_cliente and dt_recebimento is null and dt_previsao < getdate()) as Atraso, -- Tudo a Receber com atraso(select sum (vl_receber) from tb_conta_receber where id_cliente = C.id_cliente and dt_recebimento is null) as aReceberTotal, -- Tudo a Receber com atraso e sem atraso(select sum (vl_recebido) from tb_conta_receber where id_cliente = C.id_cliente and dt_recebimento is not null) as Recebido -- Tudo a Recebidofrom tb_cliente C Obrigada pela ajuda Gelsiane de Castro Compartilhar este post Link para o post Compartilhar em outros sites
Gelsiane 0 Denunciar post Postado Abril 9, 2007 Não dá erro. Demora muito para trazer o resultado.Estou observando que em todas as views que tem o sum está dando isso.Obrigada pela ajuda.Gelsiane de Castro Compartilhar este post Link para o post Compartilhar em outros sites