<?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: Bypassing field in calculated dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080048#M88596</link>
    <description>&lt;P&gt;Showing date field as measure is also not acceptable by users, as they are selecting date from date field in straight table., and if i use date field as measure then selection wont be possible by users&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 10:58:49 GMT</pubDate>
    <dc:creator>aatish12345</dc:creator>
    <dc:date>2023-06-05T10:58:49Z</dc:date>
    <item>
      <title>Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079195#M88515</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have below calculated dimension for "SalesDate" in straight table:&lt;/P&gt;
&lt;P&gt;Aggr(Only( [SalesDate]={"=[SalesDate]&amp;lt;=ReportingDate"}&amp;gt;}[SalesDate]),&lt;BR /&gt;[SalesDate])...In this calculated dimension I want to bypass Region field, I have done it as shown below&lt;/P&gt;
&lt;P&gt;Aggr({&amp;lt;[Region]=&amp;gt;} Only( [SalesDate]={"=[SalesDate]&amp;lt;=ReportingDate"},[Region]=&amp;gt;}[SalesDate]),&lt;BR /&gt;[SalesDate])&lt;/P&gt;
&lt;P&gt;The expression syntax is OK but in the Region filter is still getting applied on the data.&lt;/P&gt;
&lt;P&gt;I want to know is there any other way of bypassing the region field in order to avoid its selection on the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aatish&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 04:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079195#M88515</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-02T04:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079256#M88523</link>
      <description>&lt;P&gt;Hi, How about an expression just like this and then using [SalesDate] as the dimension?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;AggregationFunction &lt;/STRONG&gt;({$&amp;lt;[Region]=, [SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} &lt;STRONG&gt;Measure&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 13:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079256#M88523</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-02T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079276#M88525</link>
      <description>&lt;P&gt;Using only on the top of my expression wont allow the table to populat data as it is a date field used as dimension&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079276#M88525</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-02T08:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079279#M88526</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error in table.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/108969i9F330FEFC8E08A4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Error in table.JPG" alt="Error in table.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;BR /&gt;this is the error , since it is a calculated dimn so aggr function like only() it is not allowing&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079279#M88526</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-02T08:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079315#M88527</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;DIV id="bodyDisplay_f0725f1fa4be_699a" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;Hi, How about an expression just like this and then using [SalesDate] as the dimension?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;AggregationFunction &lt;/STRONG&gt;({$&amp;lt;[Region]=, [SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} &lt;STRONG&gt;Measure&lt;/STRONG&gt;)&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 02 Jun 2023 13:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079315#M88527</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-02T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079335#M88531</link>
      <description>&lt;P&gt;I will get back to you&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079335#M88531</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-02T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079964#M88574</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mean adding another expression with aggregation function and then using SalesDate as a dimension?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aatish&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079964#M88574</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-05T07:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079969#M88579</link>
      <description>&lt;P&gt;Something like.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;({$&amp;lt;[Region]=, [SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} &lt;STRONG&gt;Sales&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2079969#M88579</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-05T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080013#M88586</link>
      <description>&lt;P&gt;I cant use sum function since the field is Date field and not any numeric field.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 09:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080013#M88586</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-05T09:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080014#M88587</link>
      <description>&lt;P&gt;If you want to show the dates as measure, then maybe something like this.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Only&lt;/STRONG&gt;({$&amp;lt;[Region]=, [SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} &lt;STRONG&gt;[Date field]&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 09:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080014#M88587</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-05T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080048#M88596</link>
      <description>&lt;P&gt;Showing date field as measure is also not acceptable by users, as they are selecting date from date field in straight table., and if i use date field as measure then selection wont be possible by users&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080048#M88596</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-05T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080131#M88601</link>
      <description>&lt;P&gt;Share a snippet of the output table.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 13:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080131#M88601</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-05T13:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080200#M88606</link>
      <description>&lt;P&gt;here I used only function on SalesDate as a measure, but qs wont allow a selection on measure data, but my users want to select SalesDate for deep analysis of data., hence i was using it as calculated dimension&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 15:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080200#M88606</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-05T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080237#M88608</link>
      <description>&lt;P&gt;Only({1&amp;lt;[SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} [SalesDate])&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Aggr(Only({1&amp;lt;[SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} [SalesDate]), [SalesDate])&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2080237#M88608</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-05T16:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field in calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2081730#M88724</link>
      <description>&lt;P&gt;Hi Brun,&lt;/P&gt;
&lt;P&gt;the solution :&amp;nbsp;&lt;SPAN&gt;Aggr(Only({1&amp;lt;[SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} [SalesDate]), [SalesDate])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;is working perfectly when i bypassed region field as below:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Aggr({&amp;lt;Region=&amp;gt;}Only({1&amp;lt;[SalesDate]={"&amp;lt;=$(=ReportingDate)"},Region=&amp;gt;} [SalesDate]), [SalesDate])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But it is strange the same solution was not working when I used&amp;nbsp;[SalesDate]={"=[SalesDate]&amp;lt;=ReportingDate"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;in the set analysis., but once I replaced it with your code i.e.,&amp;nbsp;[SalesDate]={"&amp;lt;=$(=ReportingDate)"}&amp;gt;} , it is working perfectly., Thanks a lot for this help. Will really appreciate your efforts.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Happy learning!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Aatish&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 14:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bypassing-field-in-calculated-dimension/m-p/2081730#M88724</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2023-06-08T14:01:13Z</dc:date>
    </item>
  </channel>
</rss>

