<?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: value result as a label in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1673029#M729164</link>
    <description>&lt;P&gt;Thanks again for the help.&amp;nbsp; I have added to my dataset and I now would like to show the OEM based still on region but with the highest Utilization in that region.&amp;nbsp; In the first table each region had 1 OEM/line of data.&amp;nbsp; I now have multiple OEMs per region and I would like to select the one with the highest amount in the 'Utilization' Field.&amp;nbsp; I tried using the same concat function and added the max formula I used to get the value in the bar graph but it did not work.&amp;nbsp; Any ideas on this one?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 15:32:40 GMT</pubDate>
    <dc:creator>EGilbert</dc:creator>
    <dc:date>2020-02-06T15:32:40Z</dc:date>
    <item>
      <title>value result as a label</title>
      <link>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672668#M729160</link>
      <description>&lt;P&gt;I have a table with a number of fields and 2 of them are&lt;/P&gt;&lt;P&gt;Manufacturer &amp;amp; Region&lt;/P&gt;&lt;P&gt;I would like the label of the expression to be shown as the manufacturer based on a specific region.&lt;/P&gt;&lt;P&gt;I tried the below formula:&lt;/P&gt;&lt;P&gt;=if([Region]='NA',Manufacturer,)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where 'NA' is a data response in the Region Field.&amp;nbsp; There are no duplicates in the Region field either.&amp;nbsp; I also tried the same formula as a separate expression with no bar and text on Axis selected.&amp;nbsp; The resulting label and result is blank.&amp;nbsp; Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672668#M729160</guid>
      <dc:creator>EGilbert</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: value result as a label</title>
      <link>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672680#M729161</link>
      <description>&lt;P&gt;How about trying this:&lt;/P&gt;&lt;P&gt;=Concat( DISTINCT {&amp;lt;Region={NA}&amp;gt;} Manufacturer, ' / ')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 19:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672680#M729161</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-05T19:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: value result as a label</title>
      <link>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672686#M729162</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="book antiqua,palatino" color="#339966"&gt;&lt;SPAN&gt;&lt;EM&gt;Please click the &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;like&lt;/STRONG&gt;&lt;/FONT&gt; button or heck if the response was correct you could even mark it as a &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;correct solution&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;BR /&gt;Believe me - it will be greatly appriciated by the contributors ...&lt;BR /&gt;We &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;love likes&lt;/FONT&gt;&lt;/STRONG&gt; as much as anyone posting anything on social media&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 20:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672686#M729162</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-05T20:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: value result as a label</title>
      <link>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672690#M729163</link>
      <description>&lt;P&gt;Worked great.&amp;nbsp; Thanks for the suggestion&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 20:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1672690#M729163</guid>
      <dc:creator>EGilbert</dc:creator>
      <dc:date>2020-02-05T20:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: value result as a label</title>
      <link>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1673029#M729164</link>
      <description>&lt;P&gt;Thanks again for the help.&amp;nbsp; I have added to my dataset and I now would like to show the OEM based still on region but with the highest Utilization in that region.&amp;nbsp; In the first table each region had 1 OEM/line of data.&amp;nbsp; I now have multiple OEMs per region and I would like to select the one with the highest amount in the 'Utilization' Field.&amp;nbsp; I tried using the same concat function and added the max formula I used to get the value in the bar graph but it did not work.&amp;nbsp; Any ideas on this one?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 15:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/value-result-as-a-label/m-p/1673029#M729164</guid>
      <dc:creator>EGilbert</dc:creator>
      <dc:date>2020-02-06T15:32:40Z</dc:date>
    </item>
  </channel>
</rss>

