<?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: Dynamically changing Text Object based on max values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279070#M859005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the maximum values i want the text object to be changed (i.e) their position &lt;STRONG&gt;e.g&lt;/STRONG&gt; now Dotnet is first but if anyother technologies count is more than Dotnet i want that technology in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 12:51:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-19T12:51:45Z</dc:date>
    <item>
      <title>Dynamically changing Text Object based on max values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279068#M859003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the image attached below,&lt;/P&gt;&lt;P&gt;Inside the &lt;STRONG&gt;Top Trending technologies&lt;/STRONG&gt; I have 4 text objects for Dotnet,Qlikview,Sharepoint,Dynamics CRM .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For &lt;STRONG&gt;e.g&lt;/STRONG&gt;. in the &lt;STRONG&gt;Dotnet&lt;/STRONG&gt; text object, I have 2 text objects seperate for &lt;STRONG&gt;Image&lt;/STRONG&gt; and for Count of Dotnet technolgy and the expression used is &lt;STRONG style="font-size: 10pt;"&gt;Count({&amp;lt;[Technology]={'Dotnet'}&amp;gt;}EmployeeID). &lt;/STRONG&gt; I want the text objects to be changed &lt;STRONG&gt;dynamically&lt;/STRONG&gt; based on the maximum count of technologies. Is it possible in text object and suggest me!&lt;/P&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/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279068#M859003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically changing Text Object based on max values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279069#M859004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want the text box to change to what exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 12:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279069#M859004</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-19T12:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically changing Text Object based on max values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279070#M859005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the maximum values i want the text object to be changed (i.e) their position &lt;STRONG&gt;e.g&lt;/STRONG&gt; now Dotnet is first but if anyother technologies count is more than Dotnet i want that technology in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 12:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279070#M859005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically changing Text Object based on max values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279071#M859006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something like this. If you get the specific counter for each technology defined, Then you could use something like the below on a text box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&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;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DNCtr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MSCtr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Change the textbox representation to image .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 13:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-changing-Text-Object-based-on-max-values/m-p/1279071#M859006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T13:32:21Z</dc:date>
    </item>
  </channel>
</rss>

