<?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: Need Help on  Calculation in Alteryx Designer Cloud Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161965#M1772</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt;&amp;nbsp; try this version with your Book5 file.&lt;/P&gt;
&lt;P&gt;We solved it in a very similar way.&amp;nbsp; Mine does have what you'd need to pick the latest data for each.&amp;nbsp; You'd just add a filter at the end so that the tile seq number = the last row for each group.&lt;/P&gt;
&lt;P&gt;All I did with the attached file was downgrade my previous one.&amp;nbsp; If that doesn't work, then let me know which version you're on so I can downgrade to that version.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2023 17:57:56 GMT</pubDate>
    <dc:creator>patrick_mcauliffe</dc:creator>
    <dc:date>2023-07-13T17:57:56Z</dc:date>
    <item>
      <title>Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161253#M1764</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very new to Alteryx and struggling to build some calculations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build a workflow which is tracking a stock performance for QTD &amp;amp; YTD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each Month a new record will be added to the Input File &amp;amp; it should calculate recent month QTD &amp;amp; YTD return paste it to respective tab along with BMV &amp;amp; EMV.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached Raw file along with output which I'm looking out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 10:52:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161253#M1764</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-12T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161282#M1765</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt; welcome to the wonderful world of Alteryx.&lt;/P&gt;
&lt;P&gt;Its easier to help if you can attach a workflow of what you've tried so that no one is repeating something that didn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:29:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161282#M1765</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2023-07-12T12:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161320#M1766</link>
      <description>&lt;P&gt;I was not able to calculate recent Quarter to date return &amp;amp; YTD return using =Sumproduct(product(B2:B7/100+1)-1)*100 for YTD&lt;/P&gt;&lt;P&gt;Same formula should be use for QTD calculation however it should be dynamic base on recent quarter&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:55:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161320#M1766</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-12T12:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161335#M1767</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A few things I'd try:&lt;/P&gt;
&lt;P&gt;1. Instead of getting the month as a string (which means you'd have to do an if/then/else for every month), I'd convert the string month number to a number so you can do "&amp;lt;= (month number) then Qx".&lt;/P&gt;
&lt;P&gt;2. Then I would use a running total so it will continue to add them up and you can pick which line you want from that.&amp;nbsp; Group by Stock Name so it knows when to restart the running total.&lt;/P&gt;
&lt;P&gt;3. To get the final value from each you could do a Max summarize on the running total for each group.&lt;/P&gt;
&lt;P&gt;See the attached workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 13:48:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161335#M1767</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2023-07-12T13:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161346#M1768</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2155"&gt;@patrick_mcauliffe&lt;/a&gt;&amp;nbsp;Thanks for looking into it however I'm not looking out for running total, it should be calculate base on formula, in excel we are using =sumproduct(product(range of returns/100+1)-1)*100 kindly refer the excel attached file for quick validation. also for recent QTD it should create a separate tab &amp;amp; for YTD too it should create new tab. it would be great help if help me to resolve this soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in simple Math's the formula to calculate is QTD &amp;amp; YTD is same only range would vary ((1+B2/100)*(1+B3/100)*(1+B4/100)*******-1)*100&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 16:46:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161346#M1768</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-12T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161896#M1770</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt; , my apologies I missed that.&amp;nbsp; Also the PRODUCT function is new to me but I'll see if I can learn it.&lt;/P&gt;
&lt;P&gt;Check out the attached where I use the multi-row to identify arrays, similar to how its done in Excel.&lt;/P&gt;
&lt;P&gt;The last number of each quarter is correct-ish, so let me know what you think of this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 15:54:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161896#M1770</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2023-07-13T15:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161940#M1771</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2155"&gt;@patrick_mcauliffe&lt;/a&gt;&amp;nbsp;I'm not able to open workflow its seems you 're using updated version, I'm using old version however i was able solve this problem kindly find attached workflow which I created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to filter only latest quarter for e.g if in file latest data for Aug 2022 then it should select only July &amp;amp; august data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 17:00:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161940#M1771</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-13T17:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161965#M1772</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt;&amp;nbsp; try this version with your Book5 file.&lt;/P&gt;
&lt;P&gt;We solved it in a very similar way.&amp;nbsp; Mine does have what you'd need to pick the latest data for each.&amp;nbsp; You'd just add a filter at the end so that the tile seq number = the last row for each group.&lt;/P&gt;
&lt;P&gt;All I did with the attached file was downgrade my previous one.&amp;nbsp; If that doesn't work, then let me know which version you're on so I can downgrade to that version.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 17:57:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1161965#M1772</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2023-07-13T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1162255#M1773</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2155"&gt;@patrick_mcauliffe&lt;/a&gt;&amp;nbsp;this looks more streamline in out put I'm trying to get only latest Quarter data for e.g. in our calculation file in output its should only reflect Q2 and in future if Q3 adds then it should only reflect Q3 data in output. I just added one more column in data as Date.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 08:35:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1162255#M1773</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-14T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1162339#M1774</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt;&amp;nbsp; you could use the exact same workflow with two modifications:&lt;/P&gt;
&lt;P&gt;1. Add a Sort right after the Data Input tool.&amp;nbsp; You would want it to be a sort on Stock, the Date (both Ascending).&amp;nbsp; That way the Tile tool will be sure to set the sequence correctly.&lt;/P&gt;
&lt;P&gt;2. Add the very end, add a Sort By and then a Unique tool.&amp;nbsp; Sort by Stock (Ascending), then Date (Descending).&amp;nbsp; For the Unique Tool, you'd just need to select Stock as your Unique field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 12:12:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1162339#M1774</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2023-07-14T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1162345#M1775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2155"&gt;@patrick_mcauliffe&lt;/a&gt;&amp;nbsp;I'tried that way however its only showing 06/30 and I would need 05/31 &amp;amp; 04/30 along with June data.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 12:34:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1162345#M1775</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-14T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1163046#M1780</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2155"&gt;@patrick_mcauliffe&lt;/a&gt;&amp;nbsp;Just checking have you got chance to look onto how to filter last quarter data in file in a dynamic way.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 12:34:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1163046#M1780</guid>
      <dc:creator>RaviPM10</dc:creator>
      <dc:date>2023-07-17T12:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on  Calculation</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1170760#M1807</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/429758"&gt;@RaviPM10&lt;/a&gt;, sorry I was out for a bit.&amp;nbsp; Did you figure this out?&lt;/P&gt;
&lt;P&gt;As long as the dates you have in Excel are the correct dates for each period this should work fine.&lt;/P&gt;
&lt;P&gt;If not, then what region is your Excel set to?&lt;BR /&gt;File --&amp;gt; Options --&amp;gt; Regional Format Settings&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:08:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/Need-Help-on-Calculation/m-p/1170760#M1807</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2023-08-02T14:08:55Z</dc:date>
    </item>
  </channel>
</rss>

