<?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: Display a dimension based on another field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266950#M25980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A&amp;nbsp; suggestion to avoid merging your employees together is define them as a dual().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUAL(Name, SSN) as Person&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Dec 2016 14:07:46 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2016-12-03T14:07:46Z</dc:date>
    <item>
      <title>Display a dimension based on another field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266945#M25975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a Qlik newbie, currently working on a payroll data which contains fields such as Full Name, Employee ID, SSN. &lt;/P&gt;&lt;P&gt;For one histogram chart, I want to show each employee's regular hours vs his/her overtime, but "one employee" looks suspicious and then I realized there're two employees with exact same name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to display the dimension "full name" based on their SSN number (which is more like the true dimension)? Or in other words, let Qlik add the numbers only when the SSN is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your insights!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 20:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266945#M25975</guid>
      <dc:creator />
      <dc:date>2016-12-01T20:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display a dimension based on another field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266946#M25976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain little bit more what are you trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 23:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266946#M25976</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-12-01T23:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display a dimension based on another field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266947#M25977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple example will be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Salary&lt;/P&gt;&lt;P&gt;001111&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emily Kale&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 545429234&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $54,000&lt;/P&gt;&lt;P&gt;001112&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John Martin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 212755484&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;$82,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;001113&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Samuel Lee&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 854212521&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;$74,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;001114&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John Martin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 851214444&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;$39,000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a histogram to show each employee's salary, so I choose "Name" as dimension, and "Salary" as mesure, then the chart I get is 3 names, John Martin's salary become $121,000 ($82,000+$39,000). Is there a way that I can still see four employees with their respective salary ?&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;I prefer not to change the dimension "Name" because I need it to be displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 15:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266947#M25977</guid>
      <dc:creator />
      <dc:date>2016-12-02T15:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display a dimension based on another field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266948#M25978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How then will you know which John is which?&lt;/P&gt;&lt;P&gt;or maybe you will, but somebody looking at the graph will be confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add a prefix or suffix like:&lt;/P&gt;&lt;P&gt;EmployeeID &amp;amp;Name as Name&lt;/P&gt;&lt;P&gt;RecNo()&amp;amp;Name as Name&lt;/P&gt;&lt;P&gt;in the load script but that will assign EmployeeID or&amp;nbsp; record number to each name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do they have a second name?&lt;/P&gt;&lt;P&gt;Maybe adding additional information at the source of your data will help?&lt;/P&gt;&lt;P&gt;Otherwise, I do not see a way to convict QV that John Martin&amp;lt;&amp;gt;John Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2016 05:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266948#M25978</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-12-03T05:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display a dimension based on another field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266949#M25979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As explained by Robert, it will be confusing for any user or even we as a developer to differentiate between two occurrence of John Martin in chart even if it is shown in two separate rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is mandatory to provide additional info about the Name field that will differentiate John Martin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, it will be Emp ID which can differentiate the two John Martin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather going on for finding solution for this, instead you should make understand your Functional or User abt this consequence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2016 06:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266949#M25979</guid>
      <dc:creator>ganeshsvm</dc:creator>
      <dc:date>2016-12-03T06:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display a dimension based on another field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266950#M25980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A&amp;nbsp; suggestion to avoid merging your employees together is define them as a dual().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUAL(Name, SSN) as Person&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2016 14:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-a-dimension-based-on-another-field/m-p/1266950#M25980</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2016-12-03T14:07:46Z</dc:date>
    </item>
  </channel>
</rss>

