<?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>Question Re: webi current Year in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483218#M84567</link>
    <description>&lt;P&gt;Hi Ricardo,&lt;/P&gt;&lt;P&gt;How would I implement this since I need to schedule the reports, monthly?&lt;/P&gt;&lt;P&gt;Isn't that the variables are only visible after the report has run?&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 18:38:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-05-11T18:38:37Z</dc:date>
    <item>
      <title>webi current Year</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-current-year/qaq-p/483215</link>
      <description>&lt;P&gt;I have a requirement to have some Webi reports scheduled anytime and broadcast with the current Fiscal Year  and the current Period (month) data.&lt;/P&gt;&lt;P&gt;Fiscal_Year  and Period (i.e. 2017 and 05) are numeric objects in the Universe.  
&lt;/P&gt;&lt;P&gt;Can someone help me with a formula? And how to implement it? am not sure which is better, at report or Universe level?&lt;/P&gt;&lt;P&gt;Or is it simpler to just use the system date in a filter? Then, how?&lt;/P&gt;&lt;P&gt;Thanks in advance.
&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 14:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-current-year/qaq-p/483215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-11T14:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: webi current Year</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483216#M84565</link>
      <description>&lt;P&gt;create two objects in universe for current Month and Year.These you can create on currentdate() function.You have Year &amp;amp; Month function in universe to get the values.&lt;/P&gt;&lt;P&gt;Instead of using prompt use these in the webi queries.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 14:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483216#M84565</guid>
      <dc:creator>amitrathi239</dc:creator>
      <dc:date>2017-05-11T14:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: webi current Year</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483217#M84566</link>
      <description>&lt;P&gt;Hi; &lt;/P&gt;&lt;P&gt;Create variables::&lt;/P&gt;&lt;P&gt;Current Year =Year(CurrentDate())&lt;/P&gt;&lt;P&gt;Current Month =MonthNumberOfYear(CurrentDate())&lt;/P&gt;&lt;P&gt; Hope it helps;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 14:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483217#M84566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-11T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: webi current Year</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483218#M84567</link>
      <description>&lt;P&gt;Hi Ricardo,&lt;/P&gt;&lt;P&gt;How would I implement this since I need to schedule the reports, monthly?&lt;/P&gt;&lt;P&gt;Isn't that the variables are only visible after the report has run?&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 18:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483218#M84567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-11T18:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: webi current Year</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483219#M84568</link>
      <description>&lt;P&gt;Hi Enrique,&lt;/P&gt;
  &lt;P&gt;Can you please tell me do you have any date field to identify year and month in your data.&lt;/P&gt;
  &lt;P&gt;If you have such we can do as follow.&lt;/P&gt;
  &lt;P&gt;I am considering YearD and MonthD objects from your data.&lt;/P&gt;
  &lt;P&gt;You need to create formulas as below.&lt;/P&gt;
  &lt;P&gt;Variable 1: Current Year =Year(CurrentDate())&lt;/P&gt;
  &lt;P&gt;Variable 2: Current Month =MonthNumberOfYear(CurrentDate())&lt;/P&gt;
  &lt;P&gt;Variable 3(Current year filter): if(currentyear=Yeard) then 1 &lt;/P&gt;
  &lt;P&gt;Variable 4(Current month filter): if(currentmonth=Monthd) then 1&lt;/P&gt;
  &lt;P&gt;Once you create all above formulas.&lt;/P&gt;
  &lt;P&gt;you can apply filter on the report as Current year filter=1 and current month filter =1.&lt;/P&gt;
  &lt;P&gt;Hope this solve your purpose &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-current-year/qaa-p/483219#M84568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-12T14:26:44Z</dc:date>
    </item>
  </channel>
</rss>

