<?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: Logic correction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256559#M860334</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 have used both the logic's as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting Below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149622_Untitled.png" style="height: auto;" /&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>Mon, 16 Jan 2017 15:32:52 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2017-01-16T15:32:52Z</dc:date>
    <item>
      <title>Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256556#M860331</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 have used the below logic in calculated dimension.But i'm getting common value to all the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(num((sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;} Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/(sum({&amp;lt;Date={$(varMaxDate)},flag={'Wet Sign'}&amp;gt;} Sales)+sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Not Complete'}&amp;gt;} Sales)),' #,##0.0%'),Loc)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149621_Untitled.png" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks..&lt;BR /&gt;&lt;/STRONG&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/Logic-correction/m-p/1256556#M860331</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256557#M860332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;}Sales))&lt;/P&gt;&lt;P&gt;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Date={$(varMaxDate)},flag={'Wet Sign'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Not Complete'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,' #,##0.0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 15:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256557#M860332</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T15:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256558#M860333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;}Sales))&lt;/P&gt;&lt;P&gt;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(TOTAL &amp;lt;Loc&amp;gt; {&amp;lt;Date={$(varMaxDate)},flag={'Wet Sign'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(TOTAL &amp;lt;Loc&amp;gt; {&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(TOTAL &amp;lt;Loc&amp;gt; {&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Not Complete'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,' #,##0.0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 15:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256558#M860333</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T15:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256559#M860334</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 have used both the logic's as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting Below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149622_Untitled.png" style="height: auto;" /&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>Mon, 16 Jan 2017 15:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256559#M860334</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2017-01-16T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256560#M860335</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;Please let me know how to get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 16:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256560#M860335</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2017-01-16T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256561#M860336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide sample application or sample data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 17:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256561#M860336</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Logic correction</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256562#M860337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Date={$(varMaxDate)},flag={'eSign'},Category={'Complete'}&amp;gt;}Sales))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum(TOTAL &amp;lt;Loc&amp;gt; {&amp;lt;Date={$(varMaxDate)},flag={'Wet Sign',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'eSign'&lt;/SPAN&gt;},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Category={'Complete',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Not Complete'&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ,' #,##0.0%')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;???&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Maybe this?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Not sure if the syntax is correct but you can check it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 18:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-correction/m-p/1256562#M860337</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-16T18:30:56Z</dc:date>
    </item>
  </channel>
</rss>

