<?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: why is this set analysis not working? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603452#M63205</link>
    <description>&lt;P&gt;Is the [&lt;SPAN&gt;YearMonth_LayOut] field a numeric (like a date or dual value)?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2019 05:15:41 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-07-18T05:15:41Z</dc:date>
    <item>
      <title>why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603446#M63204</link>
      <description>&lt;P&gt;I have this expression that works bringing amount&lt;/P&gt;&lt;P&gt;&lt;U&gt;sum({$&amp;lt;YearMonth_LayOut={"$(=$(vYearMonth))"}&amp;gt;} amount)&lt;/U&gt;&lt;/P&gt;&lt;P&gt;But it brings only actual year/month and I need to see the months till actual month not including it. So I change the expression to&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;YearMonth_LayOut={"&amp;lt;$(=$(vYearMonth))"}&amp;gt;} amount) and it brings me nothing&lt;/P&gt;&lt;P&gt;vYearMonth has the result = 2019/07 and I have data for YearMonth_LayOut since last year&lt;/P&gt;&lt;P&gt;Any idea what is wrong in&amp;nbsp; my expression please?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603446#M63204</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2024-11-16T20:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603452#M63205</link>
      <description>&lt;P&gt;Is the [&lt;SPAN&gt;YearMonth_LayOut] field a numeric (like a date or dual value)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 05:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603452#M63205</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-07-18T05:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603626#M63206</link>
      <description>&lt;P&gt;No, it is a text field like ˜2019/07˜&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603626#M63206</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2019-07-18T11:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603632#M63207</link>
      <description>&lt;P&gt;And are you also expecting a textual/string comparison when comparing with &amp;lt;/&amp;gt; sign? I guess not, right?&amp;nbsp; Try to create a numeric/dual field in the script and use the same in set analysis here.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603632#M63207</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-07-18T11:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603648#M63208</link>
      <description>&lt;P&gt;Are you telling me the problem is the ˜/˜ or comparing a text field?&lt;/P&gt;&lt;P&gt;Just to understand what I have to do&lt;/P&gt;&lt;P&gt;I could bet that this comparison should work, but this can explain my day lost trying to make it happen&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603648#M63208</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2019-07-18T11:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603655#M63209</link>
      <description>&lt;P&gt;I changed the field to numeric without the "/" and did not get how to work&lt;/P&gt;&lt;P&gt;this way works selecting only actual year/month&lt;/P&gt;&lt;P&gt;&lt;U&gt;YearMonth_Num_LayOut={"$(=$(vYearMonthNum))"}&lt;/U&gt;&lt;/P&gt;&lt;P&gt;but if I try to see only previous ones, nothing comes:&lt;/P&gt;&lt;P&gt;&lt;U&gt;YearMonth_Num_LayOut={"$(&amp;lt;=$(vYearMonthNum))"}&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603655#M63209</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2019-07-18T11:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603668#M63210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you able to provide sample data or qvf file?&lt;/P&gt;&lt;P&gt;This might help to resolve&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 12:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603668#M63210</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2019-07-18T12:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603746#M63211</link>
      <description>&lt;P&gt;I am in a client and unfortunatelly I cannot share their data, but see the image with the table view and variable view if can help you and thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de Tela 2019-07-18 às 11.11.51.png" style="width: 729px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15662iAFD8A70548FD12E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de Tela 2019-07-18 às 11.11.51.png" alt="Captura de Tela 2019-07-18 às 11.11.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603746#M63211</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2019-07-18T14:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603768#M63212</link>
      <description>Hi Rcandeo,&lt;BR /&gt;&lt;BR /&gt;Try this.&lt;BR /&gt;YearMonth_Num_LayOut={$(#vYearMonthNum)}&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Ravi</description>
      <pubDate>Thu, 18 Jul 2019 14:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603768#M63212</guid>
      <dc:creator>ravishankarqv</dc:creator>
      <dc:date>2019-07-18T14:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603798#M63213</link>
      <description>&lt;P&gt;I would have written the expression like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({$&amp;lt;YearMonth_LayOut={"&amp;lt;'$(vYearMonth)'"}&amp;gt;} amount)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&amp;nbsp; maybe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({$&amp;lt;YearMonth_LayOut={"&amp;lt;$(vYearMonth)"}&amp;gt;} amount)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Think that you do not have to opperate with the value loaded into the variable, then you just need to substitute its contain in set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 15:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603798#M63213</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-07-18T15:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603952#M63214</link>
      <description>&lt;P&gt;Unfortunatelly no numbers here&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 22:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603952#M63214</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2019-07-18T22:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: why is this set analysis not working?</title>
      <link>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603953#M63215</link>
      <description>&lt;P&gt;the first expression came with no numbers and the second did no respected the selection and all months were there&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 22:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/why-is-this-set-analysis-not-working/m-p/1603953#M63215</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2019-07-18T22:10:16Z</dc:date>
    </item>
  </channel>
</rss>

