<?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: Need to highlight the substring in blue color as below example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1966269#M1220365</link>
    <description>&lt;P&gt;Your wanted sorting-order isn't quite clear for me unless you want to sort not only for columns else the values of multiple columns in combination in a way that they would exclude each other on a column-level.&lt;/P&gt;
&lt;P&gt;In such a case you need to combine the columns within the sorting. The easiest way is usually to make all the values numeric and then to sum them. This means all string-values get also a numeric value, for example like:&lt;/P&gt;
&lt;P&gt;pick(match(Result, 'Lost', 'Won', 'Tie', 'No Result'),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;dual('Lost', 9), dual('Won', 7') dual('Tie', 8)', dual('No Result', 0)) as Result&lt;/P&gt;
&lt;P&gt;and within a sorting expression from the chart you may apply:&lt;/P&gt;
&lt;P&gt;rangesum(Date * 10, num(Result))&lt;/P&gt;
&lt;P&gt;Like mentioned above I didn't understand your ordering and therefore the result from this example may not fit for it - but the logic&amp;nbsp; to sum/subtract the values with a more or less large multiplication/division to one column to ensure that the rangesum-results couldn't overlap will work. Such playing with logic and algorithm is usually in a tool like Excel easier and faster as within a BI tool or a data-base - Just try it.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 06:30:44 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-08-09T06:30:44Z</dc:date>
    <item>
      <title>Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963465#M1220240</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am having the input string as below i need the output&amp;nbsp; that particular last word must be in blue color as below output please help,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Input&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As sweet as Apple&lt;/P&gt;
&lt;P&gt;As sweet as Honey&lt;/P&gt;
&lt;P&gt;As sweet as Sugar&lt;/P&gt;
&lt;P&gt;As sweet as Mango&lt;/P&gt;
&lt;P&gt;As sweet as Water&lt;/P&gt;
&lt;P&gt;As sweet as Apple&lt;/P&gt;
&lt;P&gt;As sweet as Water&lt;/P&gt;
&lt;P&gt;As sweet as Grapes&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharu055_0-1659451215475.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85690iA5020DBBBD90FAB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sharu055_0-1659451215475.png" alt="sharu055_0-1659451215475.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 14:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963465#M1220240</guid>
      <dc:creator>sharu055</dc:creator>
      <dc:date>2022-08-02T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963508#M1220246</link>
      <description>&lt;P&gt;Within a single cell or a text-box or similar you could have only one formatting for everything. This means you need to distribute it to multiple cells - maybe two columns side by side or maybe another method to highlight a certain content, like: As sweet as APPLE.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963508#M1220246</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-02T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963538#M1220251</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;I need in a single column, As Sweet as APPLE. But APPLE must be in Blue color, as i need to use in straight table.&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963538#M1220251</guid>
      <dc:creator>sharu055</dc:creator>
      <dc:date>2022-08-02T15:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963546#M1220254</link>
      <description>&lt;P&gt;Like above mentioned it's not possible - at least not with a single column. Thinkable is the use of an extension - but I don't know an existing one and I doubt that it would be worth the needed efforts.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963546#M1220254</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-02T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963550#M1220255</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp; Could you please help me how to do it in side by side column as per your first reply&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963550#M1220255</guid>
      <dc:creator>sharu055</dc:creator>
      <dc:date>2022-08-02T16:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963771#M1220263</link>
      <description>&lt;P&gt;You could for example use something like:&lt;/P&gt;
&lt;P&gt;left(Field, index(Field, ' ', -1))&lt;/P&gt;
&lt;P&gt;for the first column and&lt;/P&gt;
&lt;P&gt;subfield(Field, ' ', -1)&lt;/P&gt;
&lt;P&gt;for the second one to split the field-values appropriate and the first column will be right aligned and the second left aligned - and sizing the widths of columns. And by a right click on the second column and calling the option of custom format you could adjust the color of the left border to your background-color or maybe making it transparent with argb(0,0,0,0). The blue string-color could you set per attribute-expression (the small + signs by the dimensions/expression and choosing adding by text-color = blue().&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 06:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1963771#M1220263</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-03T06:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1966121#M1220362</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp; Could you please help to below question.&lt;/P&gt;
&lt;P&gt;I have 3 columns in straight table. Team, Date, Result. Need the Sorting that Result column as primary sort that only only Won, Lost should appear as first and Tie, No&amp;nbsp; Result should come second and Date column should be as secondary sort&amp;nbsp; where&amp;nbsp; old dates should comes at first as ascending.&amp;nbsp; below are my input n needed output. please help&lt;/P&gt;
&lt;P&gt;Input:&lt;/P&gt;
&lt;TABLE width="247px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;Team&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;Date&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Result&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;IND&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;5/25/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Lost&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;CHI&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;5/15/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Tie&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;UK&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;4/22/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Lost&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;IND&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;4/31/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Won&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="47px"&gt;UK&lt;/TD&gt;
&lt;TD width="85.6875px" height="47px"&gt;5/3/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="47px"&gt;No Result&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;USA&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;4/30/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Tie&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;CHI&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;5/31/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Won&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="47px"&gt;USA&lt;/TD&gt;
&lt;TD width="85.6875px" height="47px"&gt;6/1/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="47px"&gt;No Result&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="87.6875px" height="25px"&gt;UK&lt;/TD&gt;
&lt;TD width="85.6875px" height="25px"&gt;6/30/2022&lt;/TD&gt;
&lt;TD width="72.625px" height="25px"&gt;Lost&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After Sort Output need as below :&lt;/P&gt;
&lt;TABLE border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl65"&gt;Team&lt;/TD&gt;
&lt;TD width="64" class="xl65"&gt;Date&lt;/TD&gt;
&lt;TD width="64" class="xl65"&gt;Result&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;UK&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;4/22/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Lost&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;IND&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;4/31/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Won&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;IND&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;5/25/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Lost&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;CHI&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;5/31/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Won&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;UK&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;6/30/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Lost&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;USA&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;4/30/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Tie&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;UK&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;5/3/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;No Result&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;CHI&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;5/15/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;Tie&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl66"&gt;USA&lt;/TD&gt;
&lt;TD width="64" class="xl67"&gt;6/1/2022&lt;/TD&gt;
&lt;TD width="64" class="xl66"&gt;No Result&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 18:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1966121#M1220362</guid>
      <dc:creator>sharu055</dc:creator>
      <dc:date>2022-08-08T18:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need to highlight the substring in blue color as below example</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1966269#M1220365</link>
      <description>&lt;P&gt;Your wanted sorting-order isn't quite clear for me unless you want to sort not only for columns else the values of multiple columns in combination in a way that they would exclude each other on a column-level.&lt;/P&gt;
&lt;P&gt;In such a case you need to combine the columns within the sorting. The easiest way is usually to make all the values numeric and then to sum them. This means all string-values get also a numeric value, for example like:&lt;/P&gt;
&lt;P&gt;pick(match(Result, 'Lost', 'Won', 'Tie', 'No Result'),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;dual('Lost', 9), dual('Won', 7') dual('Tie', 8)', dual('No Result', 0)) as Result&lt;/P&gt;
&lt;P&gt;and within a sorting expression from the chart you may apply:&lt;/P&gt;
&lt;P&gt;rangesum(Date * 10, num(Result))&lt;/P&gt;
&lt;P&gt;Like mentioned above I didn't understand your ordering and therefore the result from this example may not fit for it - but the logic&amp;nbsp; to sum/subtract the values with a more or less large multiplication/division to one column to ensure that the rangesum-results couldn't overlap will work. Such playing with logic and algorithm is usually in a tool like Excel easier and faster as within a BI tool or a data-base - Just try it.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 06:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-highlight-the-substring-in-blue-color-as-below-example/m-p/1966269#M1220365</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-09T06:30:44Z</dc:date>
    </item>
  </channel>
</rss>

