<?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: dimension is changed by set analysis ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702184#M725811</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this seems to be not working. What I want is actually something like below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="untitled.png" style="width: 530px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33661i03DB4ED8B4E88BBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="untitled.png" alt="untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but my expression gives me this. I don't understand why 4/30 rows are in the table even though I have selected the date 5/12 in list box.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 514px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33662iEA1BFF996765CBD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 21:52:28 GMT</pubDate>
    <dc:creator>msmichael</dc:creator>
    <dc:date>2020-05-14T21:52:28Z</dc:date>
    <item>
      <title>dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702175#M725809</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I got a strange problem in a very simple data set. qvw is attached.&lt;/P&gt;&lt;P&gt;My data set is very simple, just like below:&lt;/P&gt;&lt;P&gt;'data':&lt;BR /&gt;load * Inline [&lt;BR /&gt;date,ID,val&lt;BR /&gt;'5/12/2020', 100, 1&lt;BR /&gt;'4/30/2020', 100, 2&lt;BR /&gt;'5/12/2020', 101, 10&lt;BR /&gt;'4/30/2020', 101, 20&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;in dashboard, I put a list box for "date" field so user can select a date. I put a calendar which is connected to a variable vDate. Then I have a table, dimension is "date" and "ID", express is like below:&lt;/P&gt;&lt;P&gt;=max({1&amp;lt;date={'$(=Date($(vDate)))'}&amp;gt;} val)&lt;/P&gt;&lt;P&gt;Note I use "1" and date in the set analysis. basically what I want is , when date is selected as 5/12/2020, and calendar is set to be 4/30/2020, I want the table to show the val of 4/30. It shows the correct val but why the date column is 4/30? It should be 5/12 because I'm selecting 5/12 in the list box, right?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="untitled.png" style="width: 525px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33660i34E36FFC88D73F62/image-size/large?v=v2&amp;amp;px=999" role="button" title="untitled.png" alt="untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the qvw file is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702175#M725809</guid>
      <dc:creator>msmichael</dc:creator>
      <dc:date>2024-11-16T00:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702176#M725810</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Above(Max({1&amp;lt;date={'$(=Date($(vDate)))'}&amp;gt;} val))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 May 2020 21:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702176#M725810</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-14T21:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702184#M725811</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this seems to be not working. What I want is actually something like below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="untitled.png" style="width: 530px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33661i03DB4ED8B4E88BBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="untitled.png" alt="untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but my expression gives me this. I don't understand why 4/30 rows are in the table even though I have selected the date 5/12 in list box.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 514px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33662iEA1BFF996765CBD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 21:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702184#M725811</guid>
      <dc:creator>msmichael</dc:creator>
      <dc:date>2020-05-14T21:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702197#M725812</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Aggr(Above(Max({1}val)), ID, (date, (numeric)))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 May 2020 23:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702197#M725812</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-14T23:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702205#M725813</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for the solution. but i just found this only works when I have two dates, what if I have more dates and I want user to choose different Compare Date from the calendar and the table should be updated automatically?&lt;/P&gt;&lt;P&gt;a new qvw is attached with more data, I tried modifying the expression, but can't get it work..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 01:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702205#M725813</guid>
      <dc:creator>msmichael</dc:creator>
      <dc:date>2020-05-15T01:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702467#M725814</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Aggr(Above(Max({1&amp;lt;date = {"$(=Date($(vDate)))", "$(=Date(Max(date)))"}&amp;gt;}val)), ID, (date, (numeric)))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 15 May 2020 14:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702467#M725814</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-15T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: dimension is changed by set analysis ??</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702561#M725815</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 18:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-is-changed-by-set-analysis/m-p/1702561#M725815</guid>
      <dc:creator>msmichael</dc:creator>
      <dc:date>2020-05-15T18:57:05Z</dc:date>
    </item>
  </channel>
</rss>

