<?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: Variable to suffix with a concat function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286978#M1196410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked! Question now is why? What does $ do?&lt;/P&gt;&lt;P&gt;My isp have not refreshed dns so this is a reply through iphone mail.&lt;/P&gt;&lt;P&gt;I will mark it solved tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//thomas&lt;/P&gt;&lt;P&gt;Skickat från min iPhone 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 maj 2011 kl. 19:07 skrev "Erich Shiino" &amp;lt;qliktech@sgaur.hosted.jivesoftware.com&amp;lt;mailto:qliktech@sgaur.hosted.jivesoftware.com&amp;gt;&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity&amp;lt;http://community.qlik.com/index.jspa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Variable to suffix with a concat function&lt;/P&gt;&lt;P&gt;created by Erich Shiino&amp;lt;http://community.qlik.com/people/erich.shiino&amp;gt; in New to QlikView - View the full discussion&amp;lt;http://community.qlik.com/message/115027#115027&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 18:40:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-10T18:40:17Z</dc:date>
    <item>
      <title>Variable to suffix with a concat function</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286974#M1196406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Continuing the toggle questions.&lt;BR /&gt;I have data in Celsius. Managed, with help, to create a variable and a button that toggle between Celsius and Fahrenheit.&lt;BR /&gt;Just for fun I wanted to add Kelvin as well-&lt;BR /&gt;It was proposed to me that I in my loading script create a column for each suffix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm loading:&lt;BR /&gt;Medeltemp as medeltemp_c,&lt;BR /&gt;1.8*Medeltemp+32 as medeltemp_f,&lt;BR /&gt;Medeltemp+273 as medeltemp_k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I should be able to refer to the columns with a concat function:&lt;BR /&gt;=concat('medeltemp'&amp;amp;vTemp), works like a charm.&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;=max(concat('medeltemp'&amp;amp;vTemp))&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;don't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;BR /&gt;thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 12:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286974#M1196406</guid>
      <dc:creator />
      <dc:date>2011-05-10T12:07:04Z</dc:date>
    </item>
    <item>
      <title>Variable to suffix with a concat function</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286975#M1196407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the definition of vTemp? &lt;/P&gt;&lt;P&gt;Why do you need concat in your example? &lt;/P&gt;&lt;P&gt;Your problem with max maybe that inside is not a number (it's probably) a string. &lt;/P&gt;&lt;P&gt;You can try: &lt;SPAN style="color: #ff0000;"&gt;=maxstring(concat('medeltemp'&amp;amp;vTemp))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;or &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;=maxstring( 'medeltemp'&amp;amp;vTemp)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;or =max( &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;medeltemp) &amp;amp; vTemp&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 13:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286975#M1196407</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-10T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Variable to suffix with a concat function</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286976#M1196408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi! &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;medeltemp_c&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; gives 22.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;medeltemp_f should then give 71.96 and medeltemp_k 295.2 All these values are in one table. The variable holds only _c (for Celsius), _f or _k. Toggeled by a button that actualy changes the variable with an if-statement. The idea is to use medeltemp + variable to show the selected value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 14:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286976#M1196408</guid>
      <dc:creator />
      <dc:date>2011-05-10T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Variable to suffix with a concat function</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286977#M1196409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, &lt;/P&gt;&lt;P&gt;Thy this then: &lt;/P&gt;&lt;P&gt;=max($(='&lt;SPAN style="color: #ff0000;"&gt;medeltemp&lt;/SPAN&gt;' &amp;amp; vTemp))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 17:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286977#M1196409</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-10T17:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Variable to suffix with a concat function</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286978#M1196410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked! Question now is why? What does $ do?&lt;/P&gt;&lt;P&gt;My isp have not refreshed dns so this is a reply through iphone mail.&lt;/P&gt;&lt;P&gt;I will mark it solved tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//thomas&lt;/P&gt;&lt;P&gt;Skickat från min iPhone 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 maj 2011 kl. 19:07 skrev "Erich Shiino" &amp;lt;qliktech@sgaur.hosted.jivesoftware.com&amp;lt;mailto:qliktech@sgaur.hosted.jivesoftware.com&amp;gt;&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity&amp;lt;http://community.qlik.com/index.jspa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Variable to suffix with a concat function&lt;/P&gt;&lt;P&gt;created by Erich Shiino&amp;lt;http://community.qlik.com/people/erich.shiino&amp;gt; in New to QlikView - View the full discussion&amp;lt;http://community.qlik.com/message/115027#115027&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 18:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-to-suffix-with-a-concat-function/m-p/286978#M1196410</guid>
      <dc:creator />
      <dc:date>2011-05-10T18:40:17Z</dc:date>
    </item>
  </channel>
</rss>

