Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
Sum (Band[1].CellValue) as Band[0].CellValue
posted

HI All,

I want to show the sum of band1 cellvalue as band0 cellvalue.

for example:

Band0 -> col1 col2 col3

             1       2     8 (sum of 2 rows value of col3)

Band1 ->  col1 col2 col3

               1     2     4

               1     2      4

any pointers please.

With Thanks & Regards

Amjath

  • 23930
    Offline posted

    Hello, Amjath

    I am just checking about the progress of your issue. If you require my further assistance on this matter don't hesitate to ask me.

    Thank you for using Infragistics Components.

    • 660
      posted in reply to Dimitar

      Hi Mitko,

      still Im facing issues with calcmanager in excel export aftering using useexcelformula in excelexporter as well.

      for few columns am gettting object reference error.

      please help me on this.

      With Thanks & Regards

      Amjath

      • 23930
        Offline posted in reply to Amjath Khan

        Hello Amjath,

         

        I’ve modified my sample in order to test export functionality and I was able to export Grid with formulas to Excel with the help of the UltraGridExcelExporter, using the following line:

        ultraGridExcelExporter1.Export(ultraGrid1,"../../ExcelUltraCalcManager.xls");

         

        Can you please test my sample and let me know if it works for you, can you please modify my sample in order to demonstrate your issue.

         

        I am waiting for your feedback.

        SumOfValuesOfBandIntoAnotherBandUG.zip