<?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 Linear gauge in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547818#M204640</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 have some problems with the display of the length of each linear gauge in a straight table with a drill-down dimension.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG.jpg" class="jive-image" height="121" src="https://community.qlik.com/legacyfs/online/50198_1.JPG.jpg" style="height: 121px; width: 259.50314465408803px;" width="260" /&gt;&lt;/P&gt;&lt;P&gt;This first picture above shows the result in the first stage of the drill-down. This looks nice, the row with the highest value is 100% filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG.jpg" class="jive-image" height="120" src="https://community.qlik.com/legacyfs/online/50199_2.JPG.jpg" style="width: 393px; height: 120.44658493870402px;" width="393" /&gt;&lt;/P&gt;&lt;P&gt;The next picture show the second stage of the drill-down. As you see now the row with the highest value is not 100% filled, instead its filled as the amount of the total amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code below is what I have implemented in the box for max in Gauge Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeMax(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Alt(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;max(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TOTAL Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;$(v_GSV_CPPeriod_vs_GSV_LYPeriod_Positive)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Salesorganisation Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;), 1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alt(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;min(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TOTAL Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;$(v_GSV_CPPeriod_vs_GSV_LYPeriod_Negative)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Salesorganisation Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;*-1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other columns in the drill-down is [Customer Group Name] and [Customer Name].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to fill the row with the highest value to 100% everytime, regardless of which stage of drill-down. How can I change the script to enable this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 12:59:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-09T12:59:07Z</dc:date>
    <item>
      <title>Linear gauge in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547818#M204640</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 have some problems with the display of the length of each linear gauge in a straight table with a drill-down dimension.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG.jpg" class="jive-image" height="121" src="https://community.qlik.com/legacyfs/online/50198_1.JPG.jpg" style="height: 121px; width: 259.50314465408803px;" width="260" /&gt;&lt;/P&gt;&lt;P&gt;This first picture above shows the result in the first stage of the drill-down. This looks nice, the row with the highest value is 100% filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG.jpg" class="jive-image" height="120" src="https://community.qlik.com/legacyfs/online/50199_2.JPG.jpg" style="width: 393px; height: 120.44658493870402px;" width="393" /&gt;&lt;/P&gt;&lt;P&gt;The next picture show the second stage of the drill-down. As you see now the row with the highest value is not 100% filled, instead its filled as the amount of the total amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code below is what I have implemented in the box for max in Gauge Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeMax(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Alt(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;max(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TOTAL Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;$(v_GSV_CPPeriod_vs_GSV_LYPeriod_Positive)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Salesorganisation Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;), 1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alt(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;min(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TOTAL Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;$(v_GSV_CPPeriod_vs_GSV_LYPeriod_Negative)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Salesorganisation Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;*-1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other columns in the drill-down is [Customer Group Name] and [Customer Name].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to fill the row with the highest value to 100% everytime, regardless of which stage of drill-down. How can I change the script to enable this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547818#M204640</guid>
      <dc:creator />
      <dc:date>2013-12-09T12:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linear gauge in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547819#M204641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, you need to edit the expression that you have used in the below space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample7.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50205_sample7.png" style="width: 620px; height: 273px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Aadil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547819#M204641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linear gauge in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547820#M204642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That does not work. I the initial express window I only implement the variable &lt;STRONG style="color: #3d3d3d; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;$(v_GSV_CPPeriod_vs_GSV_LYPeriod_Positive) &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;for the green line and&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;$(v_GSV_CPPeriod_vs_GSV_LYPeriod_Negative) &lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;for the red line.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547820#M204642</guid>
      <dc:creator />
      <dc:date>2013-12-09T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linear gauge in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547821#M204643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post a sample app.. it will be easier that way...&amp;nbsp; &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, 09 Dec 2013 14:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547821#M204643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Linear gauge in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547822#M204644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Attached is a sample app. I want regardless of the level off drill-down that the row with the highest value in either +/- will be 100% filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-gauge-in-straight-table/m-p/547822#M204644</guid>
      <dc:creator />
      <dc:date>2013-12-10T08:20:17Z</dc:date>
    </item>
  </channel>
</rss>

