<?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: Qlikview Set Analysis Ignore selection not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424823#M429313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;It seems when I add 'ALLIANCE_NAME=P({&amp;lt;ALLIANCE_NAME&amp;gt;})' in the expression, at that time it doesn't work.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But without this it ignores the Date selection.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=sum( {&amp;lt; %DIM_DATE_KEY= ,IN_OUT_TRANSFER = {'INBOUND'}, SALES_REP_CENTRAL_IDENTITY= , ALLIANCE_NAME=P({&amp;lt;ALLIANCE_NAME&amp;gt;}),%DIM_DATE_KEY= P({1&amp;lt; %DIM_DATE_KEY={"&amp;gt;=$(vETEStartDateInput)&amp;lt;=$(vETEEndDateInput)"} &amp;gt;} %DIM_DATE_KEY)&amp;gt;} CALL_COUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 00:39:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-19T00:39:59Z</dc:date>
    <item>
      <title>Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424817#M429307</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 have one query regarding Set analysis. I am using Date variable in Qlikview expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {&amp;lt; IN_OUT_TRANSFER = {'INBOUND'},SALES_REP_CENTRAL_IDENTITY= , ALLIANCE_NAME=P({&amp;lt;ALLIANCE_NAME&amp;gt;}), %DIM_DATE_KEY= P({1&amp;lt; %DIM_DATE_KEY={"&amp;gt;=$(vETEStartDateInput)&amp;lt;=$(vETEEndDateInput)"} &amp;gt;} %DIM_DATE_KEY)&amp;gt;}CALL_COUNT) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;SPAN style="font-size: 13.3333px;"&gt;vETEStartDateInput' and '&lt;SPAN style="font-size: 13.3333px;"&gt;vETEStartDateInput' these two variable I created to get the data based on selected Date Range. But at the same time I have Date Calendar and I dont want to affect the Calendar Date selection on my Date range. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried to ignore '&lt;SPAN style="font-size: 13.3333px;"&gt;%DIM_DATE_KEY' selection in set analysis. I modified my expression as below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=sum( {&amp;lt; IN_OUT_TRANSFER = {'INBOUND'},SALES_REP_CENTRAL_IDENTITY= , %DIM_DATE_KEY=, ALLIANCE_NAME=P({&amp;lt;ALLIANCE_NAME&amp;gt;}), %DIM_DATE_KEY= P({1&amp;lt; %DIM_DATE_KEY={"&amp;gt;=$(vETEStartDateInput)&amp;lt;=$(vETEEndDateInput)"} &amp;gt;} %DIM_DATE_KEY)&amp;gt;}CALL_COUNT) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but its not working. Can anyone please help me. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424817#M429307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T20:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424818#M429308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are these two guys static or expression?&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;&lt;STRONG&gt;vETEStartDateInput&lt;/STRONG&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;&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;and&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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;vETEEndDateInput&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these two contain expression, may be you need to ignore the field within them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424818#M429308</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-18T20:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424819#M429309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I created these Date variables and using in Calendar.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For '&lt;SPAN style="font-size: 13.3333px;"&gt;vETEStartDateInput' and '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vETEEndDateInput' &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;using :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Min Value:=min({1}%DIM_DATE_KEY)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Max Value:= =max({1}%DIM_DATE_KEY)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424819#M429309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424820#M429310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, I am using alternate state here.&lt;/P&gt;&lt;P&gt;For Calendar Date field, For other two Date Range Calendar and in straight table as well.&lt;/P&gt;&lt;P&gt;So Do I need to specify alternate state in the expression while ignoring the Date selection for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;%DIM_DATE_KEY.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 21:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424820#M429310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T21:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424821#M429311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187419_Capture.PNG" style="height: 207px; width: 620px;" /&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached image.&lt;/P&gt;&lt;P&gt;For first two expressions I want to use "Date" calendar and for last expression I want to use 'From ETE Date' and 'To ETE Date' date range by ignoring the 'Date' selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 23:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424821#M429311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T23:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424822#M429312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to look at this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 23:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424822#M429312</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-18T23:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424823#M429313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;It seems when I add 'ALLIANCE_NAME=P({&amp;lt;ALLIANCE_NAME&amp;gt;})' in the expression, at that time it doesn't work.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But without this it ignores the Date selection.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=sum( {&amp;lt; %DIM_DATE_KEY= ,IN_OUT_TRANSFER = {'INBOUND'}, SALES_REP_CENTRAL_IDENTITY= , ALLIANCE_NAME=P({&amp;lt;ALLIANCE_NAME&amp;gt;}),%DIM_DATE_KEY= P({1&amp;lt; %DIM_DATE_KEY={"&amp;gt;=$(vETEStartDateInput)&amp;lt;=$(vETEEndDateInput)"} &amp;gt;} %DIM_DATE_KEY)&amp;gt;} CALL_COUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 00:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424823#M429313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T00:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424824#M429314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;%DIM_DATE_KEY, IN_OUT_TRANSFER = {'INBOUND'}, SALES_REP_CENTRAL_IDENTITY, &lt;SPAN style="color: #ff0000;"&gt;ALLIANCE_NAME = P({&amp;lt;&lt;STRONG style="font-size: 13.3333px;"&gt;%DIM_DATE_KEY&amp;gt;&lt;/STRONG&gt;}ALLIANCE_NAME)&lt;/SPAN&gt;, %DIM_DATE_KEY = {"&amp;gt;=$(vETEStartDateInput)&amp;lt;=$(vETEEndDateInput)"}&amp;gt;} CALL_COUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;%DIM_DATE_KEY, IN_OUT_TRANSFER = {'INBOUND'}, SALES_REP_CENTRAL_IDENTITY, &lt;SPAN style="color: #ff0000;"&gt;ALLIANCE_NAME = $::ALLIANCE_NAME&lt;/SPAN&gt;, %DIM_DATE_KEY = {"&amp;gt;=$(vETEStartDateInput)&amp;lt;=$(vETEEndDateInput)"}&amp;gt;} CALL_COUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 01:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424824#M429314</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T01:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424825#M429315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sunny, It's working as expected.&lt;/P&gt;&lt;P&gt;Thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 20:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424825#M429315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T20:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424826#M429316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which of the two worked for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 20:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424826#M429316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T20:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Set Analysis Ignore selection not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424827#M429317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both expressions are working. Thank you..&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 20:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Set-Analysis-Ignore-selection-not-working/m-p/1424827#M429317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T20:37:02Z</dc:date>
    </item>
  </channel>
</rss>

