<?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 ignore all selection in specific chart except on field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48836#M8090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers&lt;/P&gt;&lt;P&gt;I want to Create a straight table (as like as Below image)&amp;nbsp; that ignore all selections in fields except Branch&lt;/P&gt;&lt;P&gt;in other hand&lt;/P&gt;&lt;P&gt;when I select Branch ,the &lt;SPAN style="font-size: 13.3333px;"&gt;straight table &lt;/SPAN&gt;"always" shows all personnel's information who works in it and not omit any personnel ID and Personnel Name and level.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192430_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Feb 2018 11:57:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-04T11:57:57Z</dc:date>
    <item>
      <title>ignore all selection in specific chart except on field</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48836#M8090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers&lt;/P&gt;&lt;P&gt;I want to Create a straight table (as like as Below image)&amp;nbsp; that ignore all selections in fields except Branch&lt;/P&gt;&lt;P&gt;in other hand&lt;/P&gt;&lt;P&gt;when I select Branch ,the &lt;SPAN style="font-size: 13.3333px;"&gt;straight table &lt;/SPAN&gt;"always" shows all personnel's information who works in it and not omit any personnel ID and Personnel Name and level.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192430_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2018 11:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48836#M8090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-04T11:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all selection in specific chart except on field</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48837#M8091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;[$(=Concat({1&amp;lt;$Field={'Branch'}&amp;gt;} distinct $Field,']=,[')&amp;amp;']=')&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2018 12:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48837#M8091</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-04T12:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all selection in specific chart except on field</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48838#M8092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= only({&amp;lt;Personnelname = {'*'},Personnelid = {'*'},Level = {'*'}&amp;gt;} Branch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2018 17:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48838#M8092</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-04T17:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all selection in specific chart except on field</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48839#M8093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add an expression like this to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12pt; font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Personnelname=, Personnelid=, Level=&amp;gt;}1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then hide that expression column on the Presentation tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2018 17:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48839#M8093</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-02-04T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all selection in specific chart except on field</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48840#M8094</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;another solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_290193_Pic3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192452_QlikCommunity_Thread_290193_Pic3.JPG" style="height: 175px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_290193_Pic4.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/192453_QlikCommunity_Thread_290193_Pic4.JPG" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Branch&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=$::&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Branch&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;PersonnelName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2018 22:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48840#M8094</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-02-04T22:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all selection in specific chart except on field</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48841#M8095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this formula&amp;nbsp; as expression (mix of Marco and Rob solution) in straight Chart&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;level=,personnel id=,personnel name=,branch::$ branch&amp;gt;}1)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 14:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-all-selection-in-specific-chart-except-on-field/m-p/48841#M8095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T14:59:18Z</dc:date>
    </item>
  </channel>
</rss>

