<?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. :Re: Re. :Re: LIST OBJECT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241409#M91834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are those two single quotes or one double quote. A double quote " is equivalent to [] so you shouldn't have a " in dimension name.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2010 19:01:18 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-10-19T19:01:18Z</dc:date>
    <item>
      <title>LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241403#M91828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;How do I know that it has selected a row in a List object SIMPLE?&lt;BR /&gt;&lt;BR /&gt;And how to retrieve the value of the selected row?&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 17:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241403#M91828</guid>
      <dc:creator />
      <dc:date>2010-10-19T17:44:57Z</dc:date>
    </item>
    <item>
      <title>LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241404#M91829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood correctly, try somthing like the following:&lt;/P&gt;&lt;P&gt;if(Count(distinct List_Object_Field_Expression)=1,only(List_Object_Field_Expression))&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 17:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241404#M91829</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-19T17:57:39Z</dc:date>
    </item>
    <item>
      <title>LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241405#M91830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i understood....these functions can help you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getselectedcount ( Your Dimension or List )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getfieldselections ( Your Dimension or List )&lt;/P&gt;&lt;P&gt;look in your help how it works!!!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 18:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241405#M91830</guid>
      <dc:creator />
      <dc:date>2010-10-19T18:01:01Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241406#M91831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done this, but i have not the result.&lt;/P&gt;&lt;P&gt;= IF ( getSelectedCount('Identifiant de l''entreprise')=1, getFieldSelections('Identifiant de l''entreprise'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 18:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241406#M91831</guid>
      <dc:creator />
      <dc:date>2010-10-19T18:12:38Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241407#M91832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must need put your dimension ....&lt;/P&gt;&lt;P&gt;'Identifiant de l''entreprise' is your dimension?&lt;/P&gt;&lt;P&gt;you can not use ' ' and if have space use [ ]&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;GETSELECTEDCOUNT( [Identifiant de l''entreprise] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 18:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241407#M91832</guid>
      <dc:creator />
      <dc:date>2010-10-19T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241408#M91833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still not getting the right result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 18:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241408#M91833</guid>
      <dc:creator />
      <dc:date>2010-10-19T18:48:21Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: LIST OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241409#M91834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are those two single quotes or one double quote. A double quote " is equivalent to [] so you shouldn't have a " in dimension name.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 19:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LIST-OBJECT/m-p/241409#M91834</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-19T19:01:18Z</dc:date>
    </item>
  </channel>
</rss>

