<?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: Wrong values while Hiding rows/columns in a table in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377386#M3335201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula is context on Year and you need to show it on report block. Why not display "Year" in block and hide it?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 13:12:16 GMT</pubDate>
    <dc:creator>jyothirmayee_s</dc:creator>
    <dc:date>2013-04-24T13:12:16Z</dc:date>
    <item>
      <title>Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaq-p/9377381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation where i have created a webi report containing the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;rolling 12 months running sum of a measure&lt;/STRONG&gt;&lt;/SPAN&gt; object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using cross table to display the values along with year, plan/actual, revenue, months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the below mentioned output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/208483" width="450" /&gt;&lt;/P&gt;&lt;P&gt;and the properties of the table are shown in the below figure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/208499" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to hide the rows that are showing empty in the table. So I unchecked the "show rows where measure values =0" and even wrote a formula&amp;nbsp; to hide, then the output is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/208500" width="450" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the properties for the above table output is as below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/208501" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Now if we observe, the values in the cross table are different. If i uncheck the values are changing and giving me wrong results. &lt;/P&gt;&lt;P&gt;The values in the first figure are correct but when i try to hide the empty rows it is giving me wrong results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to remove the Year dimension and checked the output, then it is giving me &lt;STRONG style="text-decoration: underline;"&gt;"#multivalue"&lt;/STRONG&gt; error. I tried with putting &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Sum()&lt;/STRONG&gt;&lt;/SPAN&gt; function to rectify the error but of no use.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/208514" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to put &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;block level filter for year&lt;/STRONG&gt;&lt;/SPAN&gt; object to the cross table, but values are coming wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 10:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaq-p/9377381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377382#M3335197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Hide when formula is true" option hide/unhide depending on the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to hide/unhide rows then apply a report filter.. you cannot directly hide a row if it is null.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the same logic in "Hide" for Report filter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is your running sum in Crosstab though?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377382#M3335197</guid>
      <dc:creator>jyothirmayee_s</dc:creator>
      <dc:date>2013-04-23T13:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377383#M3335198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothirmayee S,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yup, i have tried all options in hide and every checked with multiple ways as i mentioned in the discussion and attached pictures of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My rolling runningsum() formula is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;=If([Aggregate Data].[Year]=[Current year] And [Aggregate Data].[Month Number]&amp;lt;=12) Then RunningSum([Aggregate Data].[Plan Value])-Previous([Aggregate Data].[Plan Value];13)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;without year field i couldnot able to get the required output and if show year then I dont want to show the months for previous year. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt; I dont know how can i achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Ram&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377383#M3335198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-24T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377384#M3335199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram, For hiding blank rows you have to use show rows where measure values, and for hiding "0" you have to use show rows where measure values ="0" . Thers is a big difference in these two options, hope you will get it with this. Also conditions used will overwrite the default settings. Thanks, Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377384#M3335199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-24T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377385#M3335200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothirmayee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yup, i tried all options in HIDE and even checked with multiple deselect of the check boxes but of no use. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I restricted using block filter, using filter variable and all sorts of filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i remove the year then my report is not showing accurate values but if I show Year then it is displaying me the exact values for current year and blank values for last year. Now I wanted to hide those blank values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My runningsum() formula is as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;=If([Aggregate Data].[Year]=[Current year] And [Aggregate Data].[Month Number]&amp;lt;=12) Then RunningSum([Aggregate Data].[Plan Value])-Previous([Aggregate Data].[Plan Value];13)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Even we are trying for Universe level filter and output of one query as an input to another query concept.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dont know how to resolve this issue &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Ram&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377385#M3335200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-24T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377386#M3335201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula is context on Year and you need to show it on report block. Why not display "Year" in block and hide it?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 13:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377386#M3335201</guid>
      <dc:creator>jyothirmayee_s</dc:creator>
      <dc:date>2013-04-24T13:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377387#M3335202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothirmayee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have displayed year on the block and trying to hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see the first picture that i have uploaded you can clearly view year 2012 with no values and year 2013 with values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to hide the empty rows for the year 2012. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can hide by unchecking the Show measure values = 0 in table properties, but the values are displaying incorrect as you can see in figure 2. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help highly appreciated. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 06:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377387#M3335202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-25T06:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377388#M3335203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your guidance and support to me &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I could able to get the solution for the above problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the steps i followed in resolving the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the formula to: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NoFilter(RunningSum([Act/Fcst])-RunningSum(Previous([Act/Fcst];12)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and applied filter to the block to current year as i wanted to display only rolling 12 months runningsum for current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/209425" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final result is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/209468" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 12:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377388#M3335203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-25T12:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377389#M3335204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report runs only for 2013 then solution works.. What if the user runs the report for 2012 or 2014?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377389#M3335204</guid>
      <dc:creator>jyothirmayee_s</dc:creator>
      <dc:date>2013-04-25T13:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377390#M3335205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is as such that the report has to display for the values for the current year and the previous year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I filtered the report with Current Year variable, instead of 2013 as shown in the picture because for any current year change the values has to be displayed.&lt;/P&gt;&lt;P&gt;(For example, I have shown in the picture as 2013) &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/1410/images/emoticons/silly.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the report to be displayed with 2012 or 2014 then report should contain prompts or any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is prompted for any year then using UserResponse() i will catch the value in a variable and will apply for the report filter accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the formula doesnot contain any year in that so I believe it will run for any year &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; with year containing in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing is that I have to choose the table/block/report filter wisely as per the report requirement. &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/1410/images/emoticons/cool.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 14:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377390#M3335205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-26T14:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377391#M3335206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented same concept to achieve rolling 12 month aggregation, but let say i want to calculate for year 2013, Jan to Dec. If in the report prompt i give year 2013, my 2012 data will get filter out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Jan 2013 rollup = Feb(2012)+.......Jan(2013)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but due to report prompt, 2012 hass been filtered out. hence the results wont be corrent. NoFilter works in case of report filter, not in case of prompts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve the same in universe level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 08:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377391#M3335206</guid>
      <dc:creator>former_member158249</dc:creator>
      <dc:date>2014-01-12T08:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377392#M3335207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sushant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For handling the previous year values for the measures, you can use @Prompt function in the &lt;STRONG&gt;Previous Year Measure&lt;/STRONG&gt; objects as below(Pseudocode):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@Measure_PY&lt;/STRONG&gt; Where @Select(Time\Fiscal Period) = @Prompt("&lt;SPAN style="text-decoration: underline;"&gt;Enter Selection year&lt;/SPAN&gt;") - 1 Year &lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;(the underlined message should be the same as the current prompt message which has been used as a prompt for selecting current year)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other Measures:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@Measure&lt;/STRONG&gt; Where @Select(Time\Fiscal Period) = @Prompt("Enter Selection year")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nagavaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 05:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377392#M3335207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-13T05:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377393#M3335208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nagavaibhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean i should create this measure in the universe level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377393#M3335208</guid>
      <dc:creator>former_member158249</dc:creator>
      <dc:date>2014-01-13T06:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377394#M3335209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes create the measure on the Universe.&lt;/P&gt;&lt;P&gt;Since Prompt message is same, you will have single prompt and the value returned should be handled in the Measure's formulae (the place where you will subtract 1 year from the value returned by the prompt)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377394#M3335209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-13T06:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377395#M3335210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagavaibhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution suggested by you gives error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual syntax to achieve prompt is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@Measure_PY&lt;/STRONG&gt; Where @Select(Time\Fiscal Period) &lt;STRONG&gt;IN&lt;/STRONG&gt; @Prompt("&lt;SPAN style="text-decoration: underline;"&gt;Enter Selection year&lt;/SPAN&gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i try -1 on the year prompt, i will get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377395#M3335210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-15T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377396#M3335211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given only the psuedo code. Hence you must excuse the syntax.&lt;/P&gt;&lt;P&gt;And - 1 is only an indication that 1 year should be subtracted from the UserResponse's output.&lt;/P&gt;&lt;P&gt;You will need to make use of some functions in Universe to do that operation.&lt;/P&gt;&lt;P&gt;Let me know if you need ready-made answer. Will write it for you, if you could give all the data types and the object names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Nagavaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377396#M3335211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-15T10:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong values while Hiding rows/columns in a table</title>
      <link>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377397#M3335212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagavaibhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know -1 is to subract one year from the year parameter, Pma Year is a integer field and parameter created in numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Select(Pmayears\Pma Year) IN @Prompt(Enter Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, i think functions are required when i have a date prompt, in this case simple subraction should do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appriciate if you could provide the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wrong-values-while-hiding-rows-columns-in-a-table/qaa-p/9377397#M3335212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-15T14:14:04Z</dc:date>
    </item>
  </channel>
</rss>

