<?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: Potential Set Analysis Help in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530124#M123647</link>
    <description>&lt;P&gt;the problem of you mont+year is the format&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's a string so you can't apply a set analysis with -1 to have the year past.&lt;/P&gt;&lt;P&gt;so if you split month and year it's easy to apply a set analysis&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in your graphic you can show month and year&amp;nbsp;&lt;/P&gt;&lt;P&gt;show the attachment, i think it will be more esay to unsderstand what i mean&lt;/P&gt;&lt;P&gt;sorry my english is bad &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 16:27:04 GMT</pubDate>
    <dc:creator>juliensaintmaxent3113</dc:creator>
    <dc:date>2019-01-14T16:27:04Z</dc:date>
    <item>
      <title>Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530087#M123636</link>
      <description>&lt;P&gt;Hiya,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a table in Qliksense and want it to look something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 561px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3711i327F59D9A3BACBCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Currently I've managed to get this..&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3712i43A49A3498972019/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm just wondering if anyone knows how to add the Year on year difference.. This needs to change when the filter changes the selection.. I think I need to use set analysis but I can't work out how to make it happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530087#M123636</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2024-11-16T21:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530092#M123637</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in first , create fields month and year which are separeted&lt;/LI&gt;&lt;LI&gt;in the second time:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;sum({$&amp;lt;fieldyear={"$(=max(Year))"}&amp;gt;}Volume)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({$&amp;lt;fieldyear={"$(=max(Year)-1)"}&amp;gt;}Volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the same for value&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;in the third time, in the label expression : &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;='Volume '&amp;amp;max(year)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;nbsp;'Volume '&amp;amp;(max(year)-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;to finish, leave dimension month-year in the graphic.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;After, you can realize evolution or difference between values with the expression or with the function column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 15:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530092#M123637</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-14T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530117#M123643</link>
      <description>&lt;P&gt;I don't quite get what you mean... I need the month + Year to be a field together, not separate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 16:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530117#M123643</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-01-14T16:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530124#M123647</link>
      <description>&lt;P&gt;the problem of you mont+year is the format&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's a string so you can't apply a set analysis with -1 to have the year past.&lt;/P&gt;&lt;P&gt;so if you split month and year it's easy to apply a set analysis&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in your graphic you can show month and year&amp;nbsp;&lt;/P&gt;&lt;P&gt;show the attachment, i think it will be more esay to unsderstand what i mean&lt;/P&gt;&lt;P&gt;sorry my english is bad &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 16:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530124#M123647</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-14T16:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530314#M123689</link>
      <description>&lt;P&gt;Okay, I think I understand... I don't think my lack of qliksense understanding helps!&amp;nbsp;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://community.qlik.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;&lt;P&gt;In your test data, it's still got the 4 columns, what I need is an additional 2 columns that do:&lt;/P&gt;&lt;P&gt;Value of Selected date 1 - Value of Selected Date 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volume of Selected date 1 - Volume of Selected Date 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;to give the differences, then that would need to change as my selections change. I've already got the table changing as my selections change..&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might not even be set analysis I need to use to get this to work..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully that helps. Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 09:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530314#M123689</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-01-15T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530322#M123694</link>
      <description>&lt;P&gt;don't hesitate to contact us&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 09:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530322#M123694</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-15T09:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530329#M123696</link>
      <description>&lt;P&gt;Is anyone else able to help? I've not managed to get to a solution as of yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 09:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530329#M123696</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-01-15T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530337#M123698</link>
      <description>&lt;P&gt;in my first post, i give you solutions to make difference&lt;/P&gt;&lt;P&gt;in attachmnet, you find 2 solutions to make difference between year&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 09:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530337#M123698</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-15T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530342#M123700</link>
      <description>&lt;P&gt;You've given me the first step which I've already done. It's the calculating difference based on my current selections that I need help with.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530342#M123700</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-01-15T10:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530344#M123701</link>
      <description>&lt;P&gt;do you check the attachmnent diff.zip?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530344#M123701</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-15T10:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530355#M123704</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530355#M123704</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-01-15T10:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530358#M123705</link>
      <description>&lt;P&gt;and inside you don't find difference between two values?&lt;/P&gt;&lt;P&gt;like that:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-01-15_11h24_27.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3749iF5746E1D71196F98/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-01-15_11h24_27.png" alt="2019-01-15_11h24_27.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530358#M123705</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-15T10:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530360#M123706</link>
      <description>&lt;P&gt;No, I've double checked the file, I am just getting the same data as the original attachment.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530360#M123706</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-01-15T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Potential Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530362#M123707</link>
      <description>&lt;P&gt;it's a mistake of my part , i'm sorry&lt;/P&gt;&lt;P&gt;please check in the&amp;nbsp;attachment the good app with two methods to calculate difference &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Potential-Set-Analysis-Help/m-p/1530362#M123707</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2019-01-15T10:34:52Z</dc:date>
    </item>
  </channel>
</rss>

