<?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 Issues obtaining a percentage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400112#M808101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;SPAN class="jive-blog-post-subject-stats"&gt;&lt;A href="https://community.qlik.com/people/hic" target="_blank"&gt;hic&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I am new to Qlikview and need Some help, hopefully is an easy question, I need to obtain a monthly percentage of a data, in order to obtain the percentage in excel I would do number of employee resignation / number of current employees and that operation in Excel would give me the result, now in Qlikview I have One table for employee resignation and one table for Current Employees, both tables have in common the field month (This would be my dimension), so when I create the following expression (count({$&amp;lt;[TO_Employee/CW_Type]={"Regular"},TO_RATE_1_or_2={"Yes"},[TO_Voluntary/Involuntary_Terminations]={"Voluntary"}&amp;gt;}TO_Employee_ID)/&lt;/P&gt;&lt;P&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}HC_Employee_ID)), I cannot obtain the correct results due I need to choose a Dimension Either The resignation (Month) Dimension or Current Employee Month Dimension, If I choose the first dimension (Resignation table) the expression that counts the data from Current employee is counted as total year data and not monthly, What Can I do for this expression to count only monthly data without the need of adding the current employee month dimension? Is it possible to create a conditional dimension to include both dimension? Can Someone give me some guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jgarciaf106</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Issues obtaining a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400112#M808101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;SPAN class="jive-blog-post-subject-stats"&gt;&lt;A href="https://community.qlik.com/people/hic" target="_blank"&gt;hic&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I am new to Qlikview and need Some help, hopefully is an easy question, I need to obtain a monthly percentage of a data, in order to obtain the percentage in excel I would do number of employee resignation / number of current employees and that operation in Excel would give me the result, now in Qlikview I have One table for employee resignation and one table for Current Employees, both tables have in common the field month (This would be my dimension), so when I create the following expression (count({$&amp;lt;[TO_Employee/CW_Type]={"Regular"},TO_RATE_1_or_2={"Yes"},[TO_Voluntary/Involuntary_Terminations]={"Voluntary"}&amp;gt;}TO_Employee_ID)/&lt;/P&gt;&lt;P&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}HC_Employee_ID)), I cannot obtain the correct results due I need to choose a Dimension Either The resignation (Month) Dimension or Current Employee Month Dimension, If I choose the first dimension (Resignation table) the expression that counts the data from Current employee is counted as total year data and not monthly, What Can I do for this expression to count only monthly data without the need of adding the current employee month dimension? Is it possible to create a conditional dimension to include both dimension? Can Someone give me some guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400112#M808101</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issues obtaining a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400113#M808102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting accurate while using below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;(count({$&amp;lt;[TO_Employee/CW_Type]={"Regular"},TO_RATE_1_or_2={"Yes"},[TO_Voluntary/Involuntary_Terminations]={"Voluntary"}&amp;gt;}TO_Employee_ID)/&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG&gt; TOTAL&lt;/STRONG&gt; HC_Employee_ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 02:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400113#M808102</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T02:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issues obtaining a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400114#M808103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually no,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me give some details say for example I use the second part of the expression&lt;/P&gt;&lt;P&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG&gt; TOTAL&lt;/STRONG&gt; HC_Employee_ID))&lt;/P&gt;&lt;P&gt;With the dimension from Current employee table, it gives me the monthly results I am looking for, but when I use the entire expression I need to either use the Dimension from the resignations table or the dimension from the current employee table;&lt;/P&gt;&lt;P&gt;if I use the complete expression with the dimension from&amp;nbsp; the resignation table the second expression uses the entire year results for each of the months instead of the different monthly results I expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure but the issue could be with the dimensions, so I do not know if both dimension could be use to give proper results, if there is a way of a conditional dimension like to user x dimension for the first expression and y dimension for the second expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 02:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400114#M808103</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2017-10-20T02:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues obtaining a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400115#M808104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind, Can you share the values of below 2 expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #666666;"&gt;1) count({$&amp;lt;[TO_Employee/CW_Type]={"Regular"},TO_RATE_1_or_2={"Yes"},[TO_Voluntary/Involuntary_Terminations]={"Voluntary"}&amp;gt;}TO_Employee_ID)&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #666666;"&gt;2)count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; TOTAL&lt;/STRONG&gt; HC_Employee_ID)&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #666666;"&gt;So, And what are you getting then what you are expecting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 02:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400115#M808104</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T02:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issues obtaining a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400116#M808105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the following attachment with the results of each expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First Expression using TO_MONTH as Dimension&lt;/P&gt;&lt;P&gt;2) Second Expression Using TO_MONTH as Dimension&lt;/P&gt;&lt;P&gt;3)Second Expression Using HC_MONTH as Dimension&lt;/P&gt;&lt;P&gt;4)Complete Expression Using TO_MONTH as Dimension&lt;/P&gt;&lt;P&gt;5)Expected results from excel sheet I currently have my dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see on the second expression if I use another dimension that is not from the same table it count the entire year results as monthly results, and I need that the complete expressions Use the first expression using TO_Month as dimension and divided in to the second expression using HC_MOnth as dimension in order to&lt;/P&gt;&lt;P&gt;obtain the correct results.&lt;IMG alt="1st Expression.png" class="jive-image image-1" src="/legacyfs/online/180389_1st Expression.png" style="height: auto;" /&gt;&lt;IMG alt="2nd Expression (1).png" class="jive-image image-2" src="/legacyfs/online/180390_2nd Expression (1).png" style="height: auto;" /&gt;&lt;IMG alt="2nd Expressio (2).png" class="jive-image image-3" src="/legacyfs/online/180391_2nd Expressio (2).png" style="height: auto;" /&gt;&lt;IMG alt="Complete Expression.png" class="image-4 jive-image" src="/legacyfs/online/180392_Complete Expression.png" style="height: auto;" /&gt;&lt;IMG alt="Expected Results.png" class="image-5 jive-image" src="/legacyfs/online/180393_Expected Results.png" style="height: 40px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-obtaining-a-percentage/m-p/1400116#M808105</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2017-10-20T14:24:47Z</dc:date>
    </item>
  </channel>
</rss>

