<?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 not working with a date Set Modifier in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425780#M560083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;nbsp; did not solve the issue.&amp;nbsp; I've attached a small example -- Chart with the issue is the one on the left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2013 16:10:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-06T16:10:04Z</dc:date>
    <item>
      <title>Set Analysis not working with a date Set Modifier</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425778#M560081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Want to limit budget information to the most recent selected date and third level of the budget.&lt;/P&gt;&lt;P&gt;Expression is in a chart.&amp;nbsp; When the BudgetDate set modifier is added to the expression, the chart says 'No Data to Display'.&lt;/P&gt;&lt;P&gt;The expression works without the BudgetDate set modifier.&amp;nbsp; Displaying Max(BudgetDate) in a text object shows the expected date.&amp;nbsp; The syntax seems correct.&amp;nbsp; I'm stumped.&amp;nbsp; Hints or suggestions are most appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13676130841048231" jivemacro_uid="_13676130841048231"&gt;&lt;P&gt;SUM( {$ &amp;lt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BudgetDate = { $ ( #=Max(BudgetDate) ) },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BudgetLevel = {'3'}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; } [Available])&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 20:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425778#M560081</guid>
      <dc:creator />
      <dc:date>2013-05-03T20:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not working with a date Set Modifier</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425779#M560082</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;Try like this&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;SPAN style="font-family: monospace;"&gt;BudgetDate &lt;/SPAN&gt;= { ' $(=Max(&lt;SPAN style="font-family: monospace;"&gt;BudgetDate&lt;/SPAN&gt;))'}&lt;SPAN style="font-family: monospace;"&gt;,BudgetLevel = {'3'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-family: monospace;"&gt;Available&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R.Mayil Vahanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 21:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425779#M560082</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-05-03T21:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not working with a date Set Modifier</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425780#M560083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;nbsp; did not solve the issue.&amp;nbsp; I've attached a small example -- Chart with the issue is the one on the left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 16:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425780#M560083</guid>
      <dc:creator />
      <dc:date>2013-05-06T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not working with a date Set Modifier</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425781#M560084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remove a space in your BudgetDate field modifier (the one after the first single quote):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt; BudgetDate = { '$(=Max(BudgetDate))'}, BudgetLevel = {'3'} &amp;gt;} Available)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 17:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-working-with-a-date-Set-Modifier/m-p/425781#M560084</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-06T17:13:34Z</dc:date>
    </item>
  </channel>
</rss>

