<?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: Getselectedcount in multiple fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830590#M469203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, but the thing is...i dont want to write all the row field individually. I would like to find a solution which offer a possibility to just write Row* which cause that expression will consider all fields beginning on "Row"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 10:17:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-22T10:17:05Z</dc:date>
    <item>
      <title>Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830588#M469201</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;&lt;/P&gt;&lt;P&gt;could anybody give me an advice about how to use getselectedcount function for more fields? I have several dimensions started by Row.* and I would like to show expression only if there is no selection made in any of dimension Row.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 15:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830588#M469201</guid>
      <dc:creator />
      <dc:date>2015-07-20T15:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830589#M469202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have few Row fields&lt;/P&gt;&lt;P&gt;if(&amp;nbsp; GetSelectedCount(Row1)+&lt;SPAN style="font-size: 13.3333330154419px;"&gt;GetSelectedCount(Row2)+...+&lt;SPAN style="font-size: 13.3333330154419px;"&gt;GetSelectedCount(Rown)=0,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'no selections',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '...'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 21:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830589#M469202</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-20T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830590#M469203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, but the thing is...i dont want to write all the row field individually. I would like to find a solution which offer a possibility to just write Row* which cause that expression will consider all fields beginning on "Row"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 10:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830590#M469203</guid>
      <dc:creator />
      <dc:date>2015-07-22T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830591#M469204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(wildmatch(GetCurrentSelections(),'Row*')), yourexpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;if(isnull(SubField(wildmatch(GetCurrentSelections(),'Row*'),'Row'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 10:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830591#M469204</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-22T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830592#M469205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 10:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830592#M469205</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-22T10:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830593#M469206</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;You can try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(SubStringCount(getcurrentselections (',') ,'Row') = 0, YourExpression, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 11:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830593#M469206</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-22T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830594#M469207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. I have tried all the possibilities that you suggested (substringcount and wildmatch) and they all works so far.&lt;/P&gt;&lt;P&gt;You made my day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 05:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830594#M469207</guid>
      <dc:creator />
      <dc:date>2015-07-27T05:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830595#M469208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want to find do a GetSelectedCount on multiple (many, specific) fields, but my fields do not have a consistent name.&amp;nbsp; Does anyone know whether there is a way to apply to GetSelected count to multiple fields using either a set expression on the system variables such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt; [$Table] =- {'CATEGORY_TOUCHPOINT_BY_DATE','MasterCalendar'}&amp;gt;} GetSelectedCount($Field)&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or maybe a GetSelectedCount on a group of fields, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount([All Non-Aggr Fields]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where [All Non-Aggr Fields] is a cycle group I set up with all the fields in it that I wish to evaluate (in this case, all the fields not in the CATEGORY_TOUCHPOINT_BY_DATE field or the MasterCalendar field)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are more than 50 fields I want to include, so enumerating them by hand would be super cumbersome and hard to maintain.&amp;nbsp; I realize I could rename all the fields to have a consistent start, and then this solution should work, but I'd rather not rename all my nice, human readable fields just for this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help you can offer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 16:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830595#M469208</guid>
      <dc:creator />
      <dc:date>2017-05-26T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830596#M469209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Hi&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Do you actually want to check selections in 50 particular fields, or are you looking for a solution where there is a selection in "any" field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2017 21:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830596#M469209</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2017-05-27T21:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount in multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830597#M469210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert - Thanks for replying!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to figure out whether there were selections in any of the fields in three of my five tables (but I didn't care about selections in the other two tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up with a different approach using the GetCurrentSelections wildmatched against the fields in those three tables:&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/message/1276601"&gt;Re: Expression dependent on which tables fields' are filtered&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 12:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-in-multiple-fields/m-p/830597#M469210</guid>
      <dc:creator />
      <dc:date>2017-05-30T12:00:03Z</dc:date>
    </item>
  </channel>
</rss>

