<?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: Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509532#M3182</link>
    <description>&lt;P&gt;Each kind of an incremental load could change the load-order and/or the order of the loaded field-values.&amp;nbsp; Especially if any partial loads are included - because only certain script-parts are executed which may not know / inherit the data-interpretation of the full script - and needing therefore appropriate explicit (extra) statements.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 14:31:57 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2025-03-12T14:31:57Z</dc:date>
    <item>
      <title>Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509477#M3177</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have a case where the formatting of a column is somehow changed from initial loading through middle step staging in qvds where we also do a MERGE to finally being loaded&amp;nbsp;in an app. In the app we have values ("numbers") interpreted as both numbers and strings?&lt;/P&gt;&lt;P&gt;Initially we load the data from an&amp;nbsp;MS SQL database. In the database the column is a nvarchar(20), not null column. The initial load are stored as a qvd file. This file is then MERGED with another file from MS SQL server with the same format in the data base nvarchar(20), not null.&lt;/P&gt;&lt;P&gt;The table is also used in a link table with the specific column, which is created in the load script in the app.&lt;/P&gt;&lt;P&gt;When I open the app and do a search in the mentioned column i find the same "numbers" both as a integer and as a strings. In the search window in a straight table the same number appear&amp;nbsp; on both left and right side...&lt;/P&gt;&lt;P&gt;Do any of you experts know at what time in my proses this may change?&lt;/P&gt;&lt;P&gt;One theory is that the merged source file (the changes which is bering merged) only contain integer numbers as opposed to the target file its being merged with which contain both integers and strings...?&lt;/P&gt;&lt;P&gt;I have manage to solve this by specifying the column as text() in the load script in the app, but would like to know how this may happen?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509477#M3177</guid>
      <dc:creator>EspenH</dc:creator>
      <dc:date>2025-03-19T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509502#M3178</link>
      <description>&lt;P&gt;Qlik doesn't follow the concept of data-typing else it used a data-interpretation which depends on the interpretation-variables respectively the OS region settings and the load-order - because the first loaded field-value triggers the interpretation. The source is completely irrelevant.&lt;/P&gt;&lt;P&gt;This means your mismatch may occur within any processing-stage. Each slightest change may have an impact. There is no globally sensible rule to handle the matter else it will depend on the specific case which approach is the most suitable.&lt;/P&gt;&lt;P&gt;Usually it's not a big task else the data-interpretation worked quite smoothly and the few exceptions of a mismatch could be explicitly treated with a text() or num#() or an appropriate pre-load and/or an adjusting of the order of the processing-steps.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 13:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509502#M3178</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-12T13:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509507#M3179</link>
      <description>&lt;P&gt;Thank you for replying and a god explanation.&lt;/P&gt;&lt;P&gt;According to your explanation I belive my theory may stick regarding my MERGE stage?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 13:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509507#M3179</guid>
      <dc:creator>EspenH</dc:creator>
      <dc:date>2025-03-12T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509518#M3180</link>
      <description>&lt;P&gt;It might be caused from anywhere. Depending on the various merging-types (concatenating as well as join/mapping) the possible causes may already be limited and easily detectable in the final app. If not it might be necessary to look into each step whereby starting in the middle and opening the qvd's with a third-party tool or loading them into an empty dummy-app is quickly done.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509518#M3180</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-12T14:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509519#M3181</link>
      <description>&lt;P&gt;Merging in this context is not merging values in a table but using the functionality MERGE for handling incremental update of qvd files..&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509519#M3181</guid>
      <dc:creator>EspenH</dc:creator>
      <dc:date>2025-03-12T14:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Numer formating, from database loading to qvd staging and qvd loading in app - with different formats in app</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509532#M3182</link>
      <description>&lt;P&gt;Each kind of an incremental load could change the load-order and/or the order of the loaded field-values.&amp;nbsp; Especially if any partial loads are included - because only certain script-parts are executed which may not know / inherit the data-interpretation of the full script - and needing therefore appropriate explicit (extra) statements.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Numer-formating-from-database-loading-to-qvd-staging-and-qvd/m-p/2509532#M3182</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-12T14:31:57Z</dc:date>
    </item>
  </channel>
</rss>

