<?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 Display name by using key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454741#M489122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to display a name by a ID, so i can identify if have 2 same names but with 2 different keys (ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DWID_Medarbejder &amp;lt;&amp;gt; 1888, DWID_Medarbejder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows all my workers ID except 1888. How can i comebine a name on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i would get for an example &lt;/P&gt;&lt;P&gt;"Thomas Jensen 454"&lt;/P&gt;&lt;P&gt;"Michael Hansen 455"&lt;/P&gt;&lt;P&gt;"Thomas Jensen 456"&lt;/P&gt;&lt;P&gt;"Peter Pedersen 457"&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how do i do it in a bar chart? Is that just a calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 10:38:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-21T10:38:15Z</dc:date>
    <item>
      <title>Display name by using key</title>
      <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454741#M489122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to display a name by a ID, so i can identify if have 2 same names but with 2 different keys (ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DWID_Medarbejder &amp;lt;&amp;gt; 1888, DWID_Medarbejder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows all my workers ID except 1888. How can i comebine a name on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i would get for an example &lt;/P&gt;&lt;P&gt;"Thomas Jensen 454"&lt;/P&gt;&lt;P&gt;"Michael Hansen 455"&lt;/P&gt;&lt;P&gt;"Thomas Jensen 456"&lt;/P&gt;&lt;P&gt;"Peter Pedersen 457"&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how do i do it in a bar chart? Is that just a calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454741#M489122</guid>
      <dc:creator />
      <dc:date>2012-11-21T10:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display name by using key</title>
      <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454742#M489123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this maybe if the name is in field MedarbejderName:&lt;/P&gt;&lt;P&gt;=if(DWID_Medarbejder &amp;lt;&amp;gt; 1888, MedarbejderName &amp;amp; ' ' &amp;amp; DWID_Medarbejder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a (bar)chart you'd probably use this in a calculated dimension. It doesn't make much sense to use it as an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454742#M489123</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-21T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display name by using key</title>
      <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454743#M489124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how do i remove a certain name in my barchart..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see top 10 names in my bar chart, but one of the names is a Dummy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to show the Dummy because it mess up my barchart. Can i exclude that somehow???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause when i do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=if(DWID_Medarbejder &amp;lt;&amp;gt; 'Dummy', DWID_Medarbejder)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;it gives me - in the barcharat&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454743#M489124</guid>
      <dc:creator />
      <dc:date>2012-11-21T10:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display name by using key</title>
      <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454744#M489125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh yes ofc! Can you make help me with the solution on what i wrote underneath ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove an value in barchart? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454744#M489125</guid>
      <dc:creator />
      <dc:date>2012-11-21T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display name by using key</title>
      <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454745#M489127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write some like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=if(DWID_Medarbejder &amp;lt;&amp;gt; 1888 and &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;DWID_Medarbejder &amp;lt;&amp;gt; 'Dummy'&lt;/SPAN&gt;, Medarbejder_Name &amp;amp; ' ' &amp;amp; DWID_Medarbejder)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454745#M489127</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-21T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display name by using key</title>
      <link>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454746#M489129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually just did before you wrote! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Medarbejder.Navn &amp;lt;&amp;gt; 'Dummy', count(DISTINCT DWID_skaffetsagen))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both for the fast answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-name-by-using-key/m-p/454746#M489129</guid>
      <dc:creator />
      <dc:date>2012-11-21T10:49:10Z</dc:date>
    </item>
  </channel>
</rss>

