<?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 user selection but set a value on the same field using set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2046949#M86112</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to do a measure for sum a value but I want to ignore user selection on a filter and set this filter to an specific value.&lt;/P&gt;
&lt;P&gt;I show you what I want to:&lt;/P&gt;
&lt;PRE&gt;sum({&amp;lt; field_a= {"7"}&lt;BR /&gt;    , field_b -- ignore user selection&lt;BR /&gt;    , field_b = {"ABCD"} -- set to a specific value&lt;BR /&gt;&amp;gt;} measure_a) &lt;/PRE&gt;
&lt;P&gt;In this case, I want to ignore the user selection on "field_b" and set it with a specific value, "ABCD" .&lt;/P&gt;
&lt;P&gt;I don't how to do it ...&lt;/P&gt;
&lt;P&gt;Can you please help me with that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 15:46:26 GMT</pubDate>
    <dc:creator>javi_martinez</dc:creator>
    <dc:date>2023-03-08T15:46:26Z</dc:date>
    <item>
      <title>Ignore user selection but set a value on the same field using set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2046949#M86112</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to do a measure for sum a value but I want to ignore user selection on a filter and set this filter to an specific value.&lt;/P&gt;
&lt;P&gt;I show you what I want to:&lt;/P&gt;
&lt;PRE&gt;sum({&amp;lt; field_a= {"7"}&lt;BR /&gt;    , field_b -- ignore user selection&lt;BR /&gt;    , field_b = {"ABCD"} -- set to a specific value&lt;BR /&gt;&amp;gt;} measure_a) &lt;/PRE&gt;
&lt;P&gt;In this case, I want to ignore the user selection on "field_b" and set it with a specific value, "ABCD" .&lt;/P&gt;
&lt;P&gt;I don't how to do it ...&lt;/P&gt;
&lt;P&gt;Can you please help me with that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 15:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2046949#M86112</guid>
      <dc:creator>javi_martinez</dc:creator>
      <dc:date>2023-03-08T15:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore user selection but set a value on the same field using set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2046979#M86115</link>
      <description>&lt;P&gt;Hi, Javi,&lt;/P&gt;
&lt;P&gt;When you specify a filter for a field in set analysis, you are already disregarding user's selection for that field. So you only need to do this:&lt;/P&gt;
&lt;PRE&gt;sum({&amp;lt; field_a= {"7"}&lt;BR /&gt;    , field_b = {"ABCD"}&lt;BR /&gt;&amp;gt;} measure_a) &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 16:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2046979#M86115</guid>
      <dc:creator>rpennacchi</dc:creator>
      <dc:date>2023-03-08T16:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore user selection but set a value on the same field using set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2049535#M86270</link>
      <description>&lt;P&gt;Hmm it doesn't work, but I don't know why...&lt;/P&gt;
&lt;P&gt;I mean, for example if I filter FIELD_B to "1234" and I use that &lt;EM&gt;set analysis&lt;/EM&gt;&amp;nbsp;the measure shows empty.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 13:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2049535#M86270</guid>
      <dc:creator>javi_martinez</dc:creator>
      <dc:date>2023-03-15T13:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore user selection but set a value on the same field using set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2049779#M86288</link>
      <description>&lt;P&gt;Can you send a screenshot of your data model?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 00:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-user-selection-but-set-a-value-on-the-same-field-using/m-p/2049779#M86288</guid>
      <dc:creator>rpennacchi</dc:creator>
      <dc:date>2023-03-16T00:52:52Z</dc:date>
    </item>
  </channel>
</rss>

