<?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: using built in functions within set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488278#M1134762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Oct 2013 06:10:17 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-10-18T06:10:17Z</dc:date>
    <item>
      <title>using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488274#M1134758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been tring to get the metric value for the current year and month being current month-1.&lt;/P&gt;&lt;P&gt;Below is the expression that i have used to acheive the same.But i am not getting any valid results&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;My_Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'=$(=year(today())'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;My_Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'=$(=Month(AddMonths(today(),-1))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can anyone let me know where i have gone wrong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 05:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488274#M1134758</guid>
      <dc:creator />
      <dc:date>2013-10-18T05:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488275#M1134759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Two things come in mind:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;1. If there are&amp;nbsp; more than one values for &lt;STRONG&gt;Value &lt;/STRONG&gt;for current year previous month, ONLY() would return NULL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2. My_Month format may not be matching.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 05:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488275#M1134759</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-18T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488276#M1134760</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;If there are multiple values for Value dimension then you will get a null value, check this.&amp;nbsp; If there are multiple values then try using any max, min, sum functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure that My_Month and &lt;SPAN style="font-size: 8pt;"&gt;=Month(AddMonths(today(),-1)) are in the same format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jagan.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 05:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488276#M1134760</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-18T05:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488277#M1134761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try with sum even then i am getting Null as the result.I have attached thae sample application too so please have a look and let me know where i have gone wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 06:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488277#M1134761</guid>
      <dc:creator />
      <dc:date>2013-10-18T06:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488278#M1134762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 06:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488278#M1134762</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-18T06:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488279#M1134763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anushree Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 06:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488279#M1134763</guid>
      <dc:creator />
      <dc:date>2013-10-18T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: using built in functions within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488280#M1134764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;PFA,&lt;/P&gt;&lt;P&gt;It was parenthesis issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 06:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-built-in-functions-within-set-analysis/m-p/488280#M1134764</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-18T06:23:52Z</dc:date>
    </item>
  </channel>
</rss>

