<?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 append strings to create fieldname in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368987#M493787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narsimha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use the variablename or fieldname('=Type' in case of your qvw) in between two strings??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&amp;nbsp; &lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(=Type&amp;amp;'_SLS_AMT')&amp;nbsp; -&amp;gt;This is what we have used right now. &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;I need something like&amp;nbsp; -&amp;gt;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$('LCK_'&amp;amp;Type&amp;amp;'_SLS_AMT')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 12:03:15 GMT</pubDate>
    <dc:creator>adityakesavkoll</dc:creator>
    <dc:date>2012-04-26T12:03:15Z</dc:date>
    <item>
      <title>append strings to create fieldname</title>
      <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368983#M493783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have columns like TOT_SLS_DLR, PUBLIC_SLS_DLR, PRIV_SLS_DLR,etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a list box which assigns the value 'TOT_' , 'PUBLIC_' and 'PRIV_' to a variable say v1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use something like sum($(v1)&amp;amp;'SLS_DLR') in my expression. How can we do this??&lt;/P&gt;&lt;P&gt;(assigning 'SLS_DLR' to another variable will not work in my case.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;-Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 06:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368983#M493783</guid>
      <dc:creator>adityakesavkoll</dc:creator>
      <dc:date>2012-04-26T06:52:10Z</dc:date>
    </item>
    <item>
      <title>append strings to create fieldname</title>
      <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368984#M493784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try like this sum($(v1)) &amp;amp; 'SLS_DLR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;P.Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 06:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368984#M493784</guid>
      <dc:creator />
      <dc:date>2012-04-26T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: append strings to create fieldname</title>
      <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368985#M493785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the attached App would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Narasimha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368985#M493785</guid>
      <dc:creator />
      <dc:date>2012-04-26T08:29:08Z</dc:date>
    </item>
    <item>
      <title>append strings to create fieldname</title>
      <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368986#M493786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368986#M493786</guid>
      <dc:creator>adityakesavkoll</dc:creator>
      <dc:date>2012-04-26T08:56:34Z</dc:date>
    </item>
    <item>
      <title>append strings to create fieldname</title>
      <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368987#M493787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narsimha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use the variablename or fieldname('=Type' in case of your qvw) in between two strings??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&amp;nbsp; &lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(=Type&amp;amp;'_SLS_AMT')&amp;nbsp; -&amp;gt;This is what we have used right now. &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;I need something like&amp;nbsp; -&amp;gt;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$('LCK_'&amp;amp;Type&amp;amp;'_SLS_AMT')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 12:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368987#M493787</guid>
      <dc:creator>adityakesavkoll</dc:creator>
      <dc:date>2012-04-26T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: append strings to create fieldname</title>
      <link>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368988#M493788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached QVW.&amp;nbsp; Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are missing an equl sign before left parenthesis, your expression should be -&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(='LCK_'&amp;amp;Type&amp;amp;'_SLS_AMT')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Narasimha K&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 12:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-strings-to-create-fieldname/m-p/368988#M493788</guid>
      <dc:creator />
      <dc:date>2012-04-26T12:21:21Z</dc:date>
    </item>
  </channel>
</rss>

