<?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 How to untag fields while loading data or after data is loaded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-untag-fields-while-loading-data-or-after-data-is-loaded/m-p/1293985#M404165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are testing a new connector from SAP and noticed that through the new connector it is adding system tags and affecting the information density.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the untag script to remove the tags after the data is loaded in the script.&amp;nbsp; But this does not remove.&lt;/P&gt;&lt;P&gt;To ensure I had the correct syntax, I did a tag with the same syntax and it did add a tag but doesn't work to untag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that the tags are affecting the format downstream and causing some apps to fail, because we are seeing different date and number formats.&amp;nbsp; And some of the tags treat a null differently which is causing the information density issue.&amp;nbsp; Then all the future joins and mapping loads when seeing a blank vs a null the records are not coming in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the screen shots to show the issue: again, &lt;STRONG&gt;how do I untag the system tagged fields "$numeric, $integer' to match the current system?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/field-tags.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/field-tags.htm"&gt;Field tags ‒ QlikView&lt;/A&gt; site we should be able to edit these in the script.&amp;nbsp; But again it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing new connector data&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NewConnectorTest.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169953_NewConnectorTest.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current live system&lt;/P&gt;&lt;P&gt;&lt;IMG alt="currentlive.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169954_currentlive.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of being able to tag:&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;After the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tag FIELD [Valid from_MSTDE.MARA] with tagged;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tagged.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/169958_tagged.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Untag Attempt:&lt;/P&gt;&lt;P&gt;after the load statement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; untag FIELD [Valid from_MSTDE.MARA] with $numeric;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One observation, the location of $numeric moves to after tagged.&amp;nbsp; But it is still present.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="numeric.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/169959_numeric.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2017 13:11:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-12T13:11:25Z</dc:date>
    <item>
      <title>How to untag fields while loading data or after data is loaded</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-untag-fields-while-loading-data-or-after-data-is-loaded/m-p/1293985#M404165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are testing a new connector from SAP and noticed that through the new connector it is adding system tags and affecting the information density.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the untag script to remove the tags after the data is loaded in the script.&amp;nbsp; But this does not remove.&lt;/P&gt;&lt;P&gt;To ensure I had the correct syntax, I did a tag with the same syntax and it did add a tag but doesn't work to untag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that the tags are affecting the format downstream and causing some apps to fail, because we are seeing different date and number formats.&amp;nbsp; And some of the tags treat a null differently which is causing the information density issue.&amp;nbsp; Then all the future joins and mapping loads when seeing a blank vs a null the records are not coming in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the screen shots to show the issue: again, &lt;STRONG&gt;how do I untag the system tagged fields "$numeric, $integer' to match the current system?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/field-tags.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/field-tags.htm"&gt;Field tags ‒ QlikView&lt;/A&gt; site we should be able to edit these in the script.&amp;nbsp; But again it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing new connector data&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NewConnectorTest.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169953_NewConnectorTest.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current live system&lt;/P&gt;&lt;P&gt;&lt;IMG alt="currentlive.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169954_currentlive.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of being able to tag:&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;After the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tag FIELD [Valid from_MSTDE.MARA] with tagged;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tagged.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/169958_tagged.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Untag Attempt:&lt;/P&gt;&lt;P&gt;after the load statement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; untag FIELD [Valid from_MSTDE.MARA] with $numeric;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One observation, the location of $numeric moves to after tagged.&amp;nbsp; But it is still present.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="numeric.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/169959_numeric.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-untag-fields-while-loading-data-or-after-data-is-loaded/m-p/1293985#M404165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T13:11:25Z</dc:date>
    </item>
  </channel>
</rss>

