<?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: Loading a Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779664#M717794</link>
    <description>&lt;P&gt;Thank you guys!!&lt;/P&gt;&lt;P&gt;The solution is :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'$(dauer_dat)'&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Inc_Dauer_Datum_hh&lt;/P&gt;&lt;P&gt;dauer_dat:&amp;nbsp; is a decimal value i.e.:&amp;nbsp; &amp;nbsp; &amp;nbsp;0,0001&lt;/P&gt;&lt;P&gt;I haven't put them into the&amp;nbsp; quotes&amp;nbsp; &amp;nbsp; ' ', that was the only case!&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, 03 Feb 2021 10:04:16 GMT</pubDate>
    <dc:creator>danfuer123</dc:creator>
    <dc:date>2021-02-03T10:04:16Z</dc:date>
    <item>
      <title>Loading a Value</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779499#M717791</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Hi there,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;trying to load a calculated value, it is a decimal value, seperated with a comma.&amp;nbsp; &amp;nbsp;for example (0,25555)&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;and getting always that error!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;What am I doing wrong??&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Also tried the num Function, and getting the same problem!!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;It's&amp;nbsp;obvious&amp;nbsp;that a decimal load is somehow not working !&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;You can see the Error an the Source code below!!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Syntax error&lt;BR /&gt;Unexpected token: ',', expected one of: ')', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', ...&lt;BR /&gt;aa:&lt;BR /&gt;LOAD&lt;BR /&gt;3809682&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Auftrag_ID1,&lt;BR /&gt;text('0,2223')&amp;nbsp; &amp;nbsp;as dauer_Tag_1,&lt;BR /&gt;text(0&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;,&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;29166666666424) as dauer_Tag_2&lt;BR /&gt;//$(dauer_dat) as dauer_datum&lt;BR /&gt;Resident Incident_1 where 1 = RecNo()&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Source Code&lt;BR /&gt;aa:&lt;BR /&gt;LOAD&lt;BR /&gt;$(ID1)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Auftrag_ID1,&lt;BR /&gt;text('0,2223')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as dauer_Tag_1,&lt;BR /&gt;text($(dauer_erst_Tag)) as dauer_Tag_2&lt;BR /&gt;//$(dauer_dat)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as dauer_datum&lt;BR /&gt;Resident Incident_1 where $(i) = RecNo();&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779499#M717791</guid>
      <dc:creator>danfuer123</dc:creator>
      <dc:date>2021-02-02T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a Value</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779517#M717792</link>
      <description>&lt;P&gt;could it be you have a different setting for decimals?&amp;nbsp; check this line in the first few lines of your script:&lt;BR /&gt;&lt;BR /&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;if you want to use comma, just replace that otherwise change the decimal separator in the NUM function:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Num.htm" target="_blank" rel="noopener"&gt;Num - script and chart function ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 20:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779517#M717792</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-02T20:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a Value</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779567#M717793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134090"&gt;@danfuer123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try with single quotes in the variable declaration.&lt;/P&gt;&lt;P&gt;text&lt;STRONG&gt;('&lt;/STRONG&gt;$(dauer_erst_Tag)&lt;STRONG&gt;')&amp;nbsp;&lt;SPAN&gt;as dauer_Tag_2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 02:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779567#M717793</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-03T02:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a Value</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779664#M717794</link>
      <description>&lt;P&gt;Thank you guys!!&lt;/P&gt;&lt;P&gt;The solution is :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'$(dauer_dat)'&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Inc_Dauer_Datum_hh&lt;/P&gt;&lt;P&gt;dauer_dat:&amp;nbsp; is a decimal value i.e.:&amp;nbsp; &amp;nbsp; &amp;nbsp;0,0001&lt;/P&gt;&lt;P&gt;I haven't put them into the&amp;nbsp; quotes&amp;nbsp; &amp;nbsp; ' ', that was the only case!&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, 03 Feb 2021 10:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-Value/m-p/1779664#M717794</guid>
      <dc:creator>danfuer123</dc:creator>
      <dc:date>2021-02-03T10:04:16Z</dc:date>
    </item>
  </channel>
</rss>

