<?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: What does the &amp;quot;::&amp;quot; function do in this expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730797#M261749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look here and you will get an explanation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView Syntax (specifically Alternate States):&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikcommunity.com/thread/80385"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.qlikcommunity.com/thread/80385&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2014 16:35:40 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2014-06-23T16:35:40Z</dc:date>
    <item>
      <title>What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730796#M261748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression that is like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({State1&amp;lt;Year=$::Year&amp;gt;}LineSalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the "::" part in the expression do? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 16:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730796#M261748</guid>
      <dc:creator />
      <dc:date>2014-06-23T16:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730797#M261749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look here and you will get an explanation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView Syntax (specifically Alternate States):&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikcommunity.com/thread/80385"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.qlikcommunity.com/thread/80385&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 16:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730797#M261749</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2014-06-23T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730798#M261750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it means that the selections made to Year from the other states are carried through to this state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 16:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730798#M261750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T16:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730799#M261751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you work with Comparative Analysis you often create some list boxes to make different selections, but you may want to impact other fields from the data model when selecting some values without having to create additional list boxes for those fields. Some fields you may want to avoid dupplicating are date fields like in your example, and notation for these fields is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AggregationFunction&lt;/EM&gt;({[Alternate State] &amp;lt;[Field 1]=&lt;STRONG&gt;$::&lt;/STRONG&gt;[Field 1], [Field 2]=&lt;STRONG&gt;$::&lt;/STRONG&gt;[Field 2]&amp;gt;} &lt;EM&gt;KPI&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you to understand better the function of $::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 17:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730799#M261751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T17:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730800#M261752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, so if I made selections in another sheet or another Year field box in my application - the "::" would carry it through to my expressions where I defined them? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730800#M261752</guid>
      <dc:creator />
      <dc:date>2014-06-23T18:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730801#M261753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is correct. this helps when you have "global" filters that need to affect all objects irrespective of states.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730801#M261753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "::" function do in this expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730802#M261754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jsaradhi &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-the-quot-quot-function-do-in-this-expression/m-p/730802#M261754</guid>
      <dc:creator />
      <dc:date>2014-06-23T18:24:42Z</dc:date>
    </item>
  </channel>
</rss>

