<?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: Ignore selection in field, even when same dimension is selected in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721183#M54852</link>
    <description>&lt;P&gt;It actually has another variables involved, but in the end it's something like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; flag_X={'3'}&amp;gt;} total_amount)&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 08:46:57 GMT</pubDate>
    <dc:creator>ruben_moya</dc:creator>
    <dc:date>2020-06-23T08:46:57Z</dc:date>
    <item>
      <title>Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721109#M54837</link>
      <description>&lt;P&gt;Dear Experts,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having the following problem.&lt;/P&gt;&lt;P&gt;This expression allows me to get a list of all the companies in my data whose benefits (vL.Total_amount) are higher than a certain amount:&lt;/P&gt;&lt;P&gt;CONCAT(IF(AGGR($(vL.Total_amount),COMPANY_NAME)&amp;gt; 50000 ,COMPANY_NAME),'|')&lt;/P&gt;&lt;P&gt;I'd need that list to ignore any selection in the field COMPANY_NAME. &lt;STRONG&gt;Is that even possible? Does it make sense?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I need to get&amp;nbsp; a list of all the companies that meet that condition independently of the selections in the field COMPANY_NAME.&lt;/P&gt;&lt;P&gt;I've tried using the following expression. It works when I want to ignore other fields, but not with&amp;nbsp;COMPANY_NAME:&lt;/P&gt;&lt;P&gt;concat(aggr(Only({&amp;lt;COMPANY_NAME=&amp;gt;}COMPANY_NAME),COMPANY_NAME),'|')&lt;/P&gt;&lt;P&gt;Thanks a lot for your time!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721109#M54837</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2024-11-16T18:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721118#M54840</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Maybe this:&lt;/P&gt;&lt;P&gt;=CONCAT( &lt;STRONG&gt;{&amp;lt;COMPANY_NAME&amp;gt;}&lt;/STRONG&gt;&lt;BR /&gt;IF(&lt;BR /&gt;AGGR( &lt;SPAN&gt;$(vL.Total_amount)&lt;/SPAN&gt;, &lt;SPAN&gt;COMPANY_NAME&lt;/SPAN&gt;) &amp;gt; &lt;SPAN&gt;50000&amp;nbsp;&lt;/SPAN&gt;, &lt;SPAN&gt;COMPANY_NAME&amp;nbsp;&lt;/SPAN&gt;), '|' )&lt;/P&gt;&lt;P&gt;also add&amp;nbsp;&lt;STRONG&gt;{&amp;lt;COMPANY_NAME&amp;gt;}&lt;/STRONG&gt; in your&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;vL.Total_amount&lt;/EM&gt; variable expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope it can helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 07:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721118#M54840</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-06-23T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721165#M54847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/112" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Agigliotti&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've tried what you suggested and still not working. Once you select one value in the dimension&amp;nbsp;&lt;STRONG&gt;COMPANY_NAME, &lt;/STRONG&gt;the list gets automatically filtered.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721165#M54847</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2020-06-23T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721173#M54849</link>
      <description>&lt;P&gt;how does your variable&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;vL.Total_amount&lt;/STRONG&gt;&amp;nbsp; &lt;/EM&gt;looks like&lt;EM&gt;?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721173#M54849</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-06-23T08:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721183#M54852</link>
      <description>&lt;P&gt;It actually has another variables involved, but in the end it's something like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; flag_X={'3'}&amp;gt;} total_amount)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721183#M54852</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2020-06-23T08:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721190#M54855</link>
      <description>&lt;P&gt;what about:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=CONCAT(&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;{&amp;lt;COMPANY_NAME&amp;gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;IF(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGGR( Sum( {&amp;lt;&amp;nbsp;&lt;STRONG&gt;COMPANY_NAME,&amp;nbsp;&lt;/STRONG&gt;flag_X = {'3'} &amp;gt;} total_amount )&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;COMPANY_NAME&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;50000&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;COMPANY_NAME&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;), '|' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 09:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721190#M54855</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-06-23T09:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection in field, even when same dimension is selected</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721319#M54866</link>
      <description>&lt;P&gt;Thanks a lot! that worked perfectly.&lt;/P&gt;&lt;P&gt;Can you explain me the solution? If I've understood correctly, my problem was that I was ignoring the field outside of the function concat.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 14:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-selection-in-field-even-when-same-dimension-is-selected/m-p/1721319#M54866</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2020-06-23T14:39:27Z</dc:date>
    </item>
  </channel>
</rss>

