<?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: Can any one Help In QlikView Error Handling mechanism in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698247#M252116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried with above process not working can any one help me out.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 03:52:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-26T03:52:07Z</dc:date>
    <item>
      <title>Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698245#M252114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,Tomorrow Having Demo to Clients on QlikView&amp;nbsp; can any one help on this problem.&lt;/P&gt;&lt;P&gt;We have a Shared Drive where Every Month Data Files like source(.txt &amp;amp;excel files)will be Uploaded.&lt;/P&gt;&lt;P&gt;Following are considerations need to be checked Before Loading in to QlikView .&lt;/P&gt;&lt;P&gt;1)Verify File is Available like Extension with a Standard Naming Covertion(&amp;lt;Source A&amp;gt;Bytes&amp;lt;File Name&amp;gt;.extension)&lt;/P&gt;&lt;P&gt;2)How End User Should Know Data in Application in Updated one or Not?Any function on .qvw?&lt;/P&gt;&lt;P&gt;3)While Uploading Data Sources into QlikView how to check Some Dimensions Should not Take Null Values.If there are Null Values&lt;/P&gt;&lt;P&gt;it should show Error message.File Contain null Values Aborted eg: Below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Customer ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Transactions&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Amount&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Pending&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Conform&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;356&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;64&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Customer ID should not be Null it should not load in to QlikView like any script is There.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 19:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698245#M252114</guid>
      <dc:creator />
      <dc:date>2014-09-25T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698246#M252115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DIRECTORY;&lt;/P&gt;&lt;P&gt;log:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;FileName() as QVDNames&lt;/P&gt;&lt;P&gt;from&amp;nbsp; &lt;C&gt;(qvd);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;QVDNames,&lt;/P&gt;&lt;P&gt;IF(match(QVDNames,'abc.QVD')=1,'Y','N') as ABCFlag&lt;/P&gt;&lt;P&gt;Resident log;&lt;/P&gt;&lt;P&gt;Like this any possiblities is there for checkind .qvd,.qvw,.txt,.xlx format files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 20:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698246#M252115</guid>
      <dc:creator />
      <dc:date>2014-09-25T20:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698247#M252116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried with above process not working can any one help me out.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 03:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698247#M252116</guid>
      <dc:creator />
      <dc:date>2014-09-26T03:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698248#M252117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QVDNames,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(WildMatch(QVDNames,'*.QVD', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'*.qvw', '*.txt', '.xlsx'&lt;/SPAN&gt;),'Y','N') as ABCFlag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident log;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 05:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698248#M252117</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-26T05:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698249#M252118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For 1st point: members have already given solution&lt;/P&gt;&lt;P&gt;2nd: You can have variable set in the script, which will take the maximum value of date available of good data. And then use it show on front end.&lt;/P&gt;&lt;P&gt;3rd: We can use ReloadTime() function of qlikview to see when last the file was reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add &lt;STRONG&gt;Trace&amp;nbsp; &lt;/STRONG&gt;comments in the script and add validations to abort the script using Exit Script or manually creating a error to create and make the file fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how we are using:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67719_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698249#M252118</guid>
      <dc:creator />
      <dc:date>2014-09-26T07:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698250#M252119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan and Angad Thanks for your replay.I'm not Getting exactly Business team Asking Questions like&lt;/P&gt;&lt;P&gt;We have Shared Path monthly Records are Placed we need to take new Records.&lt;/P&gt;&lt;P&gt;We are having Two source Systems.Naming convertions As below:&lt;/P&gt;&lt;P&gt;First :&lt;/P&gt;&lt;P&gt;&amp;lt;Source 1&amp;gt;&amp;lt;File Name1&amp;gt;&amp;lt;Country1&amp;gt;&amp;lt;Month-Year&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Source 2&amp;gt;&amp;lt;File Name2&amp;gt;&amp;lt;Country2&amp;gt;&amp;lt;Month-Year&amp;gt;&lt;/P&gt;&lt;P&gt;Like .txt,.xlx,.qvd like all extensions are in same naming conversion checked&lt;/P&gt;&lt;P&gt;Verify file extension, naming convention and hashtotal .&lt;/P&gt;&lt;P&gt;Step-2:Specific Columns in Source Systems Should check not Containing any Blank Values dummy Spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3: If all are Correct load whole Latest data if not inform Authorized Person&lt;/P&gt;&lt;P&gt;Like this any Scenario All are following in Qlikview Upload process and Error Handling Mechanism&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 08:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698250#M252119</guid>
      <dc:creator />
      <dc:date>2014-09-26T08:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698251#M252120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan&amp;nbsp; Thanks for your replay.I'm not Getting exactly Business team Asking Questions like&lt;/P&gt;&lt;P&gt;We have Shared Path monthly Records are Placed we need to take new Records.&lt;/P&gt;&lt;P&gt;We are having Two source Systems.Naming convertions As below:&lt;/P&gt;&lt;P&gt;First :&lt;/P&gt;&lt;P&gt;&amp;lt;Source 1&amp;gt;&amp;lt;File Name1&amp;gt;&amp;lt;Country1&amp;gt;&amp;lt;Month-Year&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Source 2&amp;gt;&amp;lt;File Name2&amp;gt;&amp;lt;Country2&amp;gt;&amp;lt;Month-Year&amp;gt;&lt;/P&gt;&lt;P&gt;Like .txt,.xlx,.qvd like all extensions are in same naming conversion checked&lt;/P&gt;&lt;P&gt;Verify file extension, naming convention and hashtotal .&lt;/P&gt;&lt;P&gt;Step-2:Specific Columns in Source Systems Should check not Containing any Blank Values dummy Spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3: If all are Correct load whole Latest data if not inform Authorized Person&lt;/P&gt;&lt;P&gt;Like this any Scenario All are following in Qlikview Upload process and Error Handling Mechanism&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698251#M252120</guid>
      <dc:creator />
      <dc:date>2014-09-26T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can any one Help In QlikView Error Handling mechanism</title>
      <link>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698252#M252121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Angad Singh can you please Explain detail .I'm not Getting exactly Business team Asking Questions like&lt;/P&gt;&lt;P&gt;We have Shared Path monthly Records are Placed we need to take new Records.&lt;/P&gt;&lt;P&gt;We are having Two source Systems.Naming convertions As below:&lt;/P&gt;&lt;P&gt;First :&lt;/P&gt;&lt;P&gt;&amp;lt;Source 1&amp;gt;&amp;lt;File Name1&amp;gt;&amp;lt;Country1&amp;gt;&amp;lt;Month-Year&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Source 2&amp;gt;&amp;lt;File Name2&amp;gt;&amp;lt;Country2&amp;gt;&amp;lt;Month-Year&amp;gt;&lt;/P&gt;&lt;P&gt;Like .txt,.xlx,.qvd like all extensions are in same naming conversion checked&lt;/P&gt;&lt;P&gt;Verify file extension, naming convention and hashtotal .&lt;/P&gt;&lt;P&gt;Step-2:Specific Columns in Source Systems Should check not Containing any Blank Values dummy Spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3: If all are Correct load whole Latest data if not inform Authorized Person&lt;/P&gt;&lt;P&gt;Like this any Scenario All are following in Qlikview Upload process and Error Handling Mechanism&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 10:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-any-one-Help-In-QlikView-Error-Handling-mechanism/m-p/698252#M252121</guid>
      <dc:creator />
      <dc:date>2014-09-26T10:25:05Z</dc:date>
    </item>
  </channel>
</rss>

