<?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: Help with exporting data in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438545#M13529</link>
    <description>&lt;P&gt;Sure, here's how you can export a table from QlikView along with formulas:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Open your QlikView application and navigate to the sheet containing the table you want to export.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right-click on the table you want to export.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select "Export" from the context menu.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Choose the desired format for export, such as Excel or CSV.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Save the exported file to your desired location. Also, check out Baweja Media&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sat, 06 Apr 2024 14:05:56 GMT</pubDate>
    <dc:creator>BawejaMedia</dc:creator>
    <dc:date>2024-04-06T14:05:56Z</dc:date>
    <item>
      <title>Help with exporting data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438540#M13528</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;could someone tell me, how can I export a table from QlikView along with formulas in it? The total SUM is not being calculated correctly an I do not know why. That way i could see it.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 12:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438540#M13528</guid>
      <dc:creator>frata</dc:creator>
      <dc:date>2024-04-06T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with exporting data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438545#M13529</link>
      <description>&lt;P&gt;Sure, here's how you can export a table from QlikView along with formulas:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Open your QlikView application and navigate to the sheet containing the table you want to export.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right-click on the table you want to export.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select "Export" from the context menu.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Choose the desired format for export, such as Excel or CSV.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Save the exported file to your desired location. Also, check out Baweja Media&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 06 Apr 2024 14:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438545#M13529</guid>
      <dc:creator>BawejaMedia</dc:creator>
      <dc:date>2024-04-06T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help with exporting data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438691#M13530</link>
      <description>&lt;P&gt;The sum is most likely correct, but it might not be what you expect.&lt;/P&gt;
&lt;P&gt;The default behavior of QlikView is to present the total value per dimension on the individual rows, and the whole sum of the expression on the total row (not necessarily the same thing as the sum of rows as you probably use for comparison in excel)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consider this data model.&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;TripID, Passengers, Description&lt;/P&gt;
&lt;P&gt;LS, 2, London-Stockholm&lt;/P&gt;
&lt;P&gt;LSP, 2, London-Stockholm-Puyang&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Load * inline [&lt;/P&gt;
&lt;P&gt;TripID, LocationInTrip&lt;/P&gt;
&lt;P&gt;LS, London&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LS, Stockholm&lt;/P&gt;
&lt;P&gt;LSP, London&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LSP, Stockholm&lt;/P&gt;
&lt;P&gt;LSP, Puyang&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;The number of passengers are 4, but if you split it up per LocationInTrip then you get&lt;/P&gt;
&lt;P&gt;London 4&lt;/P&gt;
&lt;P&gt;Stockholm 4&lt;/P&gt;
&lt;P&gt;Puyang: 2&lt;/P&gt;
&lt;P&gt;TOTAL: 4 (NOT 10)&lt;/P&gt;
&lt;P&gt;If you want the total value to be presented as 10 then you need to change the aggregation from default expression total to the sum of rows in the expression properly settings.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 08:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Help-with-exporting-data/m-p/2438691#M13530</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-04-07T08:45:08Z</dc:date>
    </item>
  </channel>
</rss>

