<?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 Data validation template in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337220#M838569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our data team receive data in spreadsheet on monthly basis and they paste it to the main spreadsheet(by mapping to the correct columns) which is source to qlikview dashboard. The main spreadsheet also does validation checks of newly pasted data with the help of lookup tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a qlikview application which will map the received data file and also validate the data which I mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone help me with a template qlikview application that helps me to start with.&lt;/P&gt;&lt;P&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Data validation template</title>
      <link>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337220#M838569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our data team receive data in spreadsheet on monthly basis and they paste it to the main spreadsheet(by mapping to the correct columns) which is source to qlikview dashboard. The main spreadsheet also does validation checks of newly pasted data with the help of lookup tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a qlikview application which will map the received data file and also validate the data which I mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone help me with a template qlikview application that helps me to start with.&lt;/P&gt;&lt;P&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337220#M838569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data validation template</title>
      <link>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337221#M838570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggest to use a Mapping-Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validation:&lt;/P&gt;&lt;P&gt;MAPPING LOAD MyField, CorrectContent FROM ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;FieldToCheck = APPLYMAP('Validation', KeyField)&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; AS Check,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337221#M838570</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-12T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data validation template</title>
      <link>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337222#M838571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;I am aware of the steps I need to take in order to create this document.&lt;/P&gt;&lt;P&gt;I though if I have a&amp;nbsp; template, I can start modifying it as per my requirement, instead of starting from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337222#M838571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T14:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data validation template</title>
      <link>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337223#M838572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest creating a log file where all errors and validation are kept on the ...&lt;/P&gt;&lt;P&gt;They I would do that creat a log file and check all the apply maps that is do not exist or mapped to unknown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filter them in table and log them into the txt file&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/521860"&gt;write variable to file using macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 18:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337223#M838572</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-05-12T18:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data validation template</title>
      <link>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337224#M838573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other approach is to write the Table int csv format where Field = unknowkn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorTable:&lt;/P&gt;&lt;P&gt;load * &lt;/P&gt;&lt;P&gt;resident Table1 &lt;/P&gt;&lt;P&gt;where MappedFiled = 'unknown';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store ErrorTable into c:\myfiles\errortable.csv (csv);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 18:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-validation-template/m-p/1337224#M838573</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-05-12T18:47:55Z</dc:date>
    </item>
  </channel>
</rss>

