<?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 Help!!! With obtaining percentage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-With-obtaining-percentage/m-p/1409205#M806626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;I need sime help to obtain a percentage based on two data tables that contains 2 common dimensions (Month)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Here I added some details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Please find the following attachment with the results of each expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 0px;"&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;1) First Expression using TO_MONTH as Dimension “&lt;/SPAN&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&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;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;2) Second Expression Using TO_MONTH as Dimension gives me the result correctly but not when a dimension from another table is used“&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;HC_Employee_ID))”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;3)Second Expression Using HC_MONTH as Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;4)Complete Expression Using TO_MONTH as Dimension “&lt;/SPAN&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&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;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG&gt;&amp;nbsp;TOTAL&lt;/STRONG&gt;HC_Employee_ID))”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;5)Expected results from excel sheet I currently have my dashboard&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Two dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;TO_Month&lt;/P&gt;&lt;P class=""&gt;HC_Month&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&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;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;obtain the correct results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180471_image.png" style="width: 620px; height: auto;" /&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180472_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180479_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180480_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180481_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I need to obtain the results show on the last capture. But for that I need the complete expression recognized the dimensions in a proper way.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I need a work around to make this expression work in some sort of way that if a certain expression is used the dimension should look for is X dimension, and with the other expression as well.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Thanks,&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>Help!!! With obtaining percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-obtaining-percentage/m-p/1409205#M806626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;I need sime help to obtain a percentage based on two data tables that contains 2 common dimensions (Month)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Here I added some details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Please find the following attachment with the results of each expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 0px;"&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;1) First Expression using TO_MONTH as Dimension “&lt;/SPAN&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&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;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;2) Second Expression Using TO_MONTH as Dimension gives me the result correctly but not when a dimension from another table is used“&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;HC_Employee_ID))”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;3)Second Expression Using HC_MONTH as Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;4)Complete Expression Using TO_MONTH as Dimension “&lt;/SPAN&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&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;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;STRONG&gt;&amp;nbsp;TOTAL&lt;/STRONG&gt;HC_Employee_ID))”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;5)Expected results from excel sheet I currently have my dashboard&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Two dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;TO_Month&lt;/P&gt;&lt;P class=""&gt;HC_Month&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&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;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;obtain the correct results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180471_image.png" style="width: 620px; height: auto;" /&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180472_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180479_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180480_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/180481_image.png" style="width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I need to obtain the results show on the last capture. But for that I need the complete expression recognized the dimensions in a proper way.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I need a work around to make this expression work in some sort of way that if a certain expression is used the dimension should look for is X dimension, and with the other expression as well.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Thanks,&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/Help-With-obtaining-percentage/m-p/1409205#M806626</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!! With obtaining percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-obtaining-percentage/m-p/1409206#M806627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to describe your data model, i.e. how all your fields used in your expressions are related in your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, post a small sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 09:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-obtaining-percentage/m-p/1409206#M806627</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-22T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!! With obtaining percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-obtaining-percentage/m-p/1409207#M806628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andres, it's not good for performance but maybe this works:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;HC_Employee\CW_Type={"Regular"},HC_RATE_1_or_2={"Yes"}&amp;gt;}&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(HC_MONTH=TO_MONTH, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HC_Employee_ID)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It would be better to review the model and try to make this work avoiding the use of 'If' inside the 'Count'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 10:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-obtaining-percentage/m-p/1409207#M806628</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-10-22T10:45:12Z</dc:date>
    </item>
  </channel>
</rss>

