<?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: Check CrossTable for NULL Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-CrossTable-for-NULL-Values/m-p/638479#M234030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within a crosstable-load you couldn't really check and/or change any data. Therefore make at first a ordinary load and use crosstable as second step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2014 14:10:24 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2014-05-19T14:10:24Z</dc:date>
    <item>
      <title>Check CrossTable for NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Check-CrossTable-for-NULL-Values/m-p/638478#M234029</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'm trying to get the simple table from CrossTable. Source document - Excel, at each Tab single crosstable. Name of Tab in format "YYYYMM".&lt;/P&gt;&lt;P&gt;I've got the weight coefficients on every tab by dates of outlets. If the data exists all is OK. If i there is no eny weights - CrossTable doesn't works. But i need the key information on the tabs which not includes any weights - it's the list of dates and outlets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use NULLASVALUE with SET of null variable, but it doesn't yield any result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some peace of code:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14005063063567061" jivemacro_uid="_14005063063567061" modifiedtitle="true"&gt;
&lt;P&gt;LET vFezPrev = 201301;&lt;/P&gt;
&lt;P&gt;LET vFezCur = 201412;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF Alt(FileSize('$(vFile)'),0)&amp;gt;0 then&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; FOR vFez = vFezPrev to vFezCur&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET ErrorMode=0;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CALL DropTables('tmpData');&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; tmpData:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CrossTable(Date, Weight, 3)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [$(vFile)]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is [$(vFez)]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET vtmpFile = '$(vPathXLSDest)\$(vPrefixXLS2)_$(vFez).qvd';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; EXECUTE cmd.exe /C del /Q $(vtmpFile);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; STORE tmpData INTO [$(vtmpFile)](qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET ErrorMode=1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; NEXT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ELSE&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; TRACE NO DATA;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope for yours help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-CrossTable-for-NULL-Values/m-p/638478#M234029</guid>
      <dc:creator>lylererger</dc:creator>
      <dc:date>2014-05-19T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Check CrossTable for NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Check-CrossTable-for-NULL-Values/m-p/638479#M234030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within a crosstable-load you couldn't really check and/or change any data. Therefore make at first a ordinary load and use crosstable as second step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 14:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-CrossTable-for-NULL-Values/m-p/638479#M234030</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-05-19T14:10:24Z</dc:date>
    </item>
  </channel>
</rss>

