<?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: Use the derived data items in charts in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192670#M1453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be aware the expression I used only works if the fiscal year starts on 01July. I suggest you add the fiscalDate column to the data that is loaded into the LASR Server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 16:17:53 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2015-01-22T16:17:53Z</dc:date>
    <item>
      <title>Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192662#M1445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use some of the various derived data items, like Year to Date Growth or Difference from Previous Parallel Period, in my charts and graphs.&amp;nbsp; However, I need these measures calculated for data that is compiled on a fiscal year basis, not a calendar year basis.&amp;nbsp; Any thoughts or suggestions on the best way to accomplish this in VA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 14:27:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192662#M1445</guid>
      <dc:creator>paul1034</dc:creator>
      <dc:date>2015-01-22T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192663#M1446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you build another date column, that has a proper date according to the finance year, for example your finance year begins on the 01jul2014 so you translate this into 01jan2015 and then use this new data item to build your YTD etc values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to duplicate this new data item to get fiscal year and fiscal month (you can use the month format and display it as a number) to build a report, here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/8819_pastedImage_0.png" style="width: 829px; height: 312px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 15:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192663#M1446</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-01-22T15:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192664#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Bruno..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for u r fostest reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will build new data column, but I have one question, I want it will be automatic every year...in VA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u have any suggestions...&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Teja surapaneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 15:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192664#M1447</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2015-01-22T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192665#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the follwoing expression to build the new fiscal year, this might help you get started&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ( Month('saleDate'n) BetweenInclusive(1, 6) )&lt;/P&gt;&lt;P&gt;RETURN DateFromMDY(( Month('saleDate'n) + 6 ), DayOfMonth('saleDate'n), ( Year('saleDate'n) + 0 ))&lt;/P&gt;&lt;P&gt;ELSE DateFromMDY(( Month('saleDate'n) - 6 ), DayOfMonth('saleDate'n), ( Year('saleDate'n) + 1 ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 16:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192665#M1448</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-01-22T16:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192666#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u pls send me screen shots...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 16:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192666#M1449</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2015-01-22T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192667#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/8820_pastedImage_0.png" style="width: 796px; height: 594px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I think it is a lot easier to just copy/paste the expression in the text area, in picture above marked in red&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 16:08:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192667#M1450</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-01-22T16:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192668#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all!&amp;nbsp; I will let you know the results when I try it later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 16:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192668#M1451</guid>
      <dc:creator>paul1034</dc:creator>
      <dc:date>2015-01-22T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192669#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Bruno, for sending us screen shot, let me try, after that I will share my experience vth u, once again thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 16:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192669#M1452</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2015-01-22T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192670#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be aware the expression I used only works if the fiscal year starts on 01July. I suggest you add the fiscalDate column to the data that is loaded into the LASR Server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 16:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192670#M1453</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-01-22T16:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192671#M1454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&amp;nbsp; In reviewing the results after implementing your calculation, I noticed some missing values.&amp;nbsp; The missing values displayed when the new fiscal date did not have a corresponding date to the sales date.&amp;nbsp; For example, August corresponds to February.&amp;nbsp; So, when a sale occurs on Aug 30th or 31st, that corresponding date in February displays as "." since the month of February does not have a 30th or 31st.&amp;nbsp; This situation is true for the months of October and April, December and June, March and September, and May and November.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My thought is another IF or CASE statement needs to be included to account for these discrepancies.&amp;nbsp; If you know of a better solution, please suggest it.&amp;nbsp; Any help is welcomed.&amp;nbsp; Thanks again!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 14:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192671#M1454</guid>
      <dc:creator>paul1034</dc:creator>
      <dc:date>2015-01-23T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Use the derived data items in charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192672#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the easiest way is just to assume some constant value for the day, since as you pointed out, some days might not exist in the financial month. As suggested earlier, I would create the value for the financial date outside of VA. SAS provides the &lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/67398/HTML/default/viewer.htm#p10v3sa3i4kfxfn1sovhi5xzxh8n.htm"&gt;INTNX function&lt;/A&gt;, which allows you do advance a date by some interval, see the example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; have;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;cards&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;dlm&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;","&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; saleDate : &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;date9.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount : &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;best12.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; fiscalDate = intnx(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"month"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;, saleDate, &lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;6&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"B"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; saleDate fiscalDate &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;date9.&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;cards&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffc0;"&gt;30aug2014,123&lt;BR /&gt;31aug2014,456&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 14:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Use-the-derived-data-items-in-charts/m-p/192672#M1455</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-01-23T14:18:59Z</dc:date>
    </item>
  </channel>
</rss>

