<?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 Getting field name from column and performing calculations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-field-name-from-column-and-performing-calculations/m-p/138054#M20598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a following table structure:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Ratio&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Numerator_Field_Name&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Denominator_Field_Name&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Formula&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ratio 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Numerator 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Denominator 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ratio 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Numerator 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Denominator5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Numerator_Field_Name and Denominator_Field_Name are the name of the columns, which should be considered, while computing formula. Just to test, I have tried the following formula:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$('Sum(['&amp;amp; Numerator_Field_Name&amp;amp; '])'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but the result is always '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give a hint, how to achieve this? Or is there any better way to do? The formulas are basically - min, max, sum, and fractile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 08:23:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-13T08:23:36Z</dc:date>
    <item>
      <title>Getting field name from column and performing calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-field-name-from-column-and-performing-calculations/m-p/138054#M20598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a following table structure:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Ratio&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Numerator_Field_Name&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Denominator_Field_Name&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Formula&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ratio 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Numerator 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Denominator 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ratio 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Numerator 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Denominator5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Numerator_Field_Name and Denominator_Field_Name are the name of the columns, which should be considered, while computing formula. Just to test, I have tried the following formula:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$('Sum(['&amp;amp; Numerator_Field_Name&amp;amp; '])'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but the result is always '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give a hint, how to achieve this? Or is there any better way to do? The formulas are basically - min, max, sum, and fractile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 08:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-field-name-from-column-and-performing-calculations/m-p/138054#M20598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting field name from column and performing calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-field-name-from-column-and-performing-calculations/m-p/138055#M20599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= $(&lt;/STRONG&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Sum(['&amp;amp; Numerator_Field_Name&amp;amp; '])')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-field-name-from-column-and-performing-calculations/m-p/138055#M20599</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-13T15:09:37Z</dc:date>
    </item>
  </channel>
</rss>

