<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extract total cells from all Sheet Level in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1691474#M28545</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlik NPrinting adds the rows it needs during the report creation so original rows are moved down and you lost the references.&lt;/P&gt;&lt;P&gt;Instead of working only on VBA did you evaluated the possibilities to:&lt;/P&gt;&lt;P&gt;- develop a Qlik Sense object with the totals you need and import it into the template?&lt;/P&gt;&lt;P&gt;- use the template Variables or Formulas to calculate the totals and insert them into the template?&lt;/P&gt;&lt;P&gt;Note that VBA code is never executed during reports generation so you need to associate it with an event, for example on opening the .xlsm file, or ask to the recipients to execute it.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 09:04:56 GMT</pubDate>
    <dc:creator>Ruggero_Piccoli</dc:creator>
    <dc:date>2020-04-07T09:04:56Z</dc:date>
    <item>
      <title>Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1689936#M28488</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I'm trying to solve a problem in Qlik Nprinting that I don't know if it has a solution.&lt;/P&gt;&lt;P&gt;In my problem, I have a report divided by a page level. In each one, all the possible cases will appear in the report, and there will be a cell prepared with the formula sum () that will make the sum of all those lines created in each sheet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31071i921179F0DDD90885/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura1.PNG" alt="Captura1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Well, what I need to do is to take those totals from each sheet and take them to a new normal sheet (without any page level created).&lt;/P&gt;&lt;P&gt;When I put the link to that cell on my normal sheet, it only shows the total from the first sheet. But of course, I need all the totals of all the sheets and I don't know if this can be achieved.&lt;/P&gt;&lt;P&gt;For example, if I put it to be done by the page level, the number of totals created is correct, but the references are not correct.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura2.PNG" style="width: 707px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31069i82C693B25758B5A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura2.PNG" alt="Captura2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura3.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31070iCA39E8F53625C52F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura3.PNG" alt="Captura3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if this can be done and how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 16:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1689936#M28488</guid>
      <dc:creator>pacoarandiga</dc:creator>
      <dc:date>2020-04-01T16:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690107#M28491</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Obviously NPrinting development is actually combo of Qlik Sense and NPrinting development and the approach I would take for the purpose of this exercise would be to create an object directly in Qlik Sense application which would return the required values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but if you insist...you could use a Excel sheet with macro...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create template xlsm&lt;/LI&gt;&lt;LI&gt;load that template&lt;/LI&gt;&lt;LI&gt;create EVAL function in Module&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;. Hold down the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ALT + F11&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;keys, and it opens the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Microsoft Visual Basic for Applications window&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;. Click&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Insert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Module&lt;/STRONG&gt;, and paste the following code in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Module Window&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;VBA code: Convert text strings to formulas&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;DIV class="syntaxhighlighter notranslate vb lia-indent-padding-left-60px"&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="line number1 index0 alt2"&gt;1&lt;/DIV&gt;&lt;DIV class="line number2 index1 alt1"&gt;2&lt;/DIV&gt;&lt;DIV class="line number3 index2 alt2"&gt;3&lt;/DIV&gt;&lt;DIV class="line number4 index3 alt1"&gt;4&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class="container"&gt;&lt;DIV class="line number1 index0 alt2"&gt;Function Eval(Ref&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;As String)&lt;/DIV&gt;&lt;DIV class="line number2 index1 alt1"&gt;Application.Volatile&lt;/DIV&gt;&lt;DIV class="line number3 index2 alt2"&gt;Eval = Evaluate(Ref)&lt;/DIV&gt;&lt;DIV class="line number4 index3 alt1"&gt;End Function&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;use PAGE tag to create references by concatenating required cells and formulas (in my case I used vlookup)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;=CONCATENATE("=VLOOKUP(",CHAR(34),"Tender Total TTW",CHAR(34),",",B2,"!A:B",",","2",",","0)")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use custom EVAL () function to evaluate it post report generation&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;see short video for demonstration (attached).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on report requirements you may find this overcomplicated and could stick to simpler solutions. Definitely reference to the sheet will not flow with the &amp;lt;Page&amp;gt; tag the way you tried to use it, so that is no-no!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 04:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690107#M28491</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-04-02T04:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690677#M28523</link>
      <description>&lt;P&gt;Hello Lech.&lt;/P&gt;&lt;P&gt;Thanks for your answer, I think it is a very good solution. I'm testing it, but I can't get it to work. Adapting the "concatenate" and the "vlookup" function to my example, Nprinting creates the Excel and I get the string correctly. Also, if I put it manually (the string) it gives me the result correctly. The problem I have is that when I create the function with VBA code, I'm doing something wrong because it doesn't return me anything.&lt;/P&gt;&lt;P&gt;I'm creating the module as you indicate. Do I have to save it in any special way?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Module.PNG" style="width: 750px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31207i5A5995A9C9E3C11A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Module.PNG" alt="Module.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The result, when I put the Eval () function, is that it doesn't return anything to me when transforming the string.&amp;nbsp;It also puts it between { }, which isn't the same result as yours. And this is not from Nprinting alone, I create it in any normal Excel and the function created still doesn't work for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Plantilla1.PNG" style="width: 670px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31208i96447649A88E24D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Plantilla1.PNG" alt="Plantilla1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Plantilla2.PNG" style="width: 594px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31209i087702DAA42FDB75/image-size/large?v=v2&amp;amp;px=999" role="button" title="Plantilla2.PNG" alt="Plantilla2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result1.PNG" style="width: 898px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31210iC0231866AC62CE28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Result1.PNG" alt="Result1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I put the text manually, it returns the value correctly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result2.PNG" style="width: 860px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31212iE63467F8F642B193/image-size/large?v=v2&amp;amp;px=999" role="button" title="Result2.PNG" alt="Result2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I also have some doubts with this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;The totals that we extract from the different pages, will they be updated on our summary page if they are modified on their corresponding page?&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Although the creation of the Eval () function does not work for me, does the module stay saved forever? Because if I close the report and reopen it, the module that I had saved has disappeared. If every time I want to make the report I have to create the function it's not good for the solution (I suppose I'm doing something wrong too)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks for everything again.&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 09:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690677#M28523</guid>
      <dc:creator>pacoarandiga</dc:creator>
      <dc:date>2020-04-03T09:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690683#M28524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So in my previous comment i said that you need to prepare xlsm template.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means that you need to create xlsm excel file first outside of the nprinting. On that ocasion you can create module in it and save it like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;before creating report you have an option to choose a template file - this is where you point to your xlsm file (excel with macro)&lt;/P&gt;&lt;P&gt;so the steps are:&lt;/P&gt;&lt;P&gt;1. go to excel and create xlsm file with module, save it as xlsm file&lt;/P&gt;&lt;P&gt;2. create nprinting report and use a previously created file as template.&lt;/P&gt;&lt;P&gt;3. remaining steps are the same.....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31216i7FCBE1792BA2C9B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remeber to preview it as XLSM file and in publish task also use XLSM format to allow for macro run.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 09:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690683#M28524</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-04-03T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690686#M28525</link>
      <description>&lt;P&gt;your other questions:&lt;/P&gt;&lt;P&gt;I also have some doubts with this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;The totals that we extract from the different pages, will they be updated on our summary page if they are modified on their corresponding page?&lt;UL&gt;&lt;LI&gt;&lt;U&gt;&lt;STRONG&gt;I believe they will update as EVAL is just like any other formula.&lt;/STRONG&gt;&lt;/U&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Although the creation of the Eval () function does not work for me, does the module stay saved forever? Because if I close the report and reopen it, the module that I had saved has disappeared. If every time I want to make the report I have to create the function it's not good for the solution (I suppose I'm doing something wrong too)&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;It is important to use xlsm template to create whole report in NPrinting. Module will stay in it. You saw on the short video i did that it stayed, but the output was .xlsm&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 03 Apr 2020 09:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1690686#M28525</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-04-03T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1691293#M28536</link>
      <description>&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;Correcting the wrong steps I had made, I have advanced, but it still doesn't work.&lt;/P&gt;&lt;P&gt;To make it easier, I have created an Excel (xlsm) outside of Nprintng where I'm testing the formulas (once they work pass it to Nprinting). I have the same module that you created, but it keeps giving me an error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura2.PNG" style="width: 210px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31344i6F188DA619534410/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura2.PNG" alt="Captura2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura1.PNG" style="width: 784px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31338i912B0972A9195401/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura1.PNG" alt="Captura1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura3.PNG" style="width: 719px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31340i8323DF9C9006E301/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura3.PNG" alt="Captura3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and doing the string like a normal function works ..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura4.PNG" style="width: 665px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31341i07F1B3528EEF6F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura4.PNG" alt="Captura4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have thought that the created formulas do not read them to me, but creating a simpler one it works correctly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura5.PNG" style="width: 761px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31342i1591350E3C4A68DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura5.PNG" alt="Captura5.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura6.PNG" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31343iB47B4A04D371BF6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura6.PNG" alt="Captura6.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Therefore, it's a problem that the function to go from string to formula does not work for me. And I'm going a little bit crazy trying everything I see on Google, but nothing works.&lt;/P&gt;&lt;P&gt;Any help is still welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 15:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1691293#M28536</guid>
      <dc:creator>pacoarandiga</dc:creator>
      <dc:date>2020-04-06T15:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1691474#M28545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlik NPrinting adds the rows it needs during the report creation so original rows are moved down and you lost the references.&lt;/P&gt;&lt;P&gt;Instead of working only on VBA did you evaluated the possibilities to:&lt;/P&gt;&lt;P&gt;- develop a Qlik Sense object with the totals you need and import it into the template?&lt;/P&gt;&lt;P&gt;- use the template Variables or Formulas to calculate the totals and insert them into the template?&lt;/P&gt;&lt;P&gt;Note that VBA code is never executed during reports generation so you need to associate it with an event, for example on opening the .xlsm file, or ask to the recipients to execute it.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 09:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1691474#M28545</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-04-07T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extract total cells from all Sheet Level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1692374#M28576</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thank you both for your responses. What you propose Ruggero, I'm aware of these possibilities, but I need them to be linked to the excel totals, because if they are modified in the sheets, they also be updated in the Summary sheet.&lt;/P&gt;&lt;P&gt;I've finally got it to work. It was a problem of how Excel and VBA collects the code (?). The Lech example has concatenate () function working with ','. In my case, I had to put ";" for the function to work, but that the string on VBA part didn't work.&lt;/P&gt;&lt;P&gt;At the end the string that has worked for me has been the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=CONCATENATE("VLOOKUP(";CHAR(34);"DN Total";CHAR(34);",";"'";B3;"'";"!D:H";",";"5";",";"0)")&lt;/LI-CODE&gt;&lt;P&gt;And with the same code in VBA it works.&lt;/P&gt;&lt;P&gt;Thanks very much both for your help!&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Extract-total-cells-from-all-Sheet-Level/m-p/1692374#M28576</guid>
      <dc:creator>pacoarandiga</dc:creator>
      <dc:date>2020-04-09T13:45:24Z</dc:date>
    </item>
  </channel>
</rss>

