<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870250#M304247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you post your qvw or an example qvw that illustrates the problem, otherwise all the suggestions are guesses. Check these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you variables return the values you are expecting?&lt;/LI&gt;&lt;LI&gt;Are they in the correct date format?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also post the expression that does work. And try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;TC_StockEntryDate={"&amp;gt;=$(=v_StockEntryDate)&amp;lt;=$(=v_StockEndDate)"}&amp;gt;}DISTINCT TC_Stock_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;TC_StockEntryDate = {"&amp;gt;=$(=Date(v_StockEntryDate))&amp;lt;=$(=Date(v_StockEndDate))"}&amp;gt;} DISTINCT TC_Stock_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 10:06:35 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-07-02T10:06:35Z</dc:date>
    <item>
      <title>Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870246#M304243</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 am using this code in chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Count({$&amp;lt;TC_StockEntryDate={"&amp;gt;=$(v_StockEntryDate)&amp;lt;=$(v_StockEndDate)"}&amp;gt;}DISTINCT TC_Stock_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but value is not coming. if i use same logic in IF statement then output getting correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870246#M304243</guid>
      <dc:creator>QlikAngel</dc:creator>
      <dc:date>2015-07-02T09:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870247#M304244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need the date function, try with&lt;/P&gt;&lt;P&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;=(Count({$&amp;lt;TC_StockEntryDate={"&amp;gt;=$(=Date(v_StockEntryDate))&amp;lt;=$(=Date(v_StockEndDate))"}&amp;gt;}DISTINCT TC_Stock_ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870247#M304244</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-02T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870248#M304245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be your variable date format is different than your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TC_StockEntryDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870248#M304245</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-02T10:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870249#M304246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nopes date formates are same..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870249#M304246</guid>
      <dc:creator>QlikAngel</dc:creator>
      <dc:date>2015-07-02T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870250#M304247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you post your qvw or an example qvw that illustrates the problem, otherwise all the suggestions are guesses. Check these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you variables return the values you are expecting?&lt;/LI&gt;&lt;LI&gt;Are they in the correct date format?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also post the expression that does work. And try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;TC_StockEntryDate={"&amp;gt;=$(=v_StockEntryDate)&amp;lt;=$(=v_StockEndDate)"}&amp;gt;}DISTINCT TC_Stock_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;TC_StockEntryDate = {"&amp;gt;=$(=Date(v_StockEntryDate))&amp;lt;=$(=Date(v_StockEndDate))"}&amp;gt;} DISTINCT TC_Stock_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870250#M304247</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-02T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870251#M304248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Piet Hein... its so simple... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870251#M304248</guid>
      <dc:creator>QlikAngel</dc:creator>
      <dc:date>2015-07-02T10:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870252#M304249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome Mayuri, one other tip for this kind of debugging is to leave the label of the expression blank. In a table it will display the evaluated expression in the header, so you can check whether the variables are giving you the expected values. In e.g. a line chart it will show in the mouse over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LabelBlankVar.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91636_LabelBlankVar.png" style="height: 234px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870252#M304249</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-02T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870253#M304250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup got it .. it will really helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Issue/m-p/870253#M304250</guid>
      <dc:creator>QlikAngel</dc:creator>
      <dc:date>2015-07-02T10:38:22Z</dc:date>
    </item>
  </channel>
</rss>

