<?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 Set Analysis Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358797#M133142</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;Is there only one value for Service Dt ? Or is it related to the dimension?&lt;/P&gt;&lt;P&gt;You can try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File_Date_1={"=$(=date('$(vServiceDate)','M/D/YYYY'))"} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File_Date_1={"=$(=only([Service Dt],'M/D/YYYY'))"} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dilyana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 15:18:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-18T15:18:15Z</dc:date>
    <item>
      <title>Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358793#M133138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Everyone! &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I am a new user of Qlikview and I am currently working on a project where I need to use set analysis to make certain selections based on the fields. The fields I'm concerned with at the moment are File_Date_1 and Service Dt. &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'm attempting to select the records where these two are equal and so initially, I tried just setting the two fields equal to each other however that did not work. I then tried creating a variable based off of Service Dt called vServiceDate. &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The syntax I used then was this:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #333333;"&gt;File_Date_1={"$(=date($[Service Dt],'M/D/YYYY'))"} &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Unfortunately, this does not work for me. Does anyone have any suggestions? &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 14:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358793#M133138</guid>
      <dc:creator />
      <dc:date>2012-05-18T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358794#M133139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum( {&amp;lt;&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;File_Date_1&lt;/SPAN&gt;= {"&amp;lt;=$(&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;date($[Service Dt],'M/D/YYYY'))&lt;/SPAN&gt;"}&amp;gt;} Sale)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this is help You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 14:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358794#M133139</guid>
      <dc:creator />
      <dc:date>2012-05-18T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358795#M133140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a search expression that will do the record based comparison of File_Date_1 and Service Dt for you. Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File_Date_1 = {"=File_Date_1=[Service Dt]"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within your set expression (used inside an aggregation function and with the enclosing brackets, right?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 14:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358795#M133140</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-05-18T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358796#M133141</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;Please make sure that both of the dates are in same format once you compair them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help,&lt;BR /&gt;Anosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 14:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358796#M133141</guid>
      <dc:creator />
      <dc:date>2012-05-18T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358797#M133142</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;Is there only one value for Service Dt ? Or is it related to the dimension?&lt;/P&gt;&lt;P&gt;You can try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File_Date_1={"=$(=date('$(vServiceDate)','M/D/YYYY'))"} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File_Date_1={"=$(=only([Service Dt],'M/D/YYYY'))"} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dilyana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 15:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358797#M133142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-18T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358798#M133143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get an answer to this? I have the same exact issue and would love to know if you have a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 07:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358798#M133143</guid>
      <dc:creator />
      <dc:date>2012-12-24T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358799#M133144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Will you please start a new discussion and describe your exact problem. What you want and what you did till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If possible post QVW file with some sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 07:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Question/m-p/358799#M133144</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-12-24T07:15:13Z</dc:date>
    </item>
  </channel>
</rss>

