<?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: expression with calculted dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527725#M107432</link>
    <description>&lt;P&gt;Don't use calculated dimensions. In your case you could add this kind of information already within the calendar, for example (simplified):&lt;/P&gt;&lt;P&gt;pick(sign(week(today()) - WEEK) + 2, 'future', 'current', 'past') as Flag&lt;/P&gt;&lt;P&gt;Nearly no period-related information should be created/adjusted within the UI.&lt;/P&gt;&lt;P&gt;If you then want to ignore some selections you could just these fields into a set analysis, like:&lt;/P&gt;&lt;P&gt;count({&amp;lt; Field1, Field2 &amp;gt;} MyKPI)&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 14:54:40 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2025-08-19T14:54:40Z</dc:date>
    <item>
      <title>expression with calculted dimension</title>
      <link>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527717#M107431</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you all good !&lt;/P&gt;&lt;P&gt;I need your help in this situation :&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a cross table with this only&amp;nbsp; dimension :&amp;nbsp;=if(calendrier.num_sem_fisc&amp;lt;=week(today()) , calendrier.num_sem_fisc)&lt;/P&gt;&lt;P&gt;basically it says : if &lt;U&gt;mydimension(N°of week)&lt;/U&gt;&amp;lt;=week(today()) then&amp;nbsp;&lt;U&gt;mydimension(N°of week)&lt;/U&gt;&lt;/P&gt;&lt;P&gt;when I pick some value into&amp;nbsp;&lt;U&gt;mydimension(N°of week)&lt;/U&gt;, the filter says&amp;nbsp;: if(calendrier.num_sem_fisc&amp;lt;=week(today()) , calendrier.num_sem_fisc)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2025-08-18 161535.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182967i9CB378944E8FE44D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2025-08-18 161535.png" alt="Capture d’écran 2025-08-18 161535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;nonetheless, for some expression in this pivot table , i don't want to this filter to be applied . I tried a lot a things but nothing work so far .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any advice ? Feel free to ask any question .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for help and support !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 14:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527717#M107431</guid>
      <dc:creator>sunnybi</dc:creator>
      <dc:date>2025-08-19T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: expression with calculted dimension</title>
      <link>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527725#M107432</link>
      <description>&lt;P&gt;Don't use calculated dimensions. In your case you could add this kind of information already within the calendar, for example (simplified):&lt;/P&gt;&lt;P&gt;pick(sign(week(today()) - WEEK) + 2, 'future', 'current', 'past') as Flag&lt;/P&gt;&lt;P&gt;Nearly no period-related information should be created/adjusted within the UI.&lt;/P&gt;&lt;P&gt;If you then want to ignore some selections you could just these fields into a set analysis, like:&lt;/P&gt;&lt;P&gt;count({&amp;lt; Field1, Field2 &amp;gt;} MyKPI)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 14:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527725#M107432</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-08-19T14:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: expression with calculted dimension</title>
      <link>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527919#M107468</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; calendrier.num_sem_fisc = {"&amp;lt;=$(=week(today()))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 18:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/expression-with-calculted-dimension/m-p/2527919#M107468</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-08-20T18:12:17Z</dc:date>
    </item>
  </channel>
</rss>

