<?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: Modify formula to work in text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817692#M1037394</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;I'm not entirely clear what you need to achieve, but in yout text object you can have any string which might be straight text and fields or variables. The ampersand&amp;nbsp; (&amp;amp;) joins the strings together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it might be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='This is a line of text which includes the value of the field called STRING_FIELD' &amp;amp; STRING_FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'field' could also be a variable.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 15:21:21 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2015-01-05T15:21:21Z</dc:date>
    <item>
      <title>Modify formula to work in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817690#M1037392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all, i have the following formula that I use in a table that has time as the dimension.&lt;/P&gt;&lt;P&gt;what I want to do is modify the formula in such a way that it counts the number of ones over the time period and put this into a text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SwitchOnOffVariables.Group.onOffState&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'RUNNING' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ArbitrationInput.Group.rQo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 250 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ArbitrationInput.Group.rQo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1,1) &amp;gt; 250 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ArbitrationInput.Group.rQo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,2,1) &amp;gt; 250, 1,'') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 15:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817690#M1037392</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2015-01-05T15:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modify formula to work in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817691#M1037393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SwitchOnOffVariables.Group.onOffState&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'RUNNING' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ArbitrationInput.Group.rQo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 250 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ArbitrationInput.Group.rQo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1,1) &amp;gt; 250 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ArbitrationInput.Group.rQo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,2,1) &amp;gt; 250, 1,'') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;,Time))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;let me know&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 15:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817691#M1037393</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-05T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modify formula to work in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817692#M1037394</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;I'm not entirely clear what you need to achieve, but in yout text object you can have any string which might be straight text and fields or variables. The ampersand&amp;nbsp; (&amp;amp;) joins the strings together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it might be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='This is a line of text which includes the value of the field called STRING_FIELD' &amp;amp; STRING_FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'field' could also be a variable.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 15:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817692#M1037394</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-01-05T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Modify formula to work in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817693#M1037395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats it thank you very much, a nice little learner there too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 15:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-formula-to-work-in-text-box/m-p/817693#M1037395</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2015-01-05T15:23:44Z</dc:date>
    </item>
  </channel>
</rss>

