consultation with cursors

consultation with cursors

Hi!

I need to do the following in ZOHO reports using cursors.

declare @SemanaActual money;
declare @SemanaAnterior money;
declare @SaldoFinal money;
declare @SaldoInicial money;

DECLARE vendor_cursor CURSOR FOR 
  select distinct A.Semana,A.SemanaAnterior  FROM AdventureWorks.dbo. OperacionesJuan A

OPEN vendor_cursor

FETCH NEXT FROM vendor_cursor 
INTO @SemanaActual,@SemanaAnterior

WHILE @@FETCH_STATUS = 0
BEGIN

if (@SemanaActual=1409)--semana inicial
begin
select 
   @SaldoFinal=coalesce((select SUM(CASE 
WHEN Codigo='SI'  THEN Saldo_inicial_del_banco
ELSE 0
END ) FROM AdventureWorks.dbo. OperacionesJuan where  SemanaAnterior= @SemanaAnterior)+
SUM(Ingresos)+ SUM(Egresos),0) 
FROM AdventureWorks.dbo. OperacionesJuan 
where Codigo='SI' and  SemanaAnterior= @SemanaAnterior
select SUM(Saldo_inicial_del_banco) as 'SaldoInicial',
coalesce(SUM(Ingresos),0) as 'Ingresos' ,
coalesce(SUM(Egresos),0)  as 'Egresos',
   @SaldoFinal as 'SaldoFinal',
@SemanaActual as 'SemanaActual',
@SemanaAnterior as 'SemanaAnterior' 
FROM AdventureWorks.dbo. OperacionesJuan 
where Codigo='SI' and  SemanaAnterior= @SemanaAnterior
end
else
begin
set @SaldoInicial=@SaldoFinal;
select 
@SaldoFinal=coalesce((@ SaldoInicial + SUM(Ingresos)+ SUM(Egresos)),0)
FROM AdventureWorks.dbo. OperacionesJuan 
where SemanaAnterior= @SemanaAnterior
select @SaldoInicial as 'SaldoInicial',
coalesce(SUM(Ingresos),0) as 'Ingresos' ,
coalesce(SUM(Egresos),0)  as 'Egresos',
   coalesce(@SaldoFinal ,0) as 'SaldoFinal',
@SemanaActual as 'SemanaActual',
@SemanaAnterior as 'SemanaAnterior' 
FROM AdventureWorks.dbo. OperacionesJuan 
where SemanaAnterior= @SemanaAnterior
end

        -- Get the next vendor.
    FETCH NEXT FROM vendor_cursor 
    INTO @SemanaActual,@SemanaAnterior
END 
CLOSE vendor_cursor;
DEALLOCATE vendor_cursor;

I can do it
Thanks.

      • Sticky Posts

      • Announcing Zoho Analytics 6.0 Beta!

        We are delighted to open up the next major version, Zoho Analytics 6.0 Beta! The new version comes packed with a wide range of functionalities for all persona, namely business users, data analysts, data engineers, and data scientists. Zoho Analytics team
      • What's New in Zoho Analytics - August 2024

        Hello Users! We are back with the latest updates and enhancements made to Zoho Analytics. Keep reading to learn more about them. Connect to the data hosted in the cloud without allow-listing the IP addresses Utilize Zoho Databridge to connect to the data
      • We are coming to your city! Zoho Analytics Community Meetup

        Hello, business leaders and data enthusiasts! We are delighted to announce that registrations are now open for the ZUG meetups, and we can't wait for you to be a part of them. Our in-house analytics experts are geared up to lead discussions on constructing
      • Zoho Analytics: 2021 Look Back

        As we start a new year in 2022, here's some of our top moments from 2021. Zoho Analytics in 2021
      • [Customer Talk] PREMO Group's Analyst Interview at Zoho Day 2022

        Premo Group, a 50 year old Spanish Manufacturing Company, has been our long-standing customer with #ZohoAnalytics. They've been using our platform for their end-to-end, unified business analytics solution.  Hear more from Claudio Cabeza, Director at PREMO