<?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: String replacement with variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103132#M18700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;NOM_PERIODE={$(&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;=&lt;/SPAN&gt;SELECTION)}&amp;gt;} VALEUR_METRIQUE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 20:10:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-13T20:10:34Z</dc:date>
    <item>
      <title>String replacement with variable</title>
      <link>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103131#M18699</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;How is it possible that I have some results with :&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;NOM_PERIODE={'20160412-0025-24 chauffe'}&amp;gt;}VALEUR_METRIQUE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I put the string &lt;SPAN style="font-size: 13.3333px;"&gt;'20160412-0025-24 chauffe' in a variable SELECTION I don't have any result with :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;NOM_PERIODE={$(SELECTION)}&amp;gt;}VALEUR_METRIQUE))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 19:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103131#M18699</guid>
      <dc:creator />
      <dc:date>2016-06-13T19:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: String replacement with variable</title>
      <link>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103132#M18700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;NOM_PERIODE={$(&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;=&lt;/SPAN&gt;SELECTION)}&amp;gt;} VALEUR_METRIQUE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103132#M18700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-13T20:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: String replacement with variable</title>
      <link>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103133#M18701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you specifying &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;20160412-0025-24 chauffe&lt;/STRONG&gt; (Without single quotes) or &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;20160412-0025-24 chauffe'&lt;/STRONG&gt; (with single quotes) as your variable definition?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is without, may be you need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;NOM_PERIODE={$(&lt;SPAN style="color: #ff0000;"&gt;=Chr(39) &amp;amp;&lt;/SPAN&gt; SELECTION&lt;SPAN style="color: #ff0000;"&gt; &amp;amp; Chr(39)&lt;/SPAN&gt;)}&amp;gt;} VALEUR_METRIQUE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103133#M18701</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-13T20:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: String replacement with variable</title>
      <link>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103134#M18702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Sum({&amp;lt;NOM_PERIODE={'$(SELECTION)'}&amp;gt;} VALEUR_METRIQUE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103134#M18702</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T20:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: String replacement with variable</title>
      <link>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103135#M18703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked with&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;PERIODE_NOM={'$(=vREFERENCE_NOM)'}&amp;gt;}METRIQUE_VALEUR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 14:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-replacement-with-variable/m-p/1103135#M18703</guid>
      <dc:creator />
      <dc:date>2016-06-21T14:20:30Z</dc:date>
    </item>
  </channel>
</rss>

