<?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: Load data into Qlikview in the same format as the source DB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399806#M484339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you trying to load the data same as database then use text function&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;text(Value) as Value1 //do this in script &lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 09:49:30 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-05-23T09:49:30Z</dc:date>
    <item>
      <title>Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399804#M484337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force qlikview to load the data in the same exact format as the data was from the original database source?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are loading data from oracle database to QVD files. But I found that when I try to load the data from QVD file, the format has been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the image below, those highlighted in green has been changed. I cannot use the NUM format because not all values are numeric. So I need qlikview to load the data as it was from the DB source. Any idea how to solve this?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41574" class="jive-image" alt="data format.jpg" src="/legacyfs/online/41574_data format.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399804#M484337</guid>
      <dc:creator />
      <dc:date>2013-05-23T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399805#M484338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;IN QLIKVIEW TRY THESE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TEXT(VALUE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NUM(VALUE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE--&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;NUM(VALUE) AS VALUE_NEW,&lt;/P&gt;&lt;P&gt;TEXT(VALUE) AS VALUE_NEW1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399805#M484338</guid>
      <dc:creator />
      <dc:date>2013-05-23T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399806#M484339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you trying to load the data same as database then use text function&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;text(Value) as Value1 //do this in script &lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399806#M484339</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-23T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399807#M484340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply. but i cannot have two value columns. i need all the values in one column (which is the VALUE column).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399807#M484340</guid>
      <dc:creator />
      <dc:date>2013-05-23T09:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399808#M484341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write this in script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TEXT(VALUE) AS VALUE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399808#M484341</guid>
      <dc:creator />
      <dc:date>2013-05-23T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399809#M484342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check that your decimal and thousands separators are set correctly. I think they're not correct now and that's why some numbers aren't interpreted as numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399809#M484342</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-23T10:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399810#M484343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. this works! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 11:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399810#M484343</guid>
      <dc:creator />
      <dc:date>2013-05-23T11:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into Qlikview in the same format as the source DB</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399811#M484344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. i checked and made sure that these settings are correct. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 11:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-into-Qlikview-in-the-same-format-as-the-source-DB/m-p/399811#M484344</guid>
      <dc:creator />
      <dc:date>2013-05-23T11:50:23Z</dc:date>
    </item>
  </channel>
</rss>

