<?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: Modeling role-playing dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654947#M48945</link>
    <description>&lt;P&gt;Based on Manager ID you can again link your employee table with different field name to get the fact related information of manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 11:01:28 GMT</pubDate>
    <dc:creator>miskinmaz</dc:creator>
    <dc:date>2019-12-06T11:01:28Z</dc:date>
    <item>
      <title>Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654539#M48914</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I'm in need of some light regarding a what I believe is a role-playing dimension scenario.&lt;BR /&gt;Imagine I have something like a &lt;STRONG&gt;Employee-Manager&lt;/STRONG&gt; relationship, in which a Manager is an employee as well.&lt;/P&gt;&lt;P&gt;In my visualizations, I need to see certain fact for my Employees, and at the same time I need to see the &lt;STRONG&gt;same fact&lt;/STRONG&gt; for the respective Managers.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How do I accomplish this? Knowing that I only have an &lt;STRONG&gt;Employee dimension&lt;/STRONG&gt;, and the relationship between Employee-Manager is in a &lt;STRONG&gt;Relationship&lt;/STRONG&gt; dimension (because I can have multiple relationship types between a Employee and his Manager), in which I've created an hierarchy. So, when I select the employee (the child), I can see who is his manager (father).&lt;/P&gt;&lt;P&gt;My Employee dimension and Relationship dimension are linked by the &lt;STRONG&gt;%EmployeeKey&lt;/STRONG&gt;, and &lt;STRONG&gt;my fact table is linked to the Employee dimension&lt;/STRONG&gt; by the %EmployeeKey as well.&lt;/P&gt;&lt;P&gt;In essence: how do I access the Manager's facts in my visualizations?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!,&lt;BR /&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654539#M48914</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2024-11-16T19:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654561#M48916</link>
      <description>&lt;P&gt;You can follow this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Hierarchy-function-easy-and-Efficient-with-example/tac-p/1485768" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Hierarchy-function-easy-and-Efficient-with-example/tac-p/1485768&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654561#M48916</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-12-05T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654579#M48918</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/634"&gt;@miskinmaz&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have already created the hierarchy between Employee/Manager, but I believe that doesn't solve all my problems.&lt;/P&gt;&lt;P&gt;I want to be able to, for example, in accessing a particular event date in an expression, refer to the Employee event date, as well as the Manager event date. Like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAX({&amp;lt;...&amp;gt;} Particular_Event_Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Both Employee and Manager will have different dates, and I want to compare them.&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654579#M48918</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-05T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654584#M48920</link>
      <description>&lt;P&gt;Forgot to clarify: right now, when I calculate the MAX(... Event_Date) in my chart expression, I'm accessing the &lt;STRONG&gt;Employee&lt;/STRONG&gt; event date, as that is the one linked to my fact table. I need to access the &lt;STRONG&gt;Manager&lt;/STRONG&gt; event date as well.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654584#M48920</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-05T13:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654684#M48926</link>
      <description>&lt;P&gt;Anyone? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 16:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654684#M48926</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-05T16:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654947#M48945</link>
      <description>&lt;P&gt;Based on Manager ID you can again link your employee table with different field name to get the fact related information of manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 11:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654947#M48945</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-12-06T11:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654970#M48946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/634"&gt;@miskinmaz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You mean this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LEFT JOIN (Employee)
LOAD EmployeeID,
ManagerID
RESIDENT HierarchyTable;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or do you mean&lt;/STRONG&gt; creating another Employee dimension with the Manager ID instead of Employee ID?&lt;/P&gt;&lt;P&gt;But then how do I link it to my fact table? How do I differentiate between Employee and Manager when creating my expressions?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 11:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654970#M48946</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-06T11:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654995#M48948</link>
      <description>&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EMP ID&lt;/P&gt;&lt;P&gt;Manager id,&lt;/P&gt;&lt;P&gt;From your hierarchy table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;EMP ID as Manager id,&lt;/P&gt;&lt;P&gt;EMP Name as ManagerName,&lt;/P&gt;&lt;P&gt;EMP Desgn as ManagerDesgn&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from emp_table.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 12:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1654995#M48948</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-12-06T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655047#M48949</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/634"&gt;@miskinmaz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Still not getting how exactly will I distinguish between Employee facts and Manager facts in my front-end expressions &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How are you linking those 2 tables to the fact table?&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 14:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655047#M48949</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-06T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655088#M48952</link>
      <description>&lt;P&gt;I would model it like this, for this specific isolated case - not sure how well it would gel with the rest of the data model and all the other things that need to be shown.&lt;/P&gt;&lt;P&gt;First I'd create a new table for the chart dimension:&lt;/P&gt;&lt;P&gt;EmpNewDim:&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Employee as Employee_new_dim,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 'EMP' as FactLinkageType,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;%EmployeeKey&lt;BR /&gt;Resident Employee;&lt;/P&gt;&lt;P&gt;Then, add links to manager facts for each employee:&lt;/P&gt;&lt;P&gt;Concatenate (EmpNewDim)&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Employee as Employee_new_dim,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 'MGR' as FactLinkageType,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; %MgrKey as %EmployeeKey&lt;BR /&gt;Resident Relationship;&lt;/P&gt;&lt;P&gt;I don't know if you have the necessary fields in the Relationship table, but you should be able to add them easily. The idea here is to take the hierarchy and connect it to the data in reverse. Typically hierarchies work so that manager connects to the facts through their employees; what we want is for every employee to connect to the data through themselves, and additionally through their managers. We are adding the FactLinkageType field to be able to distinguish the two types of linkage from each other.&lt;/P&gt;&lt;P&gt;In the chart you use Employee_new_dim as dimension (which of course has all the same values as original Employee dimension) and the formulas&lt;BR /&gt;MAX({&amp;lt;FactLinkageType={'EMP'}&amp;gt;} Particular_Event_Date)&lt;BR /&gt;MAX({&amp;lt;FactLinkageType={'MGR'}&amp;gt;} Particular_Event_Date)&lt;BR /&gt;to get the employee event and manager event shown by employee.&lt;/P&gt;&lt;P&gt;Everything should work just fine as long as users won't be making selections in Employee_new_dim expecting it to be just the same as regular Employee dimension &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I assumed you just want to have this for a single hierarchy level (so only for the employee - direct manager relationship)&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 16:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655088#M48952</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2019-12-06T16:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655111#M48954</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28006"&gt;@kuba_michalik&lt;/a&gt;&amp;nbsp;! I will give your solution a try when I have the proper time, but let me post here my data model to clarify the situation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataModel.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25096iC03BCA9192FE7352/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataModel.PNG" alt="dataModel.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My &lt;STRONG&gt;EmployeeRelationships&lt;/STRONG&gt; table is where I have my hierarchy created, so I have all my &lt;STRONG&gt;IDs&lt;/STRONG&gt; there.&lt;/P&gt;&lt;P&gt;If I understand your solution correctly, you are not distinguishing the different fact types in the fact table, but in the very Employee dimension? Is that correct?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655111#M48954</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-06T17:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655116#M48956</link>
      <description>&lt;P&gt;Exactly that - those are the same facts after all, only in a different context (by employee or by employee manager). The EMP/MGR field is added so it's possible to switch between those contexts by using set analysis.&lt;/P&gt;&lt;P&gt;I think creating this context in a separate dimension table is better, because then you can still use the normal employee dimension, where employee is just the employee and you don't need to worry about setting the context in every formula.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655116#M48956</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2019-12-06T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655261#M48966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28006"&gt;@kuba_michalik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;So, I did try out your solution and the &lt;SPAN&gt;FactLinkageType={'MGR'} doesn't work when I'm seeying by employee.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The expected behaviour is: when I select an Employee, I want to see his fact in a KPI, as well as his Manager fact in a KPI expression. The same goes for the table. In a table I want to see:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Employee | Manager | Employee Date | Manager Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The FactLinkageType={'MGR'} works fine in a aggregated level, but when I select a employee it gives me null (-).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you know why that happens?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 23:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655261#M48966</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-08T23:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655561#M49018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8249"&gt;@valpassos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yeah, I guess I do - you are making selections in the original Employee dimension (which only links employees to their own facts - so after you make selections there, the manager data becomes excluded and that's why it does not show anything).&lt;/P&gt;&lt;P&gt;I can think of three ways to resolve that, but all have cons:&lt;/P&gt;&lt;P&gt;- don't create the links to manager facts in a separate dimension table, but instead concatenate it to the main Employee dimension. Con: you need to set up set analysis everywhere, or formulas would mix data for employee and their manager together&lt;/P&gt;&lt;P&gt;- clear the selection for Employee in the formula, and "copy" it to the new Employee dimension (the one with the link types). Syntax for such a set would be something like {&amp;lt;FactLinkageType={'MGR'}, Employee=, Employee_new_dim=$::Employee&amp;gt;}. Con: formulas become a little confusing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- change your approach completely. Instead of creating links, just take manager facts and re-join them to the fact table (so you would have 2 columns: EventDate and ManagerEventDate), then build your expressions on the appropriate columns. Con: it is data duplication, and it is less flexible if you would have to account for multiple relationship types or multiple hierarchy levels at some point&lt;/P&gt;&lt;P&gt;Depending on your preferences, I think the second or third option would be best.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 16:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1655561#M49018</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2019-12-09T16:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modeling role-playing dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1658404#M49310</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28006"&gt;@kuba_michalik&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;That is so precious help. I haven't had the time to deeply explore each and one of your solutions, but at first sight this is what comes to my mind regarding them:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Concatenating my Manager facts to the main Employee dimension&lt;/STRONG&gt;. That actually makes sense to me, as they share the exact same attributes (the relationship in this case is nothing more than a hierarchy in a recursive way - a manager is an employee himself). But isn't this in concept the same thing as creating the facts in a separate dimension table? Because it would require set analysis as well, with the FactLinkageType to distinguish Employee from Manager. Right?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Copying it the Employee selection in the new Employee dimension&lt;/STRONG&gt;. I like this one, the syntax doesn't scare me as long as I know what I'm doing. I'll give it a try.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Taking manager facts and re-joining them to the fact table&lt;/STRONG&gt;. That was actually the first approach when I first faced the challenge. I would&amp;nbsp; only replicate my fact table, renaming every column with Manager_ prefix, and adding a FactType flag "ManagerFact". I don't know why I haven't go down the road with that solution - I quit at some moment in time. Will explore that.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am now faced with a more existential crisis regarding my employee-manager relationship: I want to know &lt;STRONG&gt;how many managers don't have employees&lt;/STRONG&gt;. To put it in another way: managers that are only managers, not having employees under their remmit.&lt;/P&gt;&lt;P&gt;I have my Relationship table that gives me every possible Relationship type between a Manager and Employee, like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Employee Name | Manager Name | Relationship Type&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;Anna | Anthony | Supervisor&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Britanny | Anthony | Team Leader&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Chris | Jessica | Supervisor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;…&lt;/P&gt;&lt;P&gt;This table implies that every Manager is only a Manager because it exists as a Manager role (Supervisor, Team Leader,…) in relation to its Employee, but it's actually possible to be a Manager without having any Employee under his remmit. Do you have any idea how would I count for that?&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 10:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modeling-role-playing-dimension/m-p/1658404#M49310</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-12-17T10:17:34Z</dc:date>
    </item>
  </channel>
</rss>

