<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set/m-p/833464#M1008295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes both format are same i getting syntax error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 11:54:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-11T11:54:51Z</dc:date>
    <item>
      <title>set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833458#M1008289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new into Qlikview I want below statement in set analysis How to achieve it &lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="color: black;"&gt;Total no. of call logs where &lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Category = SDS* , Month = open date and Resolve date = current month&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;count({....&amp;gt;}[Call Log ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 10:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833458#M1008289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T10:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833459#M1008290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;supposing Month is a numeric field and 'open date' is a possible value of [Resolve date] try this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;count&lt;/SPAN&gt;({&amp;lt;Category = {'SDS*'}, [Resolve Date]&amp;nbsp; = {'open date'},&amp;nbsp; Month = {'$(=num(month(today())))'}&amp;gt;} &lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;[Call Log ID]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833459#M1008290</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-11T11:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833460#M1008291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; color: black;"&gt;Category = {'SDS*'},&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333330154419px;"&gt;Month &lt;/SPAN&gt;= {'=$(vOpendate)'},&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333330154419px;"&gt;Resolve date&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;= {'=$(vCurrentmonth)'}&lt;/SPAN&gt; &amp;gt;} &lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333330154419px;"&gt;[Call Log ID]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crete 2 variables for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vOpendate &amp;amp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vCurrentmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833460#M1008291</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-05-11T11:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833461#M1008292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i tried i am getting error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Category={'SDS*'},Month={'=$(vDumpOpenDate)'}, [SSR Resolve Date]={'=$(vMaxMonth)'}&amp;gt;}[Call Log ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833461#M1008292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T11:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833462#M1008293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of error are you getting? &lt;/P&gt;&lt;P&gt;*Note: the format of Month and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vDumpOpenDate variable value must be same and similar for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SSR Resolve Date and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMaxMonth..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833462#M1008293</guid>
      <dc:creator />
      <dc:date>2015-05-11T11:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833463#M1008294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the values of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vDumpOpenDate &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMaxMonth.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Are they matching with your fields &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [SSR Resolve Date].&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833463#M1008294</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-05-11T11:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833464#M1008295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes both format are same i getting syntax error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833464#M1008295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833465#M1008296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vDumpOpenDate=month(date(max([DumpOpen Date]),'MM'))&lt;/P&gt;&lt;P&gt;vMaxMonth=month(Date(Today(Date),'MM'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833465#M1008296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833466#M1008298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set analysis expression looks good. Does it show Red line in the expression panel? Can you cross check the field names once again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, we could put hard coded values for testing initally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Singh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833466#M1008298</guid>
      <dc:creator />
      <dc:date>2015-05-11T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833467#M1008300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="set.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86170_set.png" style="height: 19px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833467#M1008300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833468#M1008301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you do not have a field name called Month. Can you cross check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quick tip: avoid using built-in field names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833468#M1008301</guid>
      <dc:creator />
      <dc:date>2015-05-11T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833469#M1008302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload your qvw. It will be easier and faster to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833469#M1008302</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-11T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833470#M1008303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833470#M1008303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833471#M1008304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: &lt;/P&gt;&lt;P&gt;=count({&amp;lt;Category={'SDS*'}, MonthName={"=$(vDumpOpenDate)"}, [SSR Resolve Date]={"=$(vMaxMonth)"}&amp;gt;}[Call Log ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833471#M1008304</guid>
      <dc:creator />
      <dc:date>2015-05-11T12:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833472#M1008305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is giving 0 as result, because for MonthName = Mar you have no SSR Resolve Date for the month of May.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833472#M1008305</guid>
      <dc:creator />
      <dc:date>2015-05-11T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833473#M1008306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"=$(vDumpOpenDate)"} why we used "" here &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;can we use '' ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833473#M1008306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T12:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833474#M1008307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SSR Resolve Date i have data for Mar then y its getting 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833474#M1008307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T12:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833475#M1008308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Single quotes are used as literals, so for evaluation we use double quotes.&lt;/P&gt;&lt;P&gt;for more details check: &lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful or correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833475#M1008308</guid>
      <dc:creator />
      <dc:date>2015-05-11T12:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: set</title>
      <link>https://community.qlik.com/t5/QlikView/set/m-p/833476#M1008309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have data for &lt;STRONG&gt;Mar&lt;/STRONG&gt; but the variable you used is : vMaxMonth which has &lt;STRONG&gt;May&lt;/STRONG&gt; as the value. That is why you are getting zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 12:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set/m-p/833476#M1008309</guid>
      <dc:creator />
      <dc:date>2015-05-11T12:41:48Z</dc:date>
    </item>
  </channel>
</rss>

