<?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: Set Analysis inside of Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392331#M423203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you might have two rows for city tax and you don't want to sum them? Does both the rows have same tax value? If not, then how would you handle it? Can you show a scenario where there are 2 city tax row with same value and the expression isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 19:33:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-19T19:33:18Z</dc:date>
    <item>
      <title>Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392293#M423165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Need some help to figure out a set inside another set. I thought my expression will work in straight table&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Taxable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TaxType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'03'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'0000'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={'000'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Effective&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=$(MAx({&amp;lt;Taxable={1}, Group={ '0000'}, Item ={ '000'}, TaxType={'03'}&amp;gt;} Effective))"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TaxRate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If I replace my set analysis inside set to find the max date with a constant then expression is working correctly.&amp;nbsp; Any help is appreciated to solve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 19:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392293#M423165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T19:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392294#M423166</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;&lt;STRONG&gt;Sum({&amp;lt;Taxable={1}, TaxType={'03'}, Group={'0000'}, Item ={'000'}, Effective={"$(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt;Max({&amp;lt;Taxable={1}, Group={ '0000'}, Item ={ '000'}, TaxType={'03'}&amp;gt;} Effective))"}&amp;gt;} DISTINCT TaxRate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: You need the equal sign within the dollar sign expansion and not outside of it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 19:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392294#M423166</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-12T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392295#M423167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried and not working. Any other mistake that you can see in it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 01:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392295#M423167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T01:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392296#M423168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is effective a date field ?&lt;/P&gt;&lt;P&gt;if not then do you have effective as a dimension in the straight table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes then&amp;nbsp; paste this &lt;STRONG&gt;Max({&amp;lt;Taxable={1}, Group={ '0000'}, Item ={ '000'}, TaxType={'03'}&amp;gt;} Effective) &lt;/STRONG&gt;in a text box and see what value you are getting. may be you have to use date function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 03:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392296#M423168</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-13T03:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392297#M423169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you try single quote instead of double quote, can you share your mock app with sample data, that would be easy for us to check and help u.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Taxable={1}, TaxType={'03'}, Group={'0000'}, Item ={'000'}, Effective = {&lt;STRONG&gt;'&lt;/STRONG&gt;$(=max({$&amp;lt;Taxable={1}, Group={'0000'}, Item ={'000'}, TaxType={'03'}&amp;gt;} Effective))&lt;STRONG&gt;'&lt;/STRONG&gt;} &amp;gt;} DISTINCT TaxRate)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Taxable={1}, TaxType={'03'}, Group={'0000'}, Item ={'000'}, &lt;STRONG&gt;Effective = {'$(=max(Effective))'}&lt;/STRONG&gt; &amp;gt;} DISTINCT TaxRate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there field Effective is numeric data or date or string value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 04:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392297#M423169</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-13T04:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392298#M423170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Effective is not a Date field and can't have that in dimension. I modified like this now&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Taxable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TaxType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ '01'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'0000'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={'000'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Effective&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;= $(=MAx({&amp;lt;Taxable={1}, Group={ '0000'}, Item ={ '000'}, TaxType={'01'}&amp;gt;} Effective))&amp;gt;}"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TaxRate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea to get only the one tax rates based on highest effective date in a set. But what I can observe now is that this is pulling all the records in the set not the max date record. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 04:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392298#M423170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T04:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392299#M423171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use single quote and the results are same ,&amp;nbsp; Chart pick up all records on calculation regardless max effective date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 04:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392299#M423171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T04:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392300#M423172</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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Y u are mentioning the &amp;lt;= in Effective ={&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Remove it&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;Taxable&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;TaxType&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={ '01'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'0000'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; ={'000'},&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;Effective&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;&lt;STRONG style="color: #ff6600;"&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff6600;"&gt;&amp;lt;=&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt; $(=MAx({&amp;lt;Taxable={1}, Group={ '0000'}, Item ={ '000'}, TaxType={'01'}&amp;gt;} Effective))&amp;gt;}"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;TaxRate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 04:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392300#M423172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392301#M423173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Effective is not a Date field &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So its a text field? Then the Max() will not work properly. Convert Effective to a date field when loading for best results here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 04:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392301#M423173</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-12-13T04:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392302#M423174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , if I remove it then results turns to zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 06:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392302#M423174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T06:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392303#M423175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Try this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;I have deleted the space. it should work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Taxable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TaxType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={ '01'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'0000'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; ={'000'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Effective&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"&amp;lt;=$(=MAx({&amp;lt;Taxable={1}, Group={ '0000'}, Item ={ '000'},TaxType={'01'}&amp;gt;} Effective))&amp;gt;}"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TaxRate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pradosh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 06:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392303#M423175</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-13T06:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392304#M423176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to write another variable and do this with variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTaxVariable = 'Taxable={1}, Group={ '0000'}, Item ={ '000'}, TaxType={'01'}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( {&amp;lt;Taxable ={1}, TaxType ={'01'}, Group ={'0000'}, Item ={'000'}, Effective ={"&amp;lt;=$(=Max({&amp;lt; $(vTaxVariable)&amp;gt;} Effective))&amp;gt;}"} &amp;gt;} Distinct TaxRate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 06:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392304#M423176</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-13T06:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392305#M423177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I do in script num(Effective) will convert numeric ?, I put same in the chart and not doing properly. What I found that when I use &amp;gt;= or &amp;lt;= Effective values are coming but compare '=' then it turns to 0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 06:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392305#M423177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T06:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392306#M423178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will the use of maxstring instead of max change anything for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392306#M423178</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-13T07:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392307#M423179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had attached a sample .qvw, . I want to pick only&amp;nbsp; one record with Max effective date. Any help is appreciated. I tried MaxString and turned to 0 value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392307#M423179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T07:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392308#M423180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the above code i sent . In set analysis if you have space while using&amp;nbsp; &amp;gt;= or &amp;lt;= it will not work(it will not include that set and ignore it ) so remove if there is any space and try .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 09:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392308#M423180</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-13T09:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392309#M423181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Taxable&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TaxType&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'03'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'0000'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ={'000'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Effective&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;lt;=$(=Max({&amp;lt;Taxable={1}, Group={'0000'}, Item ={ '000'}, TaxType={'03'}&amp;gt;} Effective))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;STRONG&gt; TaxRate)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 09:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392309#M423181</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-12-13T09:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392310#M423182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the values in your attached app are not available... I have changed your expression to what was available and it seems to give values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Taxable={1}, TaxType={'04'}, Group={'0100'}, Item ={'001'}, Effective={"$(=Max({&amp;lt;Taxable = {1}, Group = {'0100'}, Item = {'001'}, TaxType = {'04'}&amp;gt;} Effective))"}&amp;gt;} DISTINCT [Tax Tate])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, I tried it in a text box, but it should work in straight table also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 09:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392310#M423182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-13T09:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392311#M423183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Still have problem when I have more than one column in the table only one column (last One) has value all other column turned to 0, no set calculation happens. Not sure why this happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way thanks for the help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 12:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392311#M423183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T12:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis inside of Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392312#M423184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share an image of what you are seeing and explain what is wrong in the image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 13:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-inside-of-Set-analysis/m-p/1392312#M423184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-13T13:00:08Z</dc:date>
    </item>
  </channel>
</rss>

