<?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: Resolving Expression : Variable &amp; text string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450642#M168206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum($(vRotate_month1)_Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 20:09:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-12T20:09:54Z</dc:date>
    <item>
      <title>Resolving Expression : Variable &amp; text string</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450641#M168205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared variable as part of my script. It assigns value based upon month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if Current_month = 'April' ,&amp;nbsp; variable will be "vMonth1_Revenue'. (Field has revenue for month of April). It loads fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to do summation on "vmonth1_Revenue".&amp;nbsp; The problem is column show up as "April_Revenue".&amp;nbsp; I am going to refresh the report every month so I want to refer variable instead of actual column name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following variety of expression, all of them either gave me "Missing ( - ) " or " Zero ( 0 )" or nothing as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(TEXT('$(=vRotate_month1)'&amp;amp;'_Revenue'))&lt;/P&gt;&lt;P&gt;=sum($(=vRotate_month1) &amp;amp;'_Revenue'))&lt;/P&gt;&lt;P&gt;=sum('$(vRotate_month1)' &amp;amp; 'Revenue_' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One suggestion was to create another variable: vTEST= vRotate_month1&amp;amp;'_Revenue'&amp;nbsp; and do =sum(vTEST). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works, but I have 20 variable to sum upon. I don't want to create 20 temproary variables. I am sure there is easy way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450641#M168205</guid>
      <dc:creator />
      <dc:date>2013-04-12T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Expression : Variable &amp; text string</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450642#M168206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum($(vRotate_month1)_Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 20:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450642#M168206</guid>
      <dc:creator />
      <dc:date>2013-04-12T20:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Expression : Variable &amp; text string</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450643#M168207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got red underline on "_Revenue" part&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 20:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450643#M168207</guid>
      <dc:creator />
      <dc:date>2013-04-12T20:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Expression : Variable &amp; text string</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450644#M168208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to ignore the red underline error indicator in the expression editor. If &lt;SPAN style="font-family: 'courier new', courier;"&gt;vTEST= vRotate_month1&amp;amp;'_Revenue'&lt;/SPAN&gt;&amp;nbsp; and &lt;SPAN style="font-family: 'courier new', courier;"&gt;=sum(vTEST)&lt;/SPAN&gt; works then &lt;SPAN style="font-family: 'courier new', courier;"&gt;=sum($(vRotate_month1)_Revenue)&lt;/SPAN&gt; will work also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 22:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450644#M168208</guid>
      <dc:creator />
      <dc:date>2013-04-12T22:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Expression : Variable &amp; text string</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450645#M168209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it is not working for me...&lt;/P&gt;&lt;P&gt;I am using qlik sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to achieve something like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I can set this: "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;vMeaseure = FieldName"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I try to use this as a measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=$(vMeasure)_min&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;To &lt;SPAN style="font-size: 13.3333px;"&gt;achieve&lt;/SPAN&gt; this:&lt;BR /&gt;&lt;/SPAN&gt;=FieldName_min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I use it properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have a lot of Field in my table. And I have another table with the same fieldname + "_min".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 13:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Expression-Variable-text-string/m-p/450645#M168209</guid>
      <dc:creator>jozsefpeitli</dc:creator>
      <dc:date>2017-05-16T13:35:20Z</dc:date>
    </item>
  </channel>
</rss>

