<?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: Singe Value in a text field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537880#M509152</link>
    <description>&lt;P&gt;Dear Anushree,&lt;BR /&gt;&lt;BR /&gt;for sure. I would like to have the KEYUSER_NAME which has the most counts&amp;nbsp;for the selected data.&lt;BR /&gt;As example: the COSTCENTER "ABC193" has got 9 Users. For 8 of them "Name07" is the KEYUSER, for 1 it is "Name03". The texbox should show me in this example"Name07".&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Florian&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 14:17:28 GMT</pubDate>
    <dc:creator>florianrathgebe</dc:creator>
    <dc:date>2019-01-31T14:17:28Z</dc:date>
    <item>
      <title>Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537622#M509146</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got a problem. Hope you can help me. I would like to have TextBox showing the value of the most counted KEYUSER_NAME. In this case "Keyuser A". If I only set "=&lt;STRONG&gt;KEYUSER_NAME&lt;/STRONG&gt;" the field is null, because there is one "Keyuser B" within.&lt;/P&gt;&lt;P&gt;CostCenter&amp;nbsp;&amp;nbsp;USERID&amp;nbsp;&amp;nbsp;Benutzername&amp;nbsp;KEYUSER_NAME&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000100&amp;nbsp;User A&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000101&amp;nbsp;User B&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000102&amp;nbsp;User C&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000103&amp;nbsp;User D&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000104&amp;nbsp;User E&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000105&amp;nbsp;User F&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000106&amp;nbsp;User G&amp;nbsp;&amp;nbsp;Keyuser A&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000107&amp;nbsp;User H&amp;nbsp;&amp;nbsp;Keyuser B&lt;BR /&gt;ABC1&amp;nbsp;&amp;nbsp;ID000108&amp;nbsp;User I&amp;nbsp;&amp;nbsp;Keyuser A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone has a solution for this?&lt;/P&gt;&lt;P&gt;If there are any questions, don't hesitate to contact me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537622#M509146</guid>
      <dc:creator>florianrathgebe</dc:creator>
      <dc:date>2024-11-16T21:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537638#M509147</link>
      <description>&lt;P&gt;Please check if the attachment helps&lt;/P&gt;&lt;P&gt;Code Used:&lt;/P&gt;&lt;P&gt;Total Count:&amp;nbsp;=count(Keyuser)&lt;/P&gt;&lt;P&gt;Count of KeyUser A: ==count({&amp;lt;Keyuser={'Keyuser A'}&amp;gt;}Keyuser)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 09:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537638#M509147</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-31T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537658#M509148</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;PRE&gt;= 'Most counted key user is : ' &amp;amp;&lt;BR /&gt;&lt;STRONG&gt;=Only({&amp;lt;KEYUSER_NAME={"=Rank(Count(KEYUSER_NAME))=1"}&amp;gt;}KEYUSER_NAME)&lt;/STRONG&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jan 2019 09:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537658#M509148</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-01-31T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537659#M509149</link>
      <description>maybe this:&lt;BR /&gt;=FirstSortedValue( KEYUSER_NAME, -Aggr( Count(KEYUSER_NAME), KEYUSER_NAME ) )&lt;BR /&gt;I hope it helps.</description>
      <pubDate>Thu, 31 Jan 2019 09:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537659#M509149</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-01-31T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537809#M509150</link>
      <description>&lt;P&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;thank you for the help, but unfortunately it does not work. I have created a Qlikview-file. With fictive data, but with the correct structure of the relevant fields of the tables.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Florian&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537809#M509150</guid>
      <dc:creator>florianrathgebe</dc:creator>
      <dc:date>2019-01-31T13:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537823#M509151</link>
      <description>&lt;P&gt;Could you tell us what is the desired output here?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537823#M509151</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-31T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537880#M509152</link>
      <description>&lt;P&gt;Dear Anushree,&lt;BR /&gt;&lt;BR /&gt;for sure. I would like to have the KEYUSER_NAME which has the most counts&amp;nbsp;for the selected data.&lt;BR /&gt;As example: the COSTCENTER "ABC193" has got 9 Users. For 8 of them "Name07" is the KEYUSER, for 1 it is "Name03". The texbox should show me in this example"Name07".&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Florian&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1537880#M509152</guid>
      <dc:creator>florianrathgebe</dc:creator>
      <dc:date>2019-01-31T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Singe Value in a text field</title>
      <link>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1538945#M509153</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have figured it out.&lt;BR /&gt;I had to modify the answer from Agigliotti a bit. Thank you for the hint in the right direction.&lt;/P&gt;&lt;P&gt;The Solution is:&lt;BR /&gt;=FirstSortedValue( KEYUSER_NAME, -Aggr( Count(KEY_KEYUSER), KEY_KEYUSER ) )&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Florian&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 08:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Singe-Value-in-a-text-field/m-p/1538945#M509153</guid>
      <dc:creator>florianrathgebe</dc:creator>
      <dc:date>2019-02-04T08:22:51Z</dc:date>
    </item>
  </channel>
</rss>

