<?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 How to dislplay all the fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694951#M672714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pivot table with some fields and caluculated a measure from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all the fields from the original table into a text box, if the user clik on any value of measrue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 10:50:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-25T10:50:34Z</dc:date>
    <item>
      <title>How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694951#M672714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pivot table with some fields and caluculated a measure from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all the fields from the original table into a text box, if the user clik on any value of measrue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 10:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694951#M672714</guid>
      <dc:creator />
      <dc:date>2014-09-25T10:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694952#M672715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the getcurrentselections() function. If you click on a value in an expression column in a chart then the dimension values of that row are selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 10:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694952#M672715</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-25T10:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694953#M672716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate with an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 10:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694953#M672716</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694954#M672717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want all the fields of original table not fields only present in the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 11:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694954#M672717</guid>
      <dc:creator />
      <dc:date>2014-09-25T11:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694955#M672718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I have a table&amp;nbsp; with fields A B C D amount.&lt;/P&gt;&lt;P&gt;I added only A B&amp;nbsp; and Amount.&lt;/P&gt;&lt;P&gt;Now I created a text box where I want all the fields A B C D when I clik on Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 11:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694955#M672718</guid>
      <dc:creator />
      <dc:date>2014-09-25T11:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694956#M672719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I have a table&amp;nbsp; with fields A B C D amount.&lt;/P&gt;&lt;P&gt;I added only A B&amp;nbsp; and Amount.&lt;/P&gt;&lt;P&gt;Now I created a text box where I want all the fields&amp;nbsp; A B C D&amp;nbsp; and there values when I clik on Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression&amp;nbsp; =concat(distinct FieldValue($Field,ValueLoop(1,$(=count($Field)))),';') is static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 11:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694956#M672719</guid>
      <dc:creator />
      <dc:date>2014-09-25T11:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694957#M672720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Concat()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='A Values : ' &amp;amp; Concat(DISTINCT A, ',') &amp;amp; chr(10) &lt;/P&gt;&lt;P&gt;'B Values : ' &amp;amp; Concat(DISTINCT&amp;nbsp; B, ',') &amp;amp; chr(10) &lt;/P&gt;&lt;P&gt;'C Values : ' &amp;amp; Concat(DISTINCT&amp;nbsp; C, ',') &amp;amp; chr(10) &lt;/P&gt;&lt;P&gt;'D Values : ' &amp;amp; Concat(DISTINCT&amp;nbsp; D, ',') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 11:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694957#M672720</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694958#M672721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=$(=concat(chr(39)&amp;amp;$Field&amp;amp;': '&amp;amp;chr(39) &amp;amp; ' &amp;amp; ' &amp;amp; 'concat(distinct [' &amp;amp; $Field &amp;amp; '],' &amp;amp; chr(39) &amp;amp; ';' &amp;amp; chr(39) &amp;amp; ')' , ' &amp;amp; chr(10) &amp;amp; ' ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694958#M672721</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-25T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to dislplay all the fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694959#M672722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 13:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dislplay-all-the-fields/m-p/694959#M672722</guid>
      <dc:creator />
      <dc:date>2014-09-25T13:18:08Z</dc:date>
    </item>
  </channel>
</rss>

