<?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 Using variable for Field value(Column) in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321195#M409390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have variable called $vYearTotal. and I need to use in set expression to fetch for previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {1&amp;lt;Year = {2015}&amp;gt;} $(&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vYearTotal&lt;/STRONG&gt;&lt;/SPAN&gt;) ).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am trying to create new column using the above set expression.Not working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Mar 2017 16:41:03 GMT</pubDate>
    <dc:creator>satishsure</dc:creator>
    <dc:date>2017-03-31T16:41:03Z</dc:date>
    <item>
      <title>Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321195#M409390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have variable called $vYearTotal. and I need to use in set expression to fetch for previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {1&amp;lt;Year = {2015}&amp;gt;} $(&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vYearTotal&lt;/STRONG&gt;&lt;/SPAN&gt;) ).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am trying to create new column using the above set expression.Not working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 16:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321195#M409390</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321196#M409391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you define &lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYearTotal&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 16:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321196#M409391</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-31T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321197#M409392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting from another expression below&lt;BR /&gt;Num(&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt; Flag={1}, Year=, Quarter=, Month=, [Quarter In Year]=, [Month In Quarter]=&amp;gt;} $(vSelectField)&lt;/P&gt;&lt;P&gt;) / [Div],&lt;/P&gt;&lt;P&gt; Pick(WildMatch([Div], 1, 1000, 1000000), '#,##0', '#,##0', '#,##0.0')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 16:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321197#M409392</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321198#M409393</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Sum({1&amp;lt;Year = {2015}&amp;gt;} Aggr( $(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vYearTotal&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;), YourChartDimension))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321198#M409393</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-31T17:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321199#M409394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny..I don't have chart expression. As I need to create new Column &lt;SPAN 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;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYearTotal&lt;/STRONG&gt;) which should get results of previous year irrespective of selection.&lt;/P&gt;&lt;P&gt;&lt;SPAN 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;=Sum({1&amp;lt;Year = {2015}&amp;gt;} Aggr( $(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYearTotal&lt;/STRONG&gt;&lt;SPAN 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;), YourChartDimension))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321199#M409394</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T17:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321200#M409395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny I have tried adding Aggr on Variable but no luck.Can some body suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321200#M409395</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T18:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321201#M409396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny..I have attached the qvw and Expression column is "Selection" in the Main straight table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321201#M409396</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T19:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321202#M409397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is this qvw showing my friend? I am not sure where is the variable &lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYearTotal&lt;/STRONG&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321202#M409397</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-31T19:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321203#M409398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a front end variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321203#M409398</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T19:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321204#M409399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this not the requirement?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {2015}&amp;gt;}Aggr($(vYearTotal), Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158550_Capture.PNG" style="height: 154px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321204#M409399</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-31T19:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321205#M409400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah ..My requirement is like Second Column which is (Year=2015). But I need to Use the variable as field value for expression.irrespective of selection it should display the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYearTotal&lt;/STRONG&gt; value for year 2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( {1 &amp;lt;Year={2015}&amp;gt;}&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vYearTotal) &lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321205#M409400</guid>
      <dc:creator>satishsure</dc:creator>
      <dc:date>2017-03-31T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable for Field value(Column) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321206#M409401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you mean my friend... can you please explain clearly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 15:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-for-Field-value-Column-in-Set-Analysis/m-p/1321206#M409401</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-01T15:32:18Z</dc:date>
    </item>
  </channel>
</rss>

