<?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: How to extract the value from the specific cells in table? Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-extract-the-value-from-the-specific-cells-in-table-Qlik/m-p/1428005#M34173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If table refers to a table in memory that looks like the one you depicted here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the value you can use an expression likes this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;Description={'D'} Feb )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is pivoted from it's in-memory representation and actually looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description Month, Val&lt;/P&gt;&lt;P&gt;A, Jan, &lt;/P&gt;&lt;P&gt;A, Feb, 27,86&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this can be done to extract the value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;Description={'D'},Month={'Feb'}&amp;gt;} Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a number of inter-record (within a chart) functions that can be used within the table to refer to other rows and columns to get cell-values: Above(), Below(), Before(), After() ..... and more: &lt;A href="http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm" title="http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm"&gt;http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Sep 2017 15:43:52 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2017-09-03T15:43:52Z</dc:date>
    <item>
      <title>How to extract the value from the specific cells in table? Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-extract-the-value-from-the-specific-cells-in-table-Qlik/m-p/1428004#M34172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;how can extract the value from the specific cells in table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;SPAN style="font-size: 13.3333px;"&gt;where "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Description" is "D" and&amp;nbsp; Colonne is "Feb", I want to get the value : 111,0.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QLIK SENSE.png" class="jive-image image-1" src="/legacyfs/online/175464_QLIK SENSE.png" style="height: 112px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Sep 2017 09:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-extract-the-value-from-the-specific-cells-in-table-Qlik/m-p/1428004#M34172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-03T09:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract the value from the specific cells in table? Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-extract-the-value-from-the-specific-cells-in-table-Qlik/m-p/1428005#M34173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If table refers to a table in memory that looks like the one you depicted here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the value you can use an expression likes this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;Description={'D'} Feb )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is pivoted from it's in-memory representation and actually looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description Month, Val&lt;/P&gt;&lt;P&gt;A, Jan, &lt;/P&gt;&lt;P&gt;A, Feb, 27,86&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this can be done to extract the value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;Description={'D'},Month={'Feb'}&amp;gt;} Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a number of inter-record (within a chart) functions that can be used within the table to refer to other rows and columns to get cell-values: Above(), Below(), Before(), After() ..... and more: &lt;A href="http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm" title="http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm"&gt;http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Sep 2017 15:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-extract-the-value-from-the-specific-cells-in-table-Qlik/m-p/1428005#M34173</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-09-03T15:43:52Z</dc:date>
    </item>
  </channel>
</rss>

