<?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: Coloring/Concatenating different Calculation in single column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227632#M866583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way without changes to the script is a simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(seviority='High',1,0)) &amp;amp;'\'&amp;amp;sum(if(seviority='Med',1,0)) &amp;amp;'\'&amp;amp;(if(seviority='Low',1,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2016 10:36:57 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2016-12-08T10:36:57Z</dc:date>
    <item>
      <title>Coloring/Concatenating different Calculation in single column</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227628#M866576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to calculate come counts of seviority and trying to display in same column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance&amp;nbsp; have to count seviority by Column1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;C1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG&gt;Count of Seviority&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;High&lt;/SPAN&gt;&lt;STRONG&gt;/&lt;SPAN style="color: #ffff00;"&gt;Med&lt;/SPAN&gt;/&lt;SPAN style="color: #00ff00;"&gt;Low&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;/&lt;SPAN style="color: #ff9900;"&gt;1&lt;/SPAN&gt;/&lt;SPAN style="color: #00ff00;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;2&lt;/SPAN&gt;/&lt;SPAN style="color: #ff9900;"&gt;1&lt;/SPAN&gt;/&lt;SPAN style="color: #00ff00;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;0&lt;/SPAN&gt;/&lt;SPAN style="color: #ff9900;"&gt;0&lt;/SPAN&gt;/&lt;SPAN style="color: #00ff00;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;3&lt;/SPAN&gt;/&lt;SPAN style="color: #ff9900;"&gt;0&lt;/SPAN&gt;/&lt;SPAN style="color: #00ff00;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;And display like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;C1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;seviority&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;High&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Med&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;High&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;High&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Low&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Med&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Low&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Low&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;High&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;High&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;High&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227628#M866576</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring/Concatenating different Calculation in single column</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227629#M866578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK the only way to do this would be to have three different expressions and colour them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 10:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227629#M866578</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-12-08T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring/Concatenating different Calculation in single column</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227630#M866579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think coloring can work, but concatenation should be simple I think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD C1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;seviority, Match(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;seviority, 'High', 'Med', 'Low')) as &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;seviority&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then on the front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat(Aggr(Count(seviority), c1, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;seviority), '/', -&lt;SPAN style="font-size: 13.3333px;"&gt;seviority&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 10:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227630#M866579</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring/Concatenating different Calculation in single column</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227631#M866581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this is possible if you need colour coding, but you'll have to decide between having it all in one cell or having colours I am afraid!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146014_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 10:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227631#M866581</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-12-08T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring/Concatenating different Calculation in single column</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227632#M866583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way without changes to the script is a simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(seviority='High',1,0)) &amp;amp;'\'&amp;amp;sum(if(seviority='Med',1,0)) &amp;amp;'\'&amp;amp;(if(seviority='Low',1,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 10:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227632#M866583</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-12-08T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring/Concatenating different Calculation in single column</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227633#M866585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tweeked a bit to avoid color coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(seviority='High',1,0)) &amp;amp;'(H)\'&amp;amp;sum(if(seviority='Med',1,0)) &amp;amp;'(M)\'&amp;amp;sum(if(seviority='Low',1,0)) &amp;amp;'(L)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 12:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-Concatenating-different-Calculation-in-single-column/m-p/1227633#M866585</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2016-12-08T12:38:46Z</dc:date>
    </item>
  </channel>
</rss>

