<?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: Expression Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1848725#M1215546</link>
    <description>&lt;DIV class="co8aDb" role="heading" aria-level="3"&gt;&lt;STRONG&gt;There are two ways to fix the error:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="RqBzHd"&gt;
&lt;OL class="X5LH0c"&gt;
&lt;LI class="TrT0Xe"&gt;Go to the Excel workbook and change the name of the sheet called “Hello” back to “Sheet1” or.&lt;/LI&gt;
&lt;LI class="TrT0Xe"&gt;In either the Advanced Editor or the Formula Bar edit the M code and replace the reference to “Sheet1” with “Hello” in the second step of the query&lt;/LI&gt;
&lt;LI class="TrT0Xe"&gt;&lt;A href="https://www.advancedmd.online/" target="_self"&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;AdvancedMD&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:3,&amp;quot;12&amp;quot;:0}"&gt;AdvancedMD&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Oct 2021 08:07:25 GMT</pubDate>
    <dc:creator>Branham25</dc:creator>
    <dc:date>2021-10-20T08:07:25Z</dc:date>
    <item>
      <title>Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847665#M1215515</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can i know the error of below expression "Bad Field Name"&lt;/P&gt;&lt;P&gt;In d Expression i need to count number of holidays between Selected Date (vMinDate) and Last Present Date.&lt;/P&gt;&lt;P&gt;Last Present date taken by substracting a number from Selected Date(vMinDate). That number is coming from "[tttt]" Column. if i use a number insted of "[tttt]" this works well.&lt;/P&gt;&lt;P&gt;Please instruct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="111.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64458i066AF8E2C5A37E4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="111.PNG" alt="111.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 07:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847665#M1215515</guid>
      <dc:creator>nuwanhwb87</dc:creator>
      <dc:date>2021-10-16T07:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847716#M1215518</link>
      <description>&lt;P&gt;instead of using the column name 'tttt' try using the expression of this column.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 19:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847716#M1215518</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-10-16T19:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847847#M1215525</link>
      <description>&lt;P&gt;This is the expression&lt;/P&gt;&lt;P&gt;Date(vMinDate)-Date(AGGR(MAX((IF(Date(IN_DATE)&amp;lt;=Date(vMinDate) AND NOT ISNULL(CHECK_INTIME),IN_DATE))),EMPLOYEE_ID))&lt;/P&gt;&lt;P&gt;but when it used answer gets zero's and one's only.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 06:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847847#M1215525</guid>
      <dc:creator>nuwanhwb87</dc:creator>
      <dc:date>2021-10-18T06:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847849#M1215526</link>
      <description>&lt;P&gt;What happens if you ignore the error initially and press ok?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 06:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1847849#M1215526</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-10-18T06:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1848479#M1215535</link>
      <description>&lt;P&gt;It get's Zero's and one's as answer.&lt;/P&gt;&lt;P&gt;I'm getting error in expression when i used below formular .&lt;/P&gt;&lt;P&gt;In the below IN_DATE&amp;nbsp; &amp;nbsp;: Working Days&lt;/P&gt;&lt;P&gt;Date(VMinDate)&amp;nbsp; :Selected date in the Calender Object&amp;nbsp;&lt;/P&gt;&lt;P&gt;CHECK_INTIME : When employee entered finger mark when entering to work that time will display here&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAX((IF(Date(IN_DATE)&amp;lt;=Date(vMinDate) AND NOT ISNULL(CHECK_INTIME),IN_DATE)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this works superbly in a separate expression and it gives me the Last Present Date.&lt;/P&gt;&lt;P&gt;But when this use to calculate holidays it gives error in Expression.&lt;/P&gt;&lt;P&gt;Please give me a suggessioon of get the maximum IN_DATE as Last Present date. The Correct method of Aggregating this when it use in&amp;nbsp; expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 03:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1848479#M1215535</guid>
      <dc:creator>nuwanhwb87</dc:creator>
      <dc:date>2021-10-19T03:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1848725#M1215546</link>
      <description>&lt;DIV class="co8aDb" role="heading" aria-level="3"&gt;&lt;STRONG&gt;There are two ways to fix the error:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="RqBzHd"&gt;
&lt;OL class="X5LH0c"&gt;
&lt;LI class="TrT0Xe"&gt;Go to the Excel workbook and change the name of the sheet called “Hello” back to “Sheet1” or.&lt;/LI&gt;
&lt;LI class="TrT0Xe"&gt;In either the Advanced Editor or the Formula Bar edit the M code and replace the reference to “Sheet1” with “Hello” in the second step of the query&lt;/LI&gt;
&lt;LI class="TrT0Xe"&gt;&lt;A href="https://www.advancedmd.online/" target="_self"&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;AdvancedMD&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:3,&amp;quot;12&amp;quot;:0}"&gt;AdvancedMD&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Oct 2021 08:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/1848725#M1215546</guid>
      <dc:creator>Branham25</dc:creator>
      <dc:date>2021-10-20T08:07:25Z</dc:date>
    </item>
  </channel>
</rss>

