<?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 with variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312022#M827140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your date displayed?&amp;nbsp; mm/dd/yyyy ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 14:54:14 GMT</pubDate>
    <dc:creator>jcampbell474</dc:creator>
    <dc:date>2017-07-03T14:54:14Z</dc:date>
    <item>
      <title>Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312013#M827127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use a variable in my Set Analysis.&lt;/P&gt;&lt;P&gt;I created the variable Tomorrow by defining it as Today () + 1&lt;/P&gt;&lt;P&gt;Then I use the following expression:&lt;/P&gt;&lt;P&gt;= Sum ({$ &amp;lt;delivery_date = {'$ (= Tomorrow)'}&amp;gt;} QuantityProduction) but I can not get consistent values&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&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-with-variables/m-p/1312013#M827127</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312014#M827128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum ({$ &amp;lt;delivery_date = {'$ (Tomorrow)'}&amp;gt;} QuantityProduction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove = symbol in variable or use two $ symbol around variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2017 01:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312014#M827128</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-02T01:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312015#M827129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Using&lt;/P&gt;&lt;P&gt;= Sum ({$ &amp;lt;delivery_date = {"=$ (= Tomorrow)"}&amp;gt;} QuantityProduction)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2017 06:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312015#M827129</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-07-02T06:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312016#M827130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your date format for your delivery_date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt; delivery_date = {"$(=Date(Tomorrow, 'Yourdeliverydateformat here')"} &amp;gt;} QuantityProduction) like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= Sum({&amp;lt; delivery_date = {"$(=Date(Tomorrow, 'MM/DD/YYYY') " } &amp;gt;} QuantityProduction)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2017 18:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312016#M827130</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-02T18:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312017#M827131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the load script or variable editor:&lt;/P&gt;&lt;P&gt;Let Tomorrow = Date(Today(1)+1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum ({&amp;lt;delivery_date = {'$(Tomorrow)'}&amp;gt;} QuantityProduction)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 01:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312017#M827131</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2017-07-03T01:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312018#M827132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, but it throws me a zero value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312018#M827132</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2017-07-03T14:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312019#M827133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, but while it gives me correct results for the Tomorrow variable, it gives me the same results for the variable Past Tomorrow which is incorrect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312019#M827133</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2017-07-03T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312020#M827136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I throw the following error: "Error in set modifier ad hoc element list; ',' or ')' expected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312020#M827136</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2017-07-03T14:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312021#M827139</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;Thanks for your help, but it throws me a zero value&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312021#M827139</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2017-07-03T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312022#M827140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your date displayed?&amp;nbsp; mm/dd/yyyy ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312022#M827140</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2017-07-03T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312023#M827144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dd/mm/yy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312023#M827144</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2017-07-03T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312024#M827149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this?&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: 13.3333px;"&gt;= Sum({&amp;lt; delivery_date = {"$(=Date(Tomorrow, 'dd/mm/yyyy')) " } &amp;gt;} QuantityProduction)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312024#M827149</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-03T14:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312025#M827150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, in your load script or the variable editor, try: &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let Tomorrow = Date(Today(1)+1,'dd/mm/yy')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312025#M827150</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2017-07-03T14:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312026#M827151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you set past tomorrow value.&lt;/P&gt;&lt;P&gt;As, your v&lt;SPAN style="font-size: 13.3333px;"&gt;tomorrow = Today()+1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So, the Result of Set Analysis will always remain same&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312026#M827151</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-07-03T15:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312027#M827152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Después del signo $ los espacios no deben existir!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡Saludos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312027#M827152</guid>
      <dc:creator>juan_patrick</dc:creator>
      <dc:date>2017-07-03T15:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312028#M827153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all !! I discovered my error. I had badly defined the variable Tomorrow in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 16:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312028#M827153</guid>
      <dc:creator>jorgelardi</dc:creator>
      <dc:date>2017-07-03T16:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312029#M827154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure to create variables in script. And then use. Meanwhile, I would ask you to mark helpful from the thread if you feel to get as you expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 17:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-variables/m-p/1312029#M827154</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-03T17:26:17Z</dc:date>
    </item>
  </channel>
</rss>

