<?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: how to ignore 1 filter value, but keep other 3 filter? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472320#M99780</link>
    <description>thanks, but not working, maybe it should be  {&lt;YEAR&gt;}Avg(score)&lt;/YEAR&gt;</description>
    <pubDate>Tue, 23 Jul 2024 08:56:32 GMT</pubDate>
    <dc:creator>jiaqi</dc:creator>
    <dc:date>2024-07-23T08:56:32Z</dc:date>
    <item>
      <title>how to ignore 1 filter value, but keep other 3 filter?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2470597#M99637</link>
      <description>&lt;P&gt;I have an app, 1st sheet has 4 filters: year, month, type, department. after I selected filters, sheet 1 will jump to sheet 2 , and keep all the filters. and I want to have a line chart to show the score changes by year.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but year has selected at the beginning, so the line chart cannot show the X ray with full year. the other 3 filter must keep, then&amp;nbsp; I will set avg of score.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the question is: how can I skip the year filter, and keep others, calculate the avg with the other 3 filters.&lt;/P&gt;
&lt;P&gt;besides, the ray may be year, may be month, depends on the type filtered. could it be possible to change automatically?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2470597#M99637</guid>
      <dc:creator>jiaqi</dc:creator>
      <dc:date>2024-11-15T20:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to ignore 1 filter value, but keep other 3 filter?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2470805#M99658</link>
      <description>&lt;P&gt;In the avg of score measure you can tell it to ignore the year filter using set analysis.&lt;/P&gt;
&lt;P&gt;Just place the Set analysis in front of the avg expression like this:&lt;/P&gt;
&lt;P&gt;{&amp;lt;Year&amp;gt;}Avg(score)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 22:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2470805#M99658</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2024-07-15T22:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to ignore 1 filter value, but keep other 3 filter?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2470955#M99674</link>
      <description>&lt;PRE&gt;Avg({1 &amp;lt; Filter1 = p(Filter1), Filter2 = p(Filter2), Filter3 = p(FieldFilter3)&amp;gt;} MeasureField)&lt;/PRE&gt;
&lt;P&gt;{1} ignores all filters&lt;/P&gt;
&lt;P&gt;The fields are the ones you want to keep so you can make an exception for those.&lt;/P&gt;
&lt;P&gt;It basically reads: Ignore all filter except this, this and this.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 13:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2470955#M99674</guid>
      <dc:creator>M_B</dc:creator>
      <dc:date>2024-07-16T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to ignore 1 filter value, but keep other 3 filter?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472320#M99780</link>
      <description>thanks, but not working, maybe it should be  {&lt;YEAR&gt;}Avg(score)&lt;/YEAR&gt;</description>
      <pubDate>Tue, 23 Jul 2024 08:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472320#M99780</guid>
      <dc:creator>jiaqi</dc:creator>
      <dc:date>2024-07-23T08:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to ignore 1 filter value, but keep other 3 filter?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472362#M99785</link>
      <description>&lt;P&gt;no the syntax is correct but the field or column year is it defined as such; I mean the column names are case sensitive&lt;/P&gt;
&lt;P&gt;if your field is named YEAR then the syntax would be&lt;/P&gt;
&lt;P&gt;{&amp;lt;YEAR&amp;gt;}&lt;BR /&gt;avg(Score)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 11:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472362#M99785</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-07-23T11:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to ignore 1 filter value, but keep other 3 filter?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472503#M99802</link>
      <description>&lt;DIV class="flex-shrink-0 flex flex-col relative items-end"&gt;
&lt;DIV&gt;
&lt;DIV class="pt-0"&gt;
&lt;DIV class="gizmo-bot-avatar flex h-8 w-8 items-center justify-center overflow-hidden rounded-full"&gt;
&lt;DIV class="relative p-1 rounded-sm flex items-center justify-center bg-token-main-surface-primary text-token-text-primary h-8 w-8"&gt;&lt;SPAN&gt;To achieve this, you can adjust your filtering logic so that the year filter is excluded when calculating averages.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn"&gt;
&lt;DIV class="flex-col gap-1 md:gap-3"&gt;
&lt;DIV class="flex flex-grow flex-col max-w-full"&gt;
&lt;DIV class="min-h-[20px] text-message flex w-full flex-col items-end gap-2 whitespace-pre-wrap break-words [.text-message+&amp;amp;]:mt-5 overflow-x-auto" dir="auto" data-message-author-role="assistant" data-message-id="77bbc063-a532-47b5-92e9-93f0e66df4c9"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[3px]"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert dark"&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Ignore the Year Filter&lt;/STRONG&gt;: In your app's logic, apply the other three filters (month, type, department) while excluding the year filter when calculating the average score&amp;nbsp;&lt;A href="https://business2sky.com/" target="_self"&gt;&lt;SPAN data-sheets-root="1" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;business 2&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:513,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;12&amp;quot;:0}"&gt;business 2&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Dynamic X-Axis&lt;/STRONG&gt;: For the line chart, you can set the X-axis to dynamically adjust based on the selected filter type. This way, if the year is selected initially, the X-axis will show full-year data. If a different filter (like month) is selected, the X-axis updates accordingly.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You might need to configure these settings in your app or data visualization tool’s filter and chart options.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jul 2024 21:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-ignore-1-filter-value-but-keep-other-3-filter/m-p/2472503#M99802</guid>
      <dc:creator>jelisjack4</dc:creator>
      <dc:date>2024-07-23T21:52:49Z</dc:date>
    </item>
  </channel>
</rss>

