<?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 Error in field names when storing to QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341504#M413210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If have a number of fields in 1 particular table for witch the name of the field is not correctly saved in the qvd table.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have in a load statement the following conditions:&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;If([Amount TOT.]&amp;lt;ApplyMap('MapAVG_Account_Period', ACJM,'No Data'),1,0) as [&amp;lt; AVG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;ApplyMap('MapAVG_Account_Period', ACJM,'No Data'),1,0) as [&amp;gt; AVG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;lt;='1,5',1,0) as [&amp;gt;0 &amp;amp; &amp;lt;= 1,5],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'1,5' and [Amount TOT.]&amp;lt;='5',1,0) as [&amp;gt;1,50 &amp;amp; &amp;lt;= 5],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'5' and [Amount TOT.]&amp;lt;='10',1,0) as [&amp;gt;5 &amp;amp; &amp;lt;= 10],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'10' and [Amount TOT.]&amp;lt;='15',1,0) as [&amp;gt;10 &amp;amp; &amp;lt;= 15],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'15' and [Amount TOT.]&amp;lt;='20',1,0) as [&amp;gt;15 &amp;amp; &amp;lt;= 20],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'20' and [Amount TOT.]&amp;lt;='25',1,0) as [&amp;gt;20 &amp;amp; &amp;lt;= 25],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'25',1,0) as [&amp;gt;25]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the store table to qvd command the field names become:&lt;/P&gt;&lt;P&gt;[&amp;amp;lt; AVG], instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;lt; AVG]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt; AVG], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt; AVG]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;0 &amp;amp;amp; &amp;amp;lt;= 1,5], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt; [&amp;gt;0 &amp;amp; &amp;lt;= 1,5]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;1,50 &amp;amp;amp; &amp;amp;lt;= 5], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;1,50 &amp;amp; &amp;lt;= 5]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;5 &amp;amp;amp; &amp;amp;lt;= 10], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;5 &amp;amp; &amp;lt;= 10]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;10 &amp;amp;amp; &amp;amp;lt;= 15], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;10 &amp;amp; &amp;lt;= 15]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;15 &amp;amp;amp; &amp;amp;lt;= 20], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;15 &amp;amp; &amp;lt;= 20]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;20 &amp;amp;amp; &amp;amp;lt;= 25], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;20 &amp;amp; &amp;lt;= 25]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;25] &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt; [&amp;gt;25]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can this be solved because i need the field names as they are. (ex: &lt;SPAN style="font-size: 13.3333px;"&gt; [&amp;gt;0 &amp;amp; &amp;lt;= 1,5])&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In the load script from the qvd file i use the names as they appear in the qvd file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;lt; AVG],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt; AVG],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;0 &amp;amp;amp; &amp;amp;lt;= 1,5],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;1,50 &amp;amp;amp; &amp;amp;lt;= 5],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;5 &amp;amp;amp; &amp;amp;lt;= 10],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;10 &amp;amp;amp; &amp;amp;lt;= 15],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;15 &amp;amp;amp; &amp;amp;lt;= 20],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;20 &amp;amp;amp; &amp;amp;lt;= 25],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;25]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then i get an error saying for example, "field not found &amp;lt;&amp;amp;lt;AVG&amp;gt; and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be solved and how?&lt;/P&gt;&lt;P&gt;I realy need the given names like &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;lt; AVG]&lt;/SPAN&gt;, for the field names to be as they are because those field names are used in other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2017 10:02:58 GMT</pubDate>
    <dc:creator>dirk1955</dc:creator>
    <dc:date>2017-06-22T10:02:58Z</dc:date>
    <item>
      <title>Error in field names when storing to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341504#M413210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If have a number of fields in 1 particular table for witch the name of the field is not correctly saved in the qvd table.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have in a load statement the following conditions:&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;If([Amount TOT.]&amp;lt;ApplyMap('MapAVG_Account_Period', ACJM,'No Data'),1,0) as [&amp;lt; AVG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;ApplyMap('MapAVG_Account_Period', ACJM,'No Data'),1,0) as [&amp;gt; AVG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;lt;='1,5',1,0) as [&amp;gt;0 &amp;amp; &amp;lt;= 1,5],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'1,5' and [Amount TOT.]&amp;lt;='5',1,0) as [&amp;gt;1,50 &amp;amp; &amp;lt;= 5],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'5' and [Amount TOT.]&amp;lt;='10',1,0) as [&amp;gt;5 &amp;amp; &amp;lt;= 10],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'10' and [Amount TOT.]&amp;lt;='15',1,0) as [&amp;gt;10 &amp;amp; &amp;lt;= 15],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'15' and [Amount TOT.]&amp;lt;='20',1,0) as [&amp;gt;15 &amp;amp; &amp;lt;= 20],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'20' and [Amount TOT.]&amp;lt;='25',1,0) as [&amp;gt;20 &amp;amp; &amp;lt;= 25],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If([Amount TOT.]&amp;gt;'25',1,0) as [&amp;gt;25]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the store table to qvd command the field names become:&lt;/P&gt;&lt;P&gt;[&amp;amp;lt; AVG], instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;lt; AVG]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt; AVG], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt; AVG]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;0 &amp;amp;amp; &amp;amp;lt;= 1,5], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt; [&amp;gt;0 &amp;amp; &amp;lt;= 1,5]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;1,50 &amp;amp;amp; &amp;amp;lt;= 5], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;1,50 &amp;amp; &amp;lt;= 5]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;5 &amp;amp;amp; &amp;amp;lt;= 10], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;5 &amp;amp; &amp;lt;= 10]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;10 &amp;amp;amp; &amp;amp;lt;= 15], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;10 &amp;amp; &amp;lt;= 15]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;15 &amp;amp;amp; &amp;amp;lt;= 20], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;15 &amp;amp; &amp;lt;= 20]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;20 &amp;amp;amp; &amp;amp;lt;= 25], &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;gt;20 &amp;amp; &amp;lt;= 25]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;25] &lt;SPAN style="font-size: 13.3333px;"&gt;instead of &lt;SPAN style="font-size: 13.3333px;"&gt; [&amp;gt;25]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can this be solved because i need the field names as they are. (ex: &lt;SPAN style="font-size: 13.3333px;"&gt; [&amp;gt;0 &amp;amp; &amp;lt;= 1,5])&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In the load script from the qvd file i use the names as they appear in the qvd file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&amp;amp;lt; AVG],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt; AVG],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;0 &amp;amp;amp; &amp;amp;lt;= 1,5],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;1,50 &amp;amp;amp; &amp;amp;lt;= 5],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;5 &amp;amp;amp; &amp;amp;lt;= 10],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;10 &amp;amp;amp; &amp;amp;lt;= 15],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;15 &amp;amp;amp; &amp;amp;lt;= 20],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;20 &amp;amp;amp; &amp;amp;lt;= 25],&lt;/P&gt;&lt;P&gt;[&amp;amp;gt;25]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then i get an error saying for example, "field not found &amp;lt;&amp;amp;lt;AVG&amp;gt; and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be solved and how?&lt;/P&gt;&lt;P&gt;I realy need the given names like &lt;SPAN style="font-size: 13.3333px;"&gt;[&amp;lt; AVG]&lt;/SPAN&gt;, for the field names to be as they are because those field names are used in other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341504#M413210</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2017-06-22T10:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in field names when storing to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341505#M413211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341505#M413211</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-06-22T10:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in field names when storing to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341506#M413212</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;I have found the solution myself.&lt;/P&gt;&lt;P&gt;If i use the original names (ex: &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[&amp;lt; AVG])&lt;/SPAN&gt; in the load script from the qvd files instead of &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&amp;amp;lt; AVG], everything works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341506#M413212</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2017-06-22T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in field names when storing to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341507#M413213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is ok, i have found the solution myself.&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341507#M413213</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2017-06-22T10:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error in field names when storing to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341508#M413214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a QVD, field names are stored in the XML header. If you use tag delimiters like '&amp;lt;' or '&amp;gt;' in your field names they will get translated into their HTML representations (the &amp;amp;gt; &amp;amp;amp; &amp;amp;lt; strings you may recognise from the occasional browser address bar) as t&lt;EM&gt;o not break the XML format&lt;/EM&gt;. QlikView will perform this translation both ways (both when STOREing and LOADing data from a QVD) so - as you already discovered yourself - these fields should keep their correct names at all times. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's when you attempt to use the field names from the XML header for something else that you'll have to perform this same translation yourself. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341508#M413214</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-22T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in field names when storing to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341509#M413215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter, i assumed it was something like this.&lt;/P&gt;&lt;P&gt;Thank you for the extra info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-field-names-when-storing-to-QVD/m-p/1341509#M413215</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2017-06-22T10:38:22Z</dc:date>
    </item>
  </channel>
</rss>

