BEx report issue on setting offset value

Friends,
I have got a Bex reporting requirement as follows.
Given a Calendar week I have to show data for 5 Key figures for the next 3 calendar weeks.  For ex: if I enter 05/2006 I have to show data for 05/2006, 06/2006 and 07/2006. 
I thoght of using the Off Set parameter for all the Key figures, and for testing I did for 2nd set of Key figures with off set (1)..but these key figures are not showing any data.. Is it I am missing anything here ??
Please comment if you have any better thoght of doing this..
Thanks
Mavi

Hi,
  The format of period you gave refers to month i believe. If it is right, check the offsets once again. If the user enters fiscal year period, it should be converted in to week period using an customer exit variable(if you don,t have 0CALWEEK) and set offsets.
Check this link, you may get some idea from that.
Re: Aging Report

Similar Messages

  • Bex Report issue - transaction data of type Char not dispalyed complete

    Hi BI Expers ,
    I have one issue related to Bex reports here
    I have complete data loaded in DSO , there is one field Job Title which is having a length of 60 char . When I am executing the report in Bex Analyzer , the value for Job Title is getting truncated after 30 characters . Although full 60 chararacters are loaded in DSO  still I am not able to present them in reports .
    Can some one help here ,  whether this is Analyzer limitation or is there some setting to fix this issue .
    Regards
    Anurag

    Hi Anurag,
    Check the Output length of the object that is giving out put as 30 charecters.
    And check in Business Explorer tab option for BEx Description short, medium or High.
    Hope this helps.
    Veerendra.

  • Issues updating/setting multi value lookup columns via powershell

    Hi All,
         I have an issue updating multi values in a lookup field via powershell
    I can update a single value  lookup field as below but can't get to update if its multi value.
    As stated below when I hardcode it. It works.
    No idea what 'm missing. Any help will be appreciated.
    #Hardcoded works below as you can see i'm setting 3 values
    $array = @($realval.Split(';'))
    for ($i = 0; $i -lt $array.Count - 1; $i += 2)
    $word = $array[$i].Trim('#')
    $number = $array[$i+1].Trim('#')
    "$number $word"
    $lookupvalue1 = GetLookUpValues -val $number
    [Microsoft.SharePoint.SPFieldLookupValueCollection] $itemValues = New-Object Microsoft.SharePoint.SPFieldLookupValueCollection
    [Microsoft.SharePoint.SPFieldLookupValue] $lookupvalue = New-Object Microsoft.SharePoint.SPFieldLookupValue
    [Microsoft.SharePoint.SPFieldLookupValue] $lookupvalue2 = New-Object Microsoft.SharePoint.SPFieldLookupValue
    [Microsoft.SharePoint.SPFieldLookupValue] $lookupvalue3 = New-Object Microsoft.SharePoint.SPFieldLookupValue
    $lookupvalue.LookupId = 1
    $lookupvalue2.LookupId = 2
    $lookupvalue3.LookupId = 6
    $itemValues.Add($lookupvalue)
    $itemValues.Add($lookupvalue2)
    $itemValues.Add($lookupvalue3)
    #$itemValues.Add($lookupvalue)
    $CMRSItems["Event Type"] = $itemValues;
    Write-Host "items:" $itemValues
    $CMRSItems.Update()
    # This works when its updating only one value but when it needs to update multivalue it only updates the last one
    #so for example with the lookupvalue above only 6 gets updated below
    $array = @($realval.Split(';'))
    for ($i = 0; $i -lt $array.Count - 1; $i += 2)
    $word = $array[$i].Trim('#')
    $number = $array[$i+1].Trim('#')
    #$number
    "$number $word"
    #send param to GetLoolValues func to return records as SPFieldLookupValue
    $lookupvalue1 = GetLookUpValues -val $number
    #I can view the lookupvalue returned successfully
    #Write-Host $lookupvalue1
    [Microsoft.SharePoint.SPFieldLookupValueCollection] $itemValues = New-Object Microsoft.SharePoint.SPFieldLookupValueCollection
    #This LookupId returns 3 values like on the hardcoded one above like so :1,2,6
    $lookupvalue.LookupId = $number
    $itemValues.Add($lookupvalue)
    $CMRSItems["Event Type"] = $itemValues;
    #I can view the items returned successfully
    Write-Host "items:" $itemValues
    $CMRSItems.Update()

    The problem I can see with your code is that the below line of code, you are instantiating inside the for loop. This should have been outside the for loop as by keeping it inside the loop you are overriding the value.
    [Microsoft.SharePoint.SPFieldLookupValueCollection] $itemValues = New-Object Microsoft.SharePoint.SPFieldLookupValueCollection
    Please have a look at the below solution and modify your code as per your requirement. What I am trying to achieve in the below code is that I have a listA in which one of the field is being used as a multi-lookup in my listB.
    $lookupCollection = $something.split(";")
    $LookupMasterList=$web.Lists["ListA"]
    [Microsoft.SharePoint.SPFieldLookupValueCollection] $lookupValueCollection = New-Object Microsoft.SharePoint.SPFieldLookupValueCollection
    #Get the Lookup Item from Parent List
    foreach($item in $lookupCollection){
    IF([string]::IsNullOrEmpty($item.trim())) {
    continue;
    $LookupItem = $LookupMasterList.Items | Where-Object { $_.Item("FieldInternalName") -eq $item.trim()}
    if($LookupItem -ne $null)
    $myLookup = New-Object Microsoft.Sharepoint.SPFieldLookupValue($LookupItem.ID,$item.trim())
    $lookupValueCollection.Add($myLookup);
    #Set the Lookup field value
    if([string]::IsNullOrEmpty($lookupValueCollection)){
    continue;
    else{
    $newItem["Lookupfieldinternalname"] = $lookupValueCollection
    The above logic has no hard coding and it fetches the lookup information directly from the master list and generates a collection based on that. You can modify the above code as per your requirement.
    Geetanjali Arora | My blogs |

  • BEx Reporting - How to set Filters ?

    Hi SDN friends,
    Right now am working on BEx reporting and need to do lot of filters for my reporting.......am looking forward for some good step by step material which can help in BEx reporting for setting Filters, Restricted KF and Calculated KF.
    Please if anyone has send it to my email
    [email protected]
    Thanks & Regards
    Shreya

    Hi,
    Also check:
    Good Knowledge in BW Reporting
    https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/a8cd1f71-0a01-0010-4783-f119b6132d25 [original link is broken]
    https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/d5db5d85-0a01-0010-bda5-c5834821a1a5 [original link is broken]
    assign points if useful ***
    Thanks,
    Raj

  • Bex reporting issue

    Hi gurus
    I m facing a typical error in Bex Reporting. This report displays the details of consumer address details. The data is successfully browsed from data tgt browser in ODS.while creating the reporting and query it gives me these 3 errors.
    Note: Z_CRDAT is key fig of date type / ZADD_ODS is the ODS .
    1. Error in SQL Statement: SAPSQL_FIELDLIST_SUM_TYPE /BIC/Z_CRDAT
    2. System error in program SAPLRSDRC and form RSDRC / FORM DATA_GET_ODS      
        Message no. BRAIN299                                                  
    Diagnosis                                                            
    This internal error is a targeted termination since the program has an incorrect status.                                                     
    Procedure                                                                 
    Analyse the situation and inform SAP.                                 
    3. System error: RSDRC / FORM DATA_GET_ODS ERROR IN RSDRO_READ_ODS_DATA ZADD_ODS 99       
    Message no. DBMAN100                                            
    Diagnosis                                                                               
    A system error with the following parameters has occurred in the data
    Manager:                                                                               
    Parameter 1 = &v1&                                                                               
    Parameter 2 = &v2&                                                                               
    Parameter 3 = &v3&                                                                               
    Parameter 4 = &v4&

    hi gurus
    can any body suggest me anything against this error .
    gaurav

  • BW Web Report Issue - Result set too large

    Hi,
    When I execute a BEx Query on Web I am getting “Result set too large ; data retrieval restricted by configuration (maximum = 500000 cells)”.
    Following to my search in SDN I understood we can remove this restriction either across the BW system globally or for a specific query at WAD template.
    In my 7x Web template I am trying to increase default max no of rows parameters, As per the below inputs from SAP Note: 1127156.
    But I can’t find parameter “Size Restriction for Result Sets” for any of the web items (Analysis/Web Template properties/Data Provider properties)….in the WAD Web template
    Please advise where/how can I locate the properites
    Instructions provided in SAP Note…
    The following steps describe how to change the "safety belt" for Query Views:
    1. Use the context menu Properties / Data Provider in a BEx Web Application to maintain the "safety belt" for a Query View.
    2. Choose the register "Size Restriction for Result Sets".
    3. Choose an entry from the dropdown box to specify the maximum number of cells for the result set.
                  The following values are available:
    o Maximum Number
    o Default Number
    o Custom-Defined Number
                  Behind "Maximum Number" and "Default Number" you can find the current numbers defined in the customizing table RSADMIN (see below).
    4. Save the Query View and use it in another Web Template.
    Thanks in advance

    Hi Yasemin,
    Thanks for all help...i was off couple of days.
    To activate it I can suggest to create a dummy template, add your query in it, add a menu bar component add an action to save the query view. Then you run the template and change the size restriction for result set then you can save it by the menu.
    Can you please elaborate on the solution provided,I created dummy template with analysis and Menu bar item...i couldn't able to configure menu bar item...
    Thanks in advance

  • BEx report hangs- selecting Alpha numeric values

    I am working on the existing customer report
    customer is the selection parameter for my report.
    Issue is Customer has numerical and alpha numerical values.
    If i give parameter rangs of value is numerical
    01 - 500 query works fine
    01-50cust1
    50 cust1 - 195 cust2
    query hangs.
    Is their any way we can improve the query performance .
    for searching alphanumerica values.
    I have a workbook is built based on the query.
    morethan 6 queries attached in the sheet 1....sheet2
    each sheet has it is own query with values.
    when I refresh and execute the workbook with the customer alphanumerica values it hangs.
    Query is built based on the multiprovider.
    Please help me onthis

    Hello,
    Try exporting in the 'fully formated grids and text'. It shouldl give you the 'member alias' used in the report.
    Looks like if you export in the 'querry ready grids and text' it will show the 'member name' as in database although the report may have used the 'member alias'.
    Regards

  • Bex report issue - no applicable data found when we drill down on free char

    Hi All,
    We are facing some strange issue  with one of the report.
    when user run the report for a week  (02/02/2009  - 02/08/2009) and then drill down on particular char  its working fine (first time).after that when he is trying to change and execute the report for other week on the same instence ( 02/09/2008 - 02/15/2009) by clicking on refresh and passing new values to the variable  its showing up correctly at the time of drill down on free char its showing as *no applicable data found.*
    when he logoff the system completey and run the report for the week( 02/09/2008 - 02/15/2009) values it is showing up with values even tough he drill down on free char.
    issue basically when he was trying to drill on free char by chaging different date values  in the same instance by clicking on refreh and by entering diffrent values  its showing up as not applicable data found.
    but when he enters the values for different weeks  each time by closing the system and relogin report is working fine and showing up data eventough he drill down on free char.
    Please help me out!

    Dear
    Please check if any condition or exception you have created for that query.
    Or still problem exists check SP level.
    Regds,
    Sachin J

  • How do you restrict the scorm reporting to only set raw value if 100

    I have an issue with the LMSSetValue cmi.core.score.raw output from a Captivate 4 course published to SCORM 1.2.
    I need to customise it so that the course only sends an LMSSetValue command to the LMS if cmi.core.score.raw is '100', and not on every slide when the value is '0'
    Can anyone help me with some code for the course html file?
    Thanks
    Dave

    What the remote user can do is to implement this policy . Allow UDP protocol on port 5060 but the only source should be west.broadcore.com.
    Unfortunately, Apple routers are quite simple, and do not have the features and settings that you would need to do this.
    However, if you are using a modem/router or gateway device with the AirPort Express, then you might be able to set up the modem/router to do what you need. What is the make and model number of the device that you likely call your "modem"?

  • Bex-report issue

    Hi
    I created a query in Bex-Query Designer - 3.5.. Then publish that report in the Web by using Bex-Analyzer.
    Suppose i have columns in the report like 'vendor' and 'PO Number'. When the cursor goes to 'vendor' column heading then im getting as <b>"Context Menu for vendor"</b> by default.
    i dont want by default .. I want to make this by custome (like i want Vendor Analysis) . How can i get this
    please let me know
    kumar

    Hi ravi
    Yaa im asking same thing. When i put cursor on the 'vendor' or 'PO number' then im getting "Context Menu for vendor " or "Context Menu for PO Number" by default.
    I dont want this one. I want custom one like "vendor Analysis" or "PO Analysis".
    How can i get this one . pls let me knpw
    i ll assing the points
    kumar

  • BI 7 Bex Report issue with GUI 730

    Hi Team
    We recently upgrade SAP Gui from 720 to 730 and after when I try to open Workbook which is in XLSM format.
    System pop-up for repair workbook.
    If I do repair existing format are not available. 
    Please help me how to recover report formats which we set in 720.
    Regards
    Rajesh SVN

    Hi Arvind
    Thanks for your swift reponse and suggestion.
    In our scenario we have workbook which having few formats which are deleted after repair.
    Which should not be.  How can recover those formats in the report and screen print attached for refernce.
    Regards
    Rajesh SVN

  • Regarding BEx Report issue

    Hi experts,
    I have the report requirement like below.
    I have the formula variables like Flow1,Flow2 etc upto Flow10.All these are characteristics.
    my report output looks like below.
                       Jan      Feb    March  April    May  -
    Upto Dec
    Flow1          10     
    Flow2          20         Like this all the months
    Flow3          15
    I need to count the certain key figure value ( for example count of FMR value ) corresponding to each flow entered in the selection screen for each month.
    can any body pls help me to achieve this functionality.
    Thanks in advance.
    Raj.

    Hi
    Go for Properties of Particular object there you find the normalization option, you find the Count ...
    Jagan

  • Mutating tirgger issue while setting a value

    I have a table and records as below:
    CREATE TABLE set_time
    NUM NUMBER,
    ID NUMBER,
    SET_VALUE CHAR(1 BYTE),
    D_TIME DATE
    Insert into SET_TIME (NUM, ID) Values (1, 1);
    Insert into SET_TIME (NUM, ID) Values (2, 1);
    Insert into SET_TIME (NUM, ID) Values (3, 1);
    Insert into SET_TIME (NUM, ID) Values (4, 1);
    Insert into SET_TIME (NUM, ID) Values (5, 1);
    Insert into SET_TIME (NUM, ID) Values (1, 2);
    Insert into SET_TIME (NUM, ID) Values (2, 2);
    Insert into SET_TIME (NUM, ID) Values (3, 2);
    I need a trigger,whenever all the set_values for a particular id is set to 'Y', I need to update the column d_time as sys_date.For that I wrote below trigger
    CREATE OR REPLACE TRIGGER set_time_trigger
    before update
    ON set_time for each row
    DECLARE
    v_count number;
    BEGIN
    if :new.set_value = 'Y' then
    select 1 into v_count
    from dual
    where exists ( select null
    from set_time
    where ID = :new.id
    AND ( set_value != 'Y'));
    if v_count is null then
    update set_time
    set d_time = sysdate where ID =:new.id;
    end if;
    end if;
    end;
    But while executing the below statement:
    update set_time set set_value ='Y' where id = 1;
    I am gettign the follwoing error:
    ORA-04091: table SET_TIME is mutating, trigger/function may not see it
    ORA-06512: at "SET_TIME_TRIGGER", line 13
    ORA-04088: error during execution of trigger 'SET_TIME_TRIGGER'
    Is there anyway that I can achieve this?. I am using Oracle 11G.
    Thanks in Advance

    1) If D_TIME depends on the data that is set for multiple rows in your table, you have a normalization problem. It sounds like you need to rethink your data model and break out the ID column into a separate table.
    2) A row-level trigger cannot generally query the table on which it is defined. So you generally cannot code a row-level trigger that would query the data in other rows of the table. You could define a package which had a collection of ID values, create a before update statement-level trigger that initialized the collection, create a row-level trigger that inserted the :new.id into this packaged collection, and create an after update statement-level trigger that read the data from the collection, queried the table, and did the updates as appropriate. That's a lot of work to go through and a lot of complexity to introduce.
    Additionally, this sort of trigger-based approach does not generally work in a multiuser environment. If Session A is inserting a new row with an ID of 1 and a SET_TIME of N at the same time that Session B is setting the SET_TIME of all the committed rows with an ID of 1 to Y, the trigger in Session B can update the D_TIME before session A commits its data leaving you with a case where D_TIME is set and not every row with an ID of 1 has a SET_TIME of Y.
    Justin

  • Tricky problem in Bex report

    Hi, experts,
        In our Bex reports, If I set the figure format(scaling and decimal) with "change query (local view ..)", then customized layout(add drill down, keep filter ..). It's works fine.
        But, If I do customized layout firstly, then go to "change query (local view ..)", the format change can not work any more   It's so strange, just cause different sequence.
        Some end user will follow wrong sequence, how can I explain this. is it bug in BW?
    Thanks in advance.

    my Version is: 3.50   patch level  3020.10.618
    For example,
    column is Act, Plan
    Row is company
    free characteristic is profit center.
    if you position on "ACT" and right click mouse and select "filter and drilldown according to" -- "Profit center"
    then open the "change query (local view)" , you will see Act located on "free characteristic". in this case, I can not set the scaling factor for "ACT"

  • Issue with Setting Application Item

    Hi All,
    I have an issue with setting the value of application item G_USER_ID as part of the login process.
    I use customized authentication for login. I have created an application item G_USER_ID, and in my CUSTOM_AUTH procedure, I am setting its value as APEX_UTIL.SET_SESSION_STATE('G_USER_ID', l_user_id);
    For some reason, the value is not set to G_USER_ID the first time I login. When I log out and login again without closing the browser, the value is set. Note that I even tested with a static value instead of l_user_id like APEX_UTIL.SET_SESSION_STATE('G_USER_ID', '5555555'); but still fails to set during the first login.
    I hope someone can guide me as to what I am doing wrong here.
    Thanks!
    JMcG

    What does this do?
    :SVR_FLAG := NVL(l_mult_svr,'N');
    Scott

Maybe you are looking for

  • Problem in SAP BW Report iview

    Hi All, I have created a BW iview. When i am clicking on iview it is asking for user id and password again. I have created BW system and have specified all the properties and have done the user mapping. Is there any configuration which i need to do f

  • Best way to do a choose without having to repeat the data?

    This is probably an easy one that I am just missing. Very rusty. I am trying to figure out how to code this with JSTL so that I don't repeat the TD contents. CSS styling has nothing to do with this. <table:tr> alternates rows of shaded and white. I w

  • Error starting j2ee and cleanup

    I'm install the following at my Red Hat Linux 7.1 machine: JDK 1.2.2 -- "jdk-1_2_2_008-linux-i386[1].tar.gz" Tomcat 3.3a -- "jakarta-tomcat-3.3a.tar.gz" J2EE -- "j2sdkee-1_3_01-linux[1].tar.gz" Ant 1.3 -- "jakarta-ant-1.3-bin.tar.gz" And I had set th

  • Where to find Credit Sales -- which datasource please help

    Hi BI experts, I have a requirement to find the Credit Sales from Billing datasources or FI-GL datasources. In case anyone have a pointer or suggestion please let me know. I looking for any indicator or value of any char or pricing terms or anything

  • Urgent need for Adding Comments

    Hai, I have to add a comment before the root node dynamically. I am adding a comment dynamically by using the following code. //Getting the docuement. DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); DocumentBuilder db = dbf.newDocu