<?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: Calculation condition in table box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431530#M814235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation condition in table box or any other chart control will never filter internal data, this calculation condition accept true or false expression and if it true then only show data over table or chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To filter internal data of a field make it a dimension and write If expression on top of it, return null in case of false condition and check the "Suppress When Value is Null" check box like I am doing below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CalculationCondition.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177740_CalculationCondition.png" style="height: 537px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 11:17:03 GMT</pubDate>
    <dc:creator>shaktisinghchau</dc:creator>
    <dc:date>2017-09-26T11:17:03Z</dc:date>
    <item>
      <title>Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431519#M814224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table box where I want to show employees whose has status date in between start and end date variable, I checked all these 3 field has datatype of dates and format is MM/DD/YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following expression but did not working, my table box is showing data beyond start/end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmployeeStatusDate &amp;gt;= vStartDate and EmployeeStatusDate &amp;lt;= vEndDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EmployeeStatusDate &amp;gt;= $(=vStartDate) and EmployeeStatusDate &amp;lt;= $(=vEndDate)&lt;/SPAN&gt;&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/Calculation-condition-in-table-box/m-p/1431519#M814224</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431520#M814225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakthi,&lt;/P&gt;&lt;P&gt;Can you try following date() or date#()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmployeeStatusDate &amp;gt;= Date(vStartDate,'MM/DD/YYYY') and EmployeeStatusDate &amp;lt;= Date(vEndDate,'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not working is it possible to upload a sample here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431520#M814225</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2017-09-18T08:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431521#M814226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not working, thanks for quick response!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431521#M814226</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2017-09-18T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431522#M814227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakthi,&lt;/P&gt;&lt;P&gt;Is it possible to upload a sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431522#M814227</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2017-09-18T08:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431523#M814228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like a formatting problem.&lt;/P&gt;&lt;P&gt;When working with dates, it makes often sense to restrict the comparisons on the pure numbers, rather than trying to workaround with different format-settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431523#M814228</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-18T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431524#M814229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not upload qvw it is at client end alos size of the file is huge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431524#M814229</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2017-09-18T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431525#M814230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter but I have tried via number comparison as well but it did not work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431525#M814230</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2017-09-18T10:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431526#M814231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK a Table Box doesn't offer filtering or expression evaluation capabilities. Except for the object itself...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431526#M814231</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-18T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431527#M814232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are correct, have overlooked this condition from the OP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431527#M814232</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-18T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431528#M814233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually, Table Boxes can be converted into Straight Tables. And those offer all expression and conditional show tools that you want. The speediest solution would be a straight table with an expression that uses Set Analysis to reduce the number of rows shown...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 12:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431528#M814233</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-18T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431529#M814234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the application which can filter out dates between start date and enddate.&lt;/P&gt;&lt;P&gt;i did converted the dates to numbers in both variable and also dates from the field tooo.&lt;/P&gt;&lt;P&gt;i used set analysis and filtered the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check and confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;OM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 12:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431529#M814234</guid>
      <dc:creator>omkarvamsi</dc:creator>
      <dc:date>2017-09-18T12:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation condition in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431530#M814235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation condition in table box or any other chart control will never filter internal data, this calculation condition accept true or false expression and if it true then only show data over table or chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To filter internal data of a field make it a dimension and write If expression on top of it, return null in case of false condition and check the "Suppress When Value is Null" check box like I am doing below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CalculationCondition.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177740_CalculationCondition.png" style="height: 537px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-condition-in-table-box/m-p/1431530#M814235</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2017-09-26T11:17:03Z</dc:date>
    </item>
  </channel>
</rss>

