<?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 get specific cell values from pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563746#M742532</link>
    <description>&lt;P&gt;Hello KC!&lt;/P&gt;&lt;P&gt;Thanks for the answer! It partly works.&lt;/P&gt;&lt;P&gt;If i type&amp;nbsp;=subfield(Concat(TextG1,','),',',1) i get A K T I V A as expected, but when i try it with&amp;nbsp;=subfield(Concat(TextG1,','),',',2)&lt;/P&gt;&lt;P&gt;I also get A K T I V A.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought&amp;nbsp;=subfield(Concat(TextG1,','),',',2) gives my the value from column 1 (=TextG1) cell 2?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2019 08:07:59 GMT</pubDate>
    <dc:creator>gf</dc:creator>
    <dc:date>2019-04-02T08:07:59Z</dc:date>
    <item>
      <title>How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563306#M742526</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I would like to display specific cell values from a pivot table into a text box.&lt;/P&gt;&lt;P&gt;The cell values are dynamic because you can change the language.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a function/expression like Cells(1,1).Value or something like that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563306#M742526</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2024-11-16T21:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563346#M742527</link>
      <description>&lt;P&gt;Hi Gf,&lt;/P&gt;&lt;P&gt;Not exactly like cell function, but you can use set analysis to get the specific value.&lt;/P&gt;&lt;P&gt;For eg, you want to show the sales of Prodct "A" for month "Feb" in a text box, which is also available in pivot, then write like this in text box:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product ={'A'},Month={'Feb'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;If you can share your exact requirement with some sample data or screenshot, then it will be easy to help you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 08:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563346#M742527</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-01T08:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563357#M742528</link>
      <description>&lt;P&gt;Thanks for your reply KC!&lt;BR /&gt;I'm sorry I'm not allowed to upload the file but i can provide a picture.&lt;BR /&gt;Column "1" to "Kontobezeichnung" are dimensions and i need for example the cell value from column 1, row 1. =&amp;gt; "A K T I V A"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563357#M742528</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2019-04-04T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563372#M742529</link>
      <description>&lt;P&gt;Hi Gf,&lt;/P&gt;&lt;P&gt;Since it is a dimension, iam sure there will be a filed you are using in the pivot chart.&lt;/P&gt;&lt;P&gt;So in a text box simply write:&lt;/P&gt;&lt;P&gt;If(&lt;STRONG&gt;YourfieldName&lt;/STRONG&gt;='AKTIVA',&lt;STRONG&gt;YourfieldName&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 09:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563372#M742529</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-01T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563379#M742530</link>
      <description>&lt;P&gt;But the value AKTIVA can change, for example in english it is written with "C" instead of "K". That's why i want a solution where i don't have to type in "AKTIVA" hard coded. Therefore i need something like Cell(1,1).Value or Top() or Above().....&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 09:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563379#M742530</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2019-04-01T09:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563701#M742531</link>
      <description>&lt;P&gt;Hi Gf,&lt;/P&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;=subfield(Concat(YourField,','),',',1)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 05:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563701#M742531</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-02T05:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563746#M742532</link>
      <description>&lt;P&gt;Hello KC!&lt;/P&gt;&lt;P&gt;Thanks for the answer! It partly works.&lt;/P&gt;&lt;P&gt;If i type&amp;nbsp;=subfield(Concat(TextG1,','),',',1) i get A K T I V A as expected, but when i try it with&amp;nbsp;=subfield(Concat(TextG1,','),',',2)&lt;/P&gt;&lt;P&gt;I also get A K T I V A.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought&amp;nbsp;=subfield(Concat(TextG1,','),',',2) gives my the value from column 1 (=TextG1) cell 2?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 08:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563746#M742532</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2019-04-02T08:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563750#M742533</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;subfield(Concat(distinct TextG1,','),',',2)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 08:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563750#M742533</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-02T08:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563752#M742535</link>
      <description>Perfect! Thank you very much!&lt;BR /&gt;Thank you for your time and consideration!</description>
      <pubDate>Tue, 02 Apr 2019 08:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563752#M742535</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2019-04-02T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get specific cell values from pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563757#M742537</link>
      <description>&lt;P&gt;You are welcome&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 08:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-specific-cell-values-from-pivot-table/m-p/1563757#M742537</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-02T08:24:38Z</dc:date>
    </item>
  </channel>
</rss>

