<?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: Formatting Text on a Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608239#M1105506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a big fan of using colours on text boxes to convey information, so often use solutions like that one.&amp;nbsp; I've a number of tips an tricks explained in this example document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4289"&gt;QlikView App: At The Qlik Of A Button&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 15:42:43 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2014-03-21T15:42:43Z</dc:date>
    <item>
      <title>Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608231#M1105494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like the text on the buttons atached to turn red when active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The toggle facility is loaded into each button and the user can add stops by clicking on each button in turn. I can only get one button at a time to show as red text but what I want is for the text on each button to remain red until the selection is cleared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608231#M1105494</guid>
      <dc:creator />
      <dc:date>2014-03-21T15:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608232#M1105496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want the expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(maxstring({&amp;lt;Stop*={'MKT'}&amp;gt;}Stop)='MKT',LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(maxstring({&amp;lt;Stop*={'PIC'}&amp;gt;}Stop)='PIC',LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the * symbol in the Set Analysis - this takes into account your actual selections in that field and overlays the value in the set.&amp;nbsp; This should then give you the highlighting you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608232#M1105496</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-21T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608233#M1105497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try =If(GetSelectedCount(Stop) AND SubStringCount(concat(distinct '^'&amp;amp; Stop &amp;amp; '^'),'^MKT^'),LightRed())&lt;/P&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608233#M1105497</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-21T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608234#M1105501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608234#M1105501</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-21T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608235#M1105502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Stop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*PIC*',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;lightred&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;for PIC button font color and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Stop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*MKT*',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;lightred&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&amp;nbsp; for MKT button font color&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608235#M1105502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608236#M1105503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608236#M1105503</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-21T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608237#M1105504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, that's an elegant solution. Thank you for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608237#M1105504</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-21T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608238#M1105505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Nice solution... &lt;/P&gt;&lt;P&gt;is there any specific reason you have added...&lt;/P&gt;&lt;P&gt;'^'&amp;amp; Stop &amp;amp; '^'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608238#M1105505</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-21T15:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608239#M1105506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a big fan of using colours on text boxes to convey information, so often use solutions like that one.&amp;nbsp; I've a number of tips an tricks explained in this example document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4289"&gt;QlikView App: At The Qlik Of A Button&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608239#M1105506</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-21T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Text on a Button</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608240#M1105507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make sure only the right Stop value (the exact match) will be matched by the substringcount function. But Steve's solution is much nicer. It a lot simpler and shorter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-Text-on-a-Button/m-p/608240#M1105507</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-21T15:45:18Z</dc:date>
    </item>
  </channel>
</rss>

