<?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: MoM growth of the current month in text object in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476529#M10630</link>
    <description>&lt;P&gt;I am using SAS VA 9.4&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 17:04:58 GMT</pubDate>
    <dc:creator>jmehul</dc:creator>
    <dc:date>2018-07-09T17:04:58Z</dc:date>
    <item>
      <title>MoM growth of the current month in text object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476459#M10625</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to make a text object (KPI) to show the latest month on month growth %.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the Aggregate measure as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;( Period(_Sum_, 'sale'n, _ApplyAllFilters_, 'date'n, _ByYear_) - ParallelPeriod(_Sum_, 'sale'n, _ApplyAllFilters_, 'date'n, _ByYear_, _ByYear_, -1, _Full_, {Date}) )&lt;/P&gt;&lt;P&gt;/ ParallelPeriod(_Sum_, 'sale'n, _ApplyAllFilters_, 'date'n, _ByYear_, _ByYear_, -1, _Full_, {Date})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then setting up the rank in the rank tab as month&amp;nbsp;= max_month (top count =2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to see it in list table but when I put it on the text object, it is showing missing value which is obvious.&amp;nbsp;&lt;BR /&gt;As sum(missing , any value) = missing.&lt;BR /&gt;&lt;BR /&gt;Is there any way in which I can do this thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 14:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476459#M10625</guid>
      <dc:creator>jmehul</dc:creator>
      <dc:date>2018-07-09T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: MoM growth of the current month in text object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476526#M10629</link>
      <description>&lt;P&gt;What version of VA are you on? &amp;nbsp;The latest versions have a KPI object that does exactly what you want, but for earlier versions there are still some possibilities.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476526#M10629</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T17:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: MoM growth of the current month in text object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476529#M10630</link>
      <description>&lt;P&gt;I am using SAS VA 9.4&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476529#M10630</guid>
      <dc:creator>jmehul</dc:creator>
      <dc:date>2018-07-09T17:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: MoM growth of the current month in text object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476534#M10631</link>
      <description>&lt;P&gt;Okay, the simplest way I know to get the growth number to show is to assign the aggregated item to a chart where it would show as a single element. &amp;nbsp;For example, if you use the same rank you describe on a pie chart, you would get the aggregated value for only one slice (showing as the whole wheel). &amp;nbsp;You could then use the style and properties tabs to make the numeric value show very large and provide a title.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/476534#M10631</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: MoM growth of the current month in text object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/477810#M10666</link>
      <description>&lt;P&gt;Is there any other method or formula for calculating YoY, QoQ or MoM so that I can get rid&amp;nbsp;of that missing value.&lt;/P&gt;&lt;P&gt;If not in SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other way on SAS VIYA&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 08:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/MoM-growth-of-the-current-month-in-text-object/m-p/477810#M10666</guid>
      <dc:creator>jmehul</dc:creator>
      <dc:date>2018-07-13T08:47:02Z</dc:date>
    </item>
  </channel>
</rss>

