<?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: Question editor for loading data Qlik in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498642#M1531</link>
    <description>&lt;P&gt;Hello, thanks for the quick responce!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i checked the code again with my teammate, and i think the issue has to be somewhere with the joins of the invoice in the sales table, this is our current Sales table:&lt;/P&gt;
&lt;P&gt;[InvoiceLine]:&lt;BR /&gt;LOAD&lt;BR /&gt;InvoiceNo as '%InvoiceNo',&lt;BR /&gt;InvoiceLine as '%InvoiceLine',&lt;BR /&gt;ArticleNo as '%ArticleNo',&lt;BR /&gt;Quantity,&lt;BR /&gt;Price&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is InvoiceLine);&lt;/P&gt;
&lt;P&gt;[InvoiceHeader]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;InvoiceNo as '%InvoiceNo',&lt;BR /&gt;Floor(InvoiceDate) as '%InvoiceDate',&lt;BR /&gt;CustomerNo as '%Invoice_CustomerNo'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is InvoiceHeader);&lt;/P&gt;
&lt;P&gt;[Article]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;ArticleNo as '%ArticleNo',&lt;BR /&gt;CostPrice,&lt;BR /&gt;ArtGroupCode as '%ArtGroupCode'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Article);&lt;/P&gt;
&lt;P&gt;[Customer]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;CustomerNo as '%Customer_CustomerNo',&lt;BR /&gt;Category as 'Customer_Category',&lt;BR /&gt;SalesmanNo as '%SalesmanNo'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[InvoiceData]:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;%InvoiceNo,&lt;BR /&gt;%Customer_CustomerNo,&lt;BR /&gt;%Invoice_CustomerNo,&lt;BR /&gt;%ArticleNo,&lt;BR /&gt;%InvoiceLine,&lt;BR /&gt;%ArtGroupCode,&lt;BR /&gt;%SalesmanNo,&lt;BR /&gt;%InvoiceDate,&lt;BR /&gt;Quantity,&lt;BR /&gt;CostPrice,&lt;BR /&gt;Price,&lt;BR /&gt;Quantity * Price as Omzet,&lt;BR /&gt;Quantity * CostPrice as Kosten,&lt;BR /&gt;(Quantity * Price) - (Quantity * CostPrice) as Marge&lt;BR /&gt;RESIDENT [InvoiceLine];&lt;/P&gt;
&lt;P&gt;DROP TABLE [InvoiceLine];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//above is a part that loads the customer aswell, the code of the ''CustomerDim'' is:&lt;/P&gt;
&lt;P&gt;[Customer]:&lt;BR /&gt;LOAD&lt;BR /&gt;CustomerNo as '%Customer_CustomerNo',&lt;BR /&gt;Name,&lt;BR /&gt;City,&lt;BR /&gt;Province,&lt;BR /&gt;Category as 'Customer_Category'&lt;BR /&gt;// SalesmanNo as '%SalesmanNo'&lt;BR /&gt;&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 16:35:31 GMT</pubDate>
    <dc:creator>TimSchaeffer</dc:creator>
    <dc:date>2024-12-18T16:35:31Z</dc:date>
    <item>
      <title>Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498608#M1528</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;As an assignment me and a other student got the task to create a dashboard for the practice case ''Conimex".&lt;/P&gt;
&lt;P&gt;As data we recieved an excel file containing multiple sheets, each providing different sets of information, called ''conimex 24''.&lt;/P&gt;
&lt;P&gt;We already worked with this file and we stumble upon serveral bugs we are unable to fix. One of them is getting the correct ''omzet" (turnover). Somehow in the calculation its *100 to many. The "omzet" should be around 7.24M, but somehow we get the result 724M. The same goes for the "marge".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimSchaeffer_0-1734530352846.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175852iBF24350CB0EB42C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimSchaeffer_0-1734530352846.png" alt="TimSchaeffer_0-1734530352846.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its an europian dataset, meaning the price and costprice is with an komma instead of a dot. We first tried changing the main code, but this doesn't seem to fix it. Also we tried asking chatGPT, wich gave us the Num function for the calculation, but this calculation doesn't work aswell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is how we can fix the calculation, so it shows the correct amount. In the attachments i will send the excel data we got, aswell as the code we currently have. Each #1 means a different tab in the data load section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//The edit we tried in main:&lt;/P&gt;
&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='€ ###0,00;-€ ###0,00';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;
&lt;P&gt;// SET ThousandSep=',';&lt;BR /&gt;// SET DecimalSep='.';&lt;BR /&gt;// SET MoneyThousandSep=',';&lt;BR /&gt;// SET MoneyDecimalSep='.';&lt;BR /&gt;// SET MoneyFormat='$ ###0.00;-$ ###0.00';&lt;/P&gt;
&lt;P&gt;// SET DateFormat='M/D/YYYY';&lt;BR /&gt;// SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;
&lt;P&gt;_________________________________________________________________________________________&lt;/P&gt;
&lt;P&gt;//The edit we tried in sales from chatGPT:&lt;/P&gt;
&lt;P&gt;[InvoiceData]:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;%InvoiceNo,&lt;BR /&gt;%CustomerNo_Customer,&lt;BR /&gt;%CustomerNo_Invoice,&lt;BR /&gt;%ArticleNo,&lt;BR /&gt;%InvoiceLine,&lt;BR /&gt;%ArtGroupCode,&lt;BR /&gt;%SalesmanNo,&lt;BR /&gt;%CustomerCategory,&lt;BR /&gt;%InvoiceDate,&lt;BR /&gt;num#(Quantity, '###0', '.', ',') as Quantity, // Zorg dat Quantity numeriek is&lt;BR /&gt;num#(Price, '###0,00', ',', '.') as Price, // Zorg dat Price numeriek is&lt;BR /&gt;num#(CostPrice, '###0,00', ',', '.') as CostPrice, // Zorg dat CostPrice numeriek is&lt;BR /&gt;num#(Quantity, '###0', '.', ',') * num#(Price, '###0,00', ',', '.') as Omzet, // Correcte berekening Omzet&lt;BR /&gt;num#(Quantity, '###0', '.', ',') * num#(CostPrice, '###0,00', ',', '.') as Kosten, // Correcte berekening Kosten&lt;BR /&gt;(num#(Quantity, '###0', '.', ',') * num#(Price, '###0,00', ',', '.')) - &lt;BR /&gt;(num#(Quantity, '###0', '.', ',') * num#(CostPrice, '###0,00', ',', '.')) as Marge // Correcte berekening Marge&lt;BR /&gt;RESIDENT [InvoiceLine];&lt;/P&gt;
&lt;P&gt;DROP TABLE [InvoiceLine];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498608#M1528</guid>
      <dc:creator>TimSchaeffer</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498609#M1529</link>
      <description>&lt;P&gt;I would suggest checking that there isn't something causing multiplication by virtue of an incorrect key or using fields from two tables that aren't joined. The fact that the value you get is exactly 100 times greater than expected suggests something is getting multiplied by 100 (obviously), so check if any of your tables contain exactly that many rows of data as a lead.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 15:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498609#M1529</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-12-18T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498614#M1530</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;After doing a test with excel I think it is better to forget the formats if you do not need them. Generally Qlik manages this well and without I get about 7 millions&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 14:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498614#M1530</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-12-18T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498642#M1531</link>
      <description>&lt;P&gt;Hello, thanks for the quick responce!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i checked the code again with my teammate, and i think the issue has to be somewhere with the joins of the invoice in the sales table, this is our current Sales table:&lt;/P&gt;
&lt;P&gt;[InvoiceLine]:&lt;BR /&gt;LOAD&lt;BR /&gt;InvoiceNo as '%InvoiceNo',&lt;BR /&gt;InvoiceLine as '%InvoiceLine',&lt;BR /&gt;ArticleNo as '%ArticleNo',&lt;BR /&gt;Quantity,&lt;BR /&gt;Price&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is InvoiceLine);&lt;/P&gt;
&lt;P&gt;[InvoiceHeader]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;InvoiceNo as '%InvoiceNo',&lt;BR /&gt;Floor(InvoiceDate) as '%InvoiceDate',&lt;BR /&gt;CustomerNo as '%Invoice_CustomerNo'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is InvoiceHeader);&lt;/P&gt;
&lt;P&gt;[Article]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;ArticleNo as '%ArticleNo',&lt;BR /&gt;CostPrice,&lt;BR /&gt;ArtGroupCode as '%ArtGroupCode'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Article);&lt;/P&gt;
&lt;P&gt;[Customer]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;CustomerNo as '%Customer_CustomerNo',&lt;BR /&gt;Category as 'Customer_Category',&lt;BR /&gt;SalesmanNo as '%SalesmanNo'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[InvoiceData]:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;%InvoiceNo,&lt;BR /&gt;%Customer_CustomerNo,&lt;BR /&gt;%Invoice_CustomerNo,&lt;BR /&gt;%ArticleNo,&lt;BR /&gt;%InvoiceLine,&lt;BR /&gt;%ArtGroupCode,&lt;BR /&gt;%SalesmanNo,&lt;BR /&gt;%InvoiceDate,&lt;BR /&gt;Quantity,&lt;BR /&gt;CostPrice,&lt;BR /&gt;Price,&lt;BR /&gt;Quantity * Price as Omzet,&lt;BR /&gt;Quantity * CostPrice as Kosten,&lt;BR /&gt;(Quantity * Price) - (Quantity * CostPrice) as Marge&lt;BR /&gt;RESIDENT [InvoiceLine];&lt;/P&gt;
&lt;P&gt;DROP TABLE [InvoiceLine];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//above is a part that loads the customer aswell, the code of the ''CustomerDim'' is:&lt;/P&gt;
&lt;P&gt;[Customer]:&lt;BR /&gt;LOAD&lt;BR /&gt;CustomerNo as '%Customer_CustomerNo',&lt;BR /&gt;Name,&lt;BR /&gt;City,&lt;BR /&gt;Province,&lt;BR /&gt;Category as 'Customer_Category'&lt;BR /&gt;// SalesmanNo as '%SalesmanNo'&lt;BR /&gt;&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 16:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498642#M1531</guid>
      <dc:creator>TimSchaeffer</dc:creator>
      <dc:date>2024-12-18T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498644#M1532</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;There was a problem with the join of the customer table. There were no fields in common, so no key. This created a Cartesian product. Normally, this code should work:&lt;/P&gt;
&lt;P&gt;[InvoiceLine]:&lt;BR /&gt;LOAD&lt;BR /&gt;InvoiceNo as '%InvoiceNo',&lt;BR /&gt;InvoiceLine as '%InvoiceLine',&lt;BR /&gt;ArticleNo as '%ArticleNo',&lt;BR /&gt;Quantity,&lt;BR /&gt;Price&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24 (1).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is InvoiceLine);&lt;/P&gt;
&lt;P&gt;[InvoiceHeader]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;InvoiceNo as '%InvoiceNo',&lt;BR /&gt;Floor(InvoiceDate) as '%InvoiceDate',&lt;BR /&gt;CustomerNo as '%Invoice_CustomerNo'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24 (1).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is InvoiceHeader);&lt;/P&gt;
&lt;P&gt;[Article]:&lt;BR /&gt;Left Join ([InvoiceLine])&lt;BR /&gt;LOAD&lt;BR /&gt;ArticleNo as '%ArticleNo',&lt;BR /&gt;CostPrice,&lt;BR /&gt;ArtGroupCode as '%ArtGroupCode'&lt;BR /&gt;FROM [lib://DataFiles/Conimex_24 (1).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Article);&lt;/P&gt;
&lt;P&gt;// [Customer]:&lt;BR /&gt;// Left Join ([InvoiceLine])&lt;BR /&gt;// LOAD&lt;BR /&gt;// CustomerNo as '%Customer_CustomerNo',&lt;BR /&gt;// Category as 'Customer_Category',&lt;BR /&gt;// SalesmanNo as '%SalesmanNo'&lt;BR /&gt;// FROM [lib://DataFiles/Conimex_24 (1).xlsx]&lt;BR /&gt;// (ooxml, embedded labels, table is Customer);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[InvoiceData]:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;%InvoiceNo,&lt;BR /&gt;%Invoice_CustomerNo,&lt;BR /&gt;%ArticleNo,&lt;BR /&gt;%InvoiceLine,&lt;BR /&gt;%ArtGroupCode,&lt;BR /&gt;%InvoiceDate,&lt;BR /&gt;Quantity,&lt;BR /&gt;CostPrice,&lt;BR /&gt;Price,&lt;BR /&gt;Quantity * Price as Omzet,&lt;BR /&gt;Quantity * CostPrice as Kosten,&lt;BR /&gt;(Quantity * Price) - (Quantity * CostPrice) as Marge&lt;BR /&gt;RESIDENT [InvoiceLine];&lt;/P&gt;
&lt;P&gt;DROP TABLE [InvoiceLine];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//above is a part that loads the customer aswell, the code of the ''CustomerDim'' is:&lt;/P&gt;
&lt;P&gt;[Customer]:&lt;BR /&gt;LOAD&lt;BR /&gt;CustomerNo as '%Invoice_CustomerNo',&lt;BR /&gt;Name,&lt;BR /&gt;City,&lt;BR /&gt;Province,&lt;BR /&gt;Category as 'Customer_Category',&lt;BR /&gt;SalesmanNo as '%SalesmanNo'&lt;/P&gt;
&lt;P&gt;FROM [lib://DataFiles/Conimex_24 (1).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 16:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498644#M1532</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-12-18T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498651#M1533</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all, thank you so much, this seemed to do the trick.&lt;/P&gt;
&lt;P&gt;however, after i loaded the data i did get a warning, is there a way to fix the following message, or can i ignore it?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimSchaeffer_0-1734541949230.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175859iE8B077E89456E8F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimSchaeffer_0-1734541949230.png" alt="TimSchaeffer_0-1734541949230.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;InvoiceHeader &amp;lt;&amp;lt; InvoiceHeader &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Opgehaalde regels: 15,000 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Article-7 &amp;lt;&amp;lt; Article Opgehaalde regels: 88 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;nvoiceData &amp;lt;&amp;lt; InvoiceLine &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Opgehaalde regels: 83,279 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Customer-7 &amp;lt;&amp;lt; Customer Opgehaalde regels: 100 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$Syn 1 = Name+City+Province+Customer_Category&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H6 class="MuiTypography-root MuiTypography-subtitle1 css-1kvo7zd"&gt;App is opgeslagen&lt;/H6&gt;
&lt;H6 class="MuiTypography-root MuiTypography-subtitle1 css-1kvo7zd"&gt;Voltooid met fout(en) en/of waarschuwing(en)&lt;/H6&gt;
&lt;H6 class="MuiTypography-root MuiTypography-subtitle1 css-1tq1zxb"&gt;0 geforceerde fout(en)&lt;/H6&gt;
&lt;P&gt;&lt;SPAN&gt;1 synthetische sleutel(s)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 17:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498651#M1533</guid>
      <dc:creator>TimSchaeffer</dc:creator>
      <dc:date>2024-12-18T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498661#M1534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/322789"&gt;@TimSchaeffer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note the forum you have posted to is for the Data Integration product Qlik Compose for Data Warehouses. To reach your target audience, please consider posting your question here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense/ct-p/qlik-sense" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense/ct-p/qlik-sense&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 18:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498661#M1534</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-12-18T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question editor for loading data Qlik</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498737#M1535</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Theoretically, your model can work, but it is strongly discouraged to have synthetic keys in your model.&lt;BR /&gt;Given the fields concerned, you must certainly load another customer table which creates this problem.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 08:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Question-editor-for-loading-data-Qlik/m-p/2498737#M1535</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-12-19T08:16:08Z</dc:date>
    </item>
  </channel>
</rss>

