<?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 -problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366336#M823794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your initial expression used "source" twice, whenver you want to avoid a field value to be considered, use the same field with an equal and nothing on the right, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15009847233742348 jive_text_macro" jivemacro_uid="_15009847233742348"&gt;
&lt;P&gt;=count({$&amp;lt;&lt;STRONG&gt;source=&lt;/STRONG&gt;, SaleDate = {"&amp;gt;=$(vMinTimeStamp)&amp;lt;= $(vMaxTimeStamp)"} &amp;gt;} ID)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter for SaleDate will work but regardless what has been selected in field "source"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 12:12:45 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2017-07-25T12:12:45Z</dc:date>
    <item>
      <title>Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366330#M823768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Is the order of the dimensions important when performing a calculated in Set Analysis?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;In the example attached, I am trying to count the ID's where source='online' and SaleDate between the Variables- vMinTimeStamp and vMaxTimeStamp and ignore the dimension-source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have defined the variebles-&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let &lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;vMinTimeStamp &lt;/SPAN&gt;=Timestamp(min(SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let &lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;vMaxTimeStamp&lt;/SPAN&gt;= Timestamp(max(SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in Set Analysis I have tried:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({$&amp;lt;SaleDate = {"&amp;gt;=$(vMinTimeStamp)&amp;lt;= $(vMaxTimeStamp)"},source ={'online'},source = &amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but it's not working, becouse I want to ignore the dimension "source"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;In addition, I noticed that if I write in the beginning of the Set Analysis:&amp;nbsp; source =&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=count({$&amp;lt;source = ,SaleDate = {"&amp;gt;=$(vMinTimeStamp)&amp;lt;= $(vMaxTimeStamp)"},source ={'online'}&amp;gt;}ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;the result is changing, why?? is the order in set analysis important? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My expectation should be displayed like this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;**if the user selects the sorce='email' - the result will not change,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;the result will change only when the user selects SaleDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171284_1.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Appreciates any help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366330#M823768</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366331#M823774</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;It is showing as per logic you build.&lt;/P&gt;&lt;P&gt;On selection of email from source field your min value is changing because of that your end output is changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that you have to nullify source = in variable definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366331#M823774</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-25T11:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366332#M823779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &lt;A href="https://community.qlik.com/people/dreamer4"&gt;dreamer4&lt;/A&gt;‌ is right. Because your date change based on selection in source field, the value of the count also changes. I used this for the variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMaxTimeStamp&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Timestamp(max(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;source&amp;gt;}&lt;/SPAN&gt;SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMinTimeStamp&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Timestamp(min(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;source&amp;gt;}&lt;/SPAN&gt;SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366332#M823779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-25T11:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366333#M823785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;What do you mean by "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;nullify source = in variable definition&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="short_text" lang="en"&gt;Can you show this in the example I attached?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366333#M823785</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2017-07-25T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366334#M823789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;Wow you are amazing !!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;In my original model, I have several Text Object , some of which I want to ignore the source dimension and some not,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;How can i deal with this, w&lt;SPAN&gt;hen the user selects a date range?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366334#M823789</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2017-07-25T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366335#M823792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update your variable definition as sunny suggested. nullify means ignoring your selection&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;min({&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;source=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt;}date).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366335#M823792</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-25T12:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366336#M823794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your initial expression used "source" twice, whenver you want to avoid a field value to be considered, use the same field with an equal and nothing on the right, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15009847233742348 jive_text_macro" jivemacro_uid="_15009847233742348"&gt;
&lt;P&gt;=count({$&amp;lt;&lt;STRONG&gt;source=&lt;/STRONG&gt;, SaleDate = {"&amp;gt;=$(vMinTimeStamp)&amp;lt;= $(vMaxTimeStamp)"} &amp;gt;} ID)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter for SaleDate will work but regardless what has been selected in field "source"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366336#M823794</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-07-25T12:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366337#M823796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create two set of variables... one when you ignore selection in source and other where you don't&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMaxTimeStampIgnoreSource&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Timestamp(max(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{&amp;lt;source&amp;gt;}&lt;/SPAN&gt;SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMinTimeStamp&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IgnoreSource&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Timestamp(min(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{&amp;lt;source&amp;gt;}&lt;/SPAN&gt;SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMaxTimeStamp&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Timestamp(max(SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMinTimeStamp&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Timestamp(min(SaleDate),'YYYY-MM-DD hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366337#M823796</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-25T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366338#M823798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1208"&gt;The Basics about Dates, Date Ranges and Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366338#M823798</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-07-25T12:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366339#M823800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OK Sunny,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i can create two set of &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;variables&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;but in the Input box in which the user selects date range, which &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;variables I should put ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366339#M823800</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2017-07-25T12:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366340#M823802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now vMinTimeStamp and vMaxTimeStamp are both expressions and are not driven by user inputs (at least directly).... are you looking for them to be driven by user inputs in an input box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366340#M823802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-25T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366341#M823803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366341#M823803</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2017-07-26T05:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366342#M823805</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;use ignored source field in variable.&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;use vMaxTimeStampIgnoreSource and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMinTimeStamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IgnoreSource variable as suggested by &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/SPAN&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;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;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366342#M823805</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T05:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366343#M823806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;As I have written to &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In my original model, I have several Text Object , some of which I want to ignore the source dimension and some not,&lt;/P&gt;&lt;P&gt;How can i deal with this, when the user selects a date range?&lt;/P&gt;&lt;P&gt;(I want the &lt;SPAN style="font-size: 13.3333px;"&gt;variables&amp;nbsp; to be d&lt;SPAN style="font-size: 13.3333px;"&gt;riven by user inputs&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;in an input box object)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 06:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366343#M823806</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2017-07-26T06:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366344#M823808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible in 1 variable.&lt;/P&gt;&lt;P&gt;Create 4 variable as suggested by sunny and use that in object as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366344#M823808</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T07:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis -problem</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366345#M823810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ALL!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-problem/m-p/1366345#M823810</guid>
      <dc:creator>ttal7878</dc:creator>
      <dc:date>2017-07-26T07:39:36Z</dc:date>
    </item>
  </channel>
</rss>

