<?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: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667104#M50286</link>
    <description>&lt;P&gt;Create bar chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Hire-Year-Month]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expressions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) Count(distinct EmpID) -&amp;gt;&amp;nbsp; No of employee hired&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) Count(distinct {&amp;lt;&amp;nbsp;[Terminate-Month-Year]=p({1}[Hire-Year-Month])}&amp;gt;}EmpID) -&amp;gt; No of employees Terminated&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jan 2020 19:35:26 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-01-19T19:35:26Z</dc:date>
    <item>
      <title>Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667022#M50269</link>
      <description>&lt;P&gt;We need to chart a count of how many employees were hired in any given year/Month side-by-side with a count of how many employees were terminated the same year/month. We have a [Hire-Year-Month] field and a [Termination-Year-Month] field.&lt;/P&gt;&lt;P&gt;Having a brain freeze on how to create a Bar Chart to present this information. Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667022#M50269</guid>
      <dc:creator>craigbence</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667025#M50271</link>
      <description>&lt;P&gt;Is there any Flag to identify that employee is terminated ?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 21:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667025#M50271</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-18T21:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667031#M50275</link>
      <description>&lt;P&gt;Just the Termination Date &amp;lt;&amp;gt; ' '&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 23:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667031#M50275</guid>
      <dc:creator>craigbence</dc:creator>
      <dc:date>2020-01-18T23:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667104#M50286</link>
      <description>&lt;P&gt;Create bar chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Hire-Year-Month]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expressions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) Count(distinct EmpID) -&amp;gt;&amp;nbsp; No of employee hired&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) Count(distinct {&amp;lt;&amp;nbsp;[Terminate-Month-Year]=p({1}[Hire-Year-Month])}&amp;gt;}EmpID) -&amp;gt; No of employees Terminated&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 19:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667104#M50286</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-19T19:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667517#M50346</link>
      <description>&lt;P&gt;We really appreciate your help on this. Our code we created is displayed below. The first measure/expression appears to work fine. However, the second measure/expression is generating the following error:&lt;/P&gt;&lt;P&gt;Error in expression&lt;/P&gt;&lt;P&gt;Error in set modifier expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First measure (syntax ok):&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count(distinct EmployeeKey)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second Measure :&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt; [Termination Date.ac.YearMonth]=p({1}[Hire Date.ac.YearMonth])}&amp;gt;}Employeekey)&lt;/P&gt;&lt;P&gt;Thoughts??&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 21:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667517#M50346</guid>
      <dc:creator>craigbence</dc:creator>
      <dc:date>2020-01-20T21:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667866#M50387</link>
      <description>&lt;P&gt;We are still unable to get this solution to work. Any additional help we can get from our last post on the syntax error would be greatly appreciated!!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667866#M50387</guid>
      <dc:creator>craigbence</dc:creator>
      <dc:date>2020-01-21T17:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667882#M50391</link>
      <description>&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Hire-Year-Month]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expressions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) Count(distinct EmployeeKey) -&amp;gt;&amp;nbsp; No of employee hired&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) Count(distinct {&amp;lt;&amp;nbsp;[Terminate-Month-Year]=p({1}[Hire-Year-Month])&amp;gt;}EmployeeKey) -&amp;gt; No of employees Terminated&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 19:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1667882#M50391</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-21T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Hire Date Year/Month against Termination Date Year/Month - Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1669660#M50565</link>
      <description>&lt;P&gt;This did work!!! Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt; [Termination Date.ac.MonthYear]=p({1}[Hire Date.ac.YearMonth])&amp;gt;}EmployeeKey)&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 15:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Hire-Date-Year-Month-against-Termination-Date-Year/m-p/1669660#M50565</guid>
      <dc:creator>craigbence</dc:creator>
      <dc:date>2020-01-27T15:04:29Z</dc:date>
    </item>
  </channel>
</rss>

