<?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: Floating dimension and Pick issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030520#M84878</link>
    <description>&lt;P&gt;Hi Oleg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt reply .&lt;/P&gt;
&lt;P&gt;Follow your comment,&amp;nbsp; I Found the resolution here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000031589" target="_blank"&gt;https://support.qlik.com/articles/000031589&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I will definitely check the workshop you offer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 17:55:42 GMT</pubDate>
    <dc:creator>dana</dc:creator>
    <dc:date>2023-01-26T17:55:42Z</dc:date>
    <item>
      <title>Floating dimension and Pick issue</title>
      <link>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030504#M84876</link>
      <description>&lt;P&gt;Hi People,&lt;/P&gt;
&lt;P&gt;I use a floating dim to calculate a total :&lt;/P&gt;
&lt;P&gt;LOAD Dual(_Measure_Name,Measure_Code) As _Measure_Name INLINE [&lt;BR /&gt;Measure_Code, _Measure_Name&lt;BR /&gt;1, Type A&lt;BR /&gt;2, Type B&lt;BR /&gt;3, Total&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;I have a strange issue: only the first&amp;nbsp; of the Pick expressions works.&lt;/P&gt;
&lt;P&gt;I duplicated the first expression to check whether the issue was with one of the other expressions,&lt;/P&gt;
&lt;P&gt;but strangely, it doesn't work in the second position,&lt;/P&gt;
&lt;P&gt;I added a constant, and it works fine.&lt;/P&gt;
&lt;P&gt;The Pick expression&amp;nbsp; (the first and second&amp;nbsp; expressions are identical):&lt;/P&gt;
&lt;P&gt;Pick([_Measure_Name],&lt;BR /&gt;Sum({&amp;lt;DaysInGarage_Accident ={'Type A'},MonthlyDaysInGarage_Accum ={"&amp;gt;3"} &amp;gt;} aggr(Max({&amp;lt;DaysInGarage_Accident ={'Type A'},MonthlyDaysInGarage_Accum ={"&amp;gt;3"} &amp;gt;} MonthlyDaysInGarage_Accum),ORDER_NO))&lt;BR /&gt;,&lt;BR /&gt;Sum({&amp;lt;DaysInGarage_Accident ={'Type A'},MonthlyDaysInGarage_Accum ={"&amp;gt;3"} &amp;gt;} aggr(Max({&amp;lt;DaysInGarage_Accident ={'Type A'},MonthlyDaysInGarage_Accum ={"&amp;gt;3"} &amp;gt;} MonthlyDaysInGarage_Accum),ORDER_NO))&lt;BR /&gt;,1000&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="floating pick.png" style="width: 465px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98953iCC399F8FA0892C98/image-size/large?v=v2&amp;amp;px=999" role="button" title="floating pick.png" alt="floating pick.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Would appreciate some help!&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030504#M84876</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2023-01-26T17:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Floating dimension and Pick issue</title>
      <link>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030509#M84877</link>
      <description>&lt;P&gt;Hi Dana,&lt;/P&gt;
&lt;P&gt;This has to do with the AGGR() function and how it interacts with synthetic dimensions like the one you are using.&lt;/P&gt;
&lt;P&gt;I'm covering this example, among many other advanced analytics scenarios, in my session on Set Analysis and AGGR at the Masters Summit for Qlik.&amp;nbsp; I will be delivering this session on-line on March 1st.&lt;/P&gt;
&lt;P&gt;Check out our agenda and register here:&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Masters Summit for Qlik" href="https://masterssummit.com/" target="_blank" rel="noopener"&gt;Masters Summit for Qlik&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030509#M84877</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-01-26T17:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Floating dimension and Pick issue</title>
      <link>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030520#M84878</link>
      <description>&lt;P&gt;Hi Oleg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt reply .&lt;/P&gt;
&lt;P&gt;Follow your comment,&amp;nbsp; I Found the resolution here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000031589" target="_blank"&gt;https://support.qlik.com/articles/000031589&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I will definitely check the workshop you offer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030520#M84878</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2023-01-26T17:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Floating dimension and Pick issue</title>
      <link>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030521#M84879</link>
      <description>&lt;P&gt;Following&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6152"&gt;@Oleg_Troyansky&lt;/a&gt;&amp;nbsp; comment, I found this support article, which resolved my issue:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000031589" target="_blank"&gt;https://support.qlik.com/articles/000031589&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030521#M84879</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2023-01-26T17:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Floating dimension and Pick issue</title>
      <link>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030522#M84880</link>
      <description>&lt;P&gt;Hi Dana,&lt;/P&gt;
&lt;P&gt;Yes, NODISTINCT is one of the possible solutions. Some calculations work well with NODISTINCT and some don't. I think that your calculations of the Max() value should be fine with NODISTINCT.&lt;/P&gt;
&lt;P&gt;In my session, I'm covering two other ways of addressing the same problem, for those cases when NODISTINCT doesn't produce the correct result.&lt;/P&gt;
&lt;P&gt;See you at the virtual &lt;A href="https://masterssummit.com/" target="_self"&gt;Masters Summit for Qlik&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Floating-dimension-and-Pick-issue/m-p/2030522#M84880</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-01-26T17:59:29Z</dc:date>
    </item>
  </channel>
</rss>

