<?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 Load inline with &amp;quot;,&amp;quot; as a decimal separator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177259#M44934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;BR /&gt;[WhatIfPreço]:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Mudança Preço&lt;BR /&gt; -.2&lt;BR /&gt; -.15&lt;BR /&gt; -.1&lt;BR /&gt; -.05&lt;BR /&gt; -.03&lt;BR /&gt; -.01&lt;BR /&gt; 0&lt;BR /&gt; .01&lt;BR /&gt; .03&lt;BR /&gt; .05&lt;BR /&gt; .1&lt;BR /&gt; .15&lt;BR /&gt; .2&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the decimal separator is set to "," as I am in Brazil so that does not work as expected.&lt;/P&gt;&lt;P&gt;The question is: How do i write this when the decimal separator is comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 16:45:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-23T16:45:04Z</dc:date>
    <item>
      <title>Load inline with "," as a decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177259#M44934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;BR /&gt;[WhatIfPreço]:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Mudança Preço&lt;BR /&gt; -.2&lt;BR /&gt; -.15&lt;BR /&gt; -.1&lt;BR /&gt; -.05&lt;BR /&gt; -.03&lt;BR /&gt; -.01&lt;BR /&gt; 0&lt;BR /&gt; .01&lt;BR /&gt; .03&lt;BR /&gt; .05&lt;BR /&gt; .1&lt;BR /&gt; .15&lt;BR /&gt; .2&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the decimal separator is set to "," as I am in Brazil so that does not work as expected.&lt;/P&gt;&lt;P&gt;The question is: How do i write this when the decimal separator is comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 16:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177259#M44934</guid>
      <dc:creator />
      <dc:date>2011-03-23T16:45:04Z</dc:date>
    </item>
    <item>
      <title>Re. :Load inline with "," as a decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177260#M44935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to do something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;table:&lt;BR /&gt;LOAD Replace([Mudança Preço],'/',',') as [Mudança Preço]&lt;BR /&gt;INLINE [&lt;BR /&gt;Mudança Preço&lt;BR /&gt;-0/2&lt;BR /&gt;-0/15&lt;BR /&gt;-0/1&lt;BR /&gt;...&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 16:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177260#M44935</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-03-23T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re. :Load inline with "," as a decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177261#M44936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 17:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177261#M44936</guid>
      <dc:creator />
      <dc:date>2011-03-23T17:36:01Z</dc:date>
    </item>
    <item>
      <title>Load inline with "," as a decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177262#M44937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify the delimiter to be used in the load:&lt;/P&gt;&lt;P&gt;] (delimiter is '|') ;&lt;/P&gt;&lt;P&gt;and then use commas in your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 21:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177262#M44937</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-03-23T21:28:38Z</dc:date>
    </item>
    <item>
      <title>Load inline with "," as a decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177263#M44938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not just "2,2" "2,1" etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 21:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/177263#M44938</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-03-23T21:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline with "," as a decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/1653451#M447998</link>
      <description>&lt;P&gt;Because ',' will be treated as a separator between new dimensions and values&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 07:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-quot-quot-as-a-decimal-separator/m-p/1653451#M447998</guid>
      <dc:creator>natalia_sterniak</dc:creator>
      <dc:date>2019-12-03T07:57:33Z</dc:date>
    </item>
  </channel>
</rss>

