<?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: Divide one expression by another expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450366#M806028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but how do I get the expression to print out as a percentage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Oct 2017 18:06:05 GMT</pubDate>
    <dc:creator>justcotto</dc:creator>
    <dc:date>2017-10-28T18:06:05Z</dc:date>
    <item>
      <title>Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450362#M806024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two expressions:&lt;/P&gt;&lt;P&gt;count({&amp;lt;RECORD_TYPE={'HIRE'}&amp;gt;} BUSINESS_UNIT)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;count({&amp;lt;RECORD_TYPE={'HEAD_COUNT'}&amp;gt;} BUSINESS_UNIT)&lt;/P&gt;&lt;P&gt;I want to divide the number of people hired by the head count and put this into a chart. How can I achieve this?&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/Divide-one-expression-by-another-expression/m-p/1450362#M806024</guid>
      <dc:creator>justcotto</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450363#M806025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&amp;lt;RECORD_TYPE={'HIRE'}&amp;gt;} BUSINESS_UNIT)&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&amp;lt;RECORD_TYPE={'HEAD_COUNT'}&amp;gt;} BUSINESS_UNIT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 00:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450363#M806025</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-28T00:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450364#M806026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&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;count({&amp;lt;RECORD_TYPE={'HIRE'}&amp;gt;} BUSINESS_UNIT)/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(TOTAL {&amp;lt;RECORD_TYPE={'HEAD_COUNT'}&amp;gt;} BUSINESS_UNIT)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 00:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450364#M806026</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-28T00:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450365#M806027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What out put you need can you share some sample here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 04:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450365#M806027</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-28T04:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450366#M806028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but how do I get the expression to print out as a percentage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 18:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450366#M806028</guid>
      <dc:creator>justcotto</dc:creator>
      <dc:date>2017-10-28T18:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450367#M806029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this way for percentage display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NUM((count({&amp;lt;RECORD_TYPE={'HIRE'}&amp;gt;} BUSINESS_UNIT)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;count(TOTAL {&amp;lt;RECORD_TYPE={'HEAD_COUNT'}&amp;gt;} BUSINESS_UNIT)),'&lt;STRONG&gt;#,##0%'&lt;/STRONG&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;NUM((count({&amp;lt;RECORD_TYPE={'HIRE'}&amp;gt;} BUSINESS_UNIT)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;count( {&amp;lt;RECORD_TYPE={'HEAD_COUNT'}&amp;gt;} BUSINESS_UNIT)),'&lt;STRONG&gt;#,##0%'&lt;/STRONG&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 18:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450367#M806029</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-28T18:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450368#M806030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Num() function as mentioned by Anand. Or you can use Number format from the Number tab of your chart properties. Like.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181383_Capture.PNG" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 21:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450368#M806030</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-28T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Divide one expression by another expression</title>
      <link>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450369#M806031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get the value to display as a percentage, you can use the Number format pane to format as Pct. Alternatively (like when you don't have a Number dialog) you can wrap the expression in a num() function to format.&lt;/P&gt;&lt;P&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;num(&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;&amp;nbsp; count({&amp;lt;RECORD_TYPE={'HIRE'}&amp;gt;} BUSINESS_UNIT)&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;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(TOTAL {&amp;lt;RECORD_TYPE={'HEAD_COUNT'}&amp;gt;} BUSINESS_UNIT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'0.0%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The num() function supplies a format pattern describing how the value should be formatted for display. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Num.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Num.htm"&gt;http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Num.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/conventions-number-time-formats.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/conventions-number-time-formats.htm"&gt;http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/conventions-number-time-formats.htm&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 00:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Divide-one-expression-by-another-expression/m-p/1450369#M806031</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-10-29T00:43:31Z</dc:date>
    </item>
  </channel>
</rss>

