Add property to report in BPC10

Hi all,
In BPC 7.5 I could add a property to be displayed in a report by using EvPRO function within EvDRE. Now I am trying the same in BPC10. I can actually add the property, however, as soon as I refresh the data the structure of the report is destroyed. Effectively I cannot add embed any function within the data range. What I want to achieve is this
                                 Jan.     Feb.      Mar.     ......
Dim1   Pty1  Pty2 
Any help greatly apperciated ...
Cheers
Matthias

EVDRE reporitng tools is not available in the immediate release of BPC10NW.
The full reporting tool is brought back in subsequent support pack. This is best to my understanding.

Similar Messages

  • How can BPC display the property in report input schedule

    When create a property, if the InApp is check, we can use the property in the MDX Query, however what is the best way to display the property in report and input schedule?
    Although we can use the EvPRO function, but according the definition of EvPRO
    "The EvPRO (Property value) function returns the value of a specified property for a specified member."
    for example =EVPRO("Finance","Sales","Currency") will returns USD, if the currency value for the member Sales is U.S. dollars., if I have a property group for account dimension, how could I display the value of group for all the account number?

    Hi
    you just use EVPRO like you mentioned:
    =EVPRO(Finance,$D20,group)
    In the cell $D20 your account number is displayed. You copy this function down for each account.
    -> just create an input schedule or report from a template, open the configuration panel. There you see this principle used for property High Level, Calc, ...
    D
    this method is perfect but you need to add the formula each time.
    I would prefer to use the formula using the after or before range in expansion options of evdre which would make it dynamic and you need not copy paste the formula to derive the property each time.
    Cheers
    Thanks and Regards
    Harish B K

  • How to add a sub report at the end of the main report whilst grouped

    Hi!
    I have a main report that is grouped by the Customers name and then details of transactions they did with the company.
    I need to add a letter at the end of each group for each customer (With their name displayed in the letter). I tried adding a sub report in the report footer, but it only appears once at the end of the report, rather than at the end of each group for each customer.
    How can I achieve the desired result?
    Regards
    Vik

    Vik,
    You are on the right track with the sub-report.
    1. Create your letter in a separate report.
    2. Add the Letter Report to your original report as a sub report in the group footer.
    3. Set the report links on the "Group By" field.
    This will give you a letter record for each report record with the same grouping as the main report.
    Hope this helps,
    Jason

  • Add row in report FBL1N

    Hi Gurus,
    I have requirement to add rows in report FBL1N in order to display  all item  per document ( like in document overview ) in the same screen.
    I applied note 112312 to display offset a/c (BTE with FM LINE_ITEMS_GET_GKONT) but partialy  resolve my pb that is one item is displayed.
    I would like to know how to do this, if i have to use BADIs (such BADI FI_ITEMS_MENUE01 ) and witch one  or clone de STD or customazing.
    Thanks in advance.

    Ok,
    trx FB1N, after selection give me :
       DocumentNo Type     Doc..Date  Offst.acct
       5300029134 TL       22.05.2007  600819   => one account per document
       5300034345 TL       07.06.2007  600819    
       5300038636 TL       21.06.2007  600819    
       5300038637 TL       21.06.2007  600819    
       4200014129 FA       28.02.2007 40811030  
       4200012196 FA       31.03.2007 40811030  
       4200013351 FA       31.03.2007 60640000  
    details of fisrt document (n° 5300029134) give 4 line items :
    Itm PK  Account   Account short text         Amount
       1 25   600819     LYRECO                 20,524.36
       2 39   600819     LYRECO                 20,524.36-
       3 50   51110040   BN att FGX LCR n.D.    20,524.36-
       4 40   51119800  En cours E à P         20,524.36
    my requirement is to display 3  account ( 600819, 51110040 and 51119800)  given in details of document  in column Offst.acct  when excute FBL1N in stead of one. like this :
    DocumentNo Type     Doc..Date  Offst.acct
       5300029134 TL       22.05.2007  600819 
       5300029134 TL       22.05.2007   51110040    
       5300029134 TL       22.05.2007   51119800 
       5300034345 TL      07.06.2007   600819    
       5300038636 TL       21.06.2007  600819    
       5300038637 TL       21.06.2007  600819    
       4200014129 FA       28.02.2007 40811030  
       4200012196 FA       31.03.2007 40811030  
       4200013351 FA       31.03.2007 60640000  
    I hope that is more clear,thanks fo your patience.

  • I need to add a new report to the application that is done using visual studio and SSRS and SQL Server 2008

    I have an application that is done using SSRS on visual studio and it connects to the report server on SQL server 2008 environment.
    I've been changing the existing reports using visual studio 2008 and modifying the reports on the report server. How do I add a new report to the application ? I created a new report and deployed it on the report server but it didn't show up in the application.
    I can access the application source code on visual studio 2010 and TFS (Team Foundation). Thanks. 

    Hi,
    I have a question. This application retrieves SSRS reports from the report sever. When I download the reports
    from the SQL Server I can open them in visual studio 2008 but they don't open in visual studio 2010. I can access the application files on visual studio 2010 and team foundation server 2010. I was unable to open team foundation server 2008 on visual studio
    2008. The issue is that I am unable to add a report with a new name to the application. I use visual studio 2008 to deploy the reports on the report server but it has to be the same name to be able to run the report from the application. I can deploy any report
    on the report server but I can't access it from the application unless it has to be the same name as the present reports. If I keep the report the same name then it will replace the old report and the new report will run from the application. But only if it's
     the same name. I guess when I add a new report to the application with a new name I am supposed to add a definition in the application C sharp files  on visual studio 2010 so that the new report will show in the application. What's your opinion
    ? I have attached 2 images of the application and team foundation server 2010 and the report server.
    Thanks. 

  • How to add an embedded report to custom UI?

    Dear colleagues:
    Since now I am doing investigation on this:How to add an embedded report to custom UI , so do you have some guideline doc for this?
    Requirement is:
    Customer want to add a custom report to a custom FS page. And it has some standard fields from contract. So do you have any ideas about this?
    Thanks & Best Regards,
    Qiang

    Hi Jens,
    Attachment is the guideline for how to add an embedded report to custom UI. However, so far as i know, there still a limitation that is about inport parameter.
    For example, now can show all data of accounts. but i just only want show one account data when click account. so you can share to us if you have any idea about it.
    Thanks &Best Regards,
    Qiang

  • How to add characteristic in report without having in the multi provider.

    Hi All,
    I need one requirement to add characteristic in report that is not available in the multiprovider . That field is available on the table level in the BI. How should i bring same field into report level with out adding MP.    Note : should not add new filed in to exiting flow .
    Please give suggestion how do approach this scenario .
    Regards,
    Veera.

    Hi ,
    If you are working in BI7 then u can use infoset to join the cube and charecteristic(the field that ur going to add), I hope your infoprovider is a cube.
    Jay

  • Change font of a cell in add Table to Report

    Hello,
    Is there a way to change the font of an individual cell in the add table to report VI?
    Also is it posible to change the column width of a selected column?
    Thanks
    Dan

    Hi Dan,
    i think to get what you want you can only use a html report. There you have to create your own "HTML Report Table Row.vi" with the font tags for each cell.
    Mike

  • How to add collection to report as data source

    Hi all,
    i'm trying to add collection to report as data source:
    List<DmsLockingItem> items;
    ReportClientDocument rcd = new ReportClientDocument();
    DatabaseController dbc = rcd.getDatabaseController();
    dbc.setDataSource(items, DmsLockingItem.class, "tName","tName");
    this works with com.businessobjects.crystalreports.sdk but not with rasapp.jar.
    And i can't use plugin lib in my current project.
    can anyone help please?
    Greetings,
    Nikolas

    The setDatasource expects the object passed to either be a DataSet, java.sql.ResultSet, IXMLDataSet, or BusinessView object.  Are you able to convert your collection to one of these?

  • How to add results to report from sequence call disabled in report options ?

    Hello,
    I need to add text to report from a sequence called by a sequence call. The record results option for the sequence call is disabled because the sequence call is normally done thousands of times. Therefore, I don't want to fill in useless text in the report. But, if a certain condition in called sequence fulfills, I would put a text into the report. (Yes, this is related to a sporadic communication problem with the instrument which I want to record into the report.) Which options I have ?
    I have attached an example which doesn't add the text from the sequence to the report.
    Regards,
    Petri
    Attachments:
    report test.seq ‏45 KB

    Hello Ray,
    I encounter same behaviour with NONE adapter action step with post-expression as with a statement step as in my first example. With other words, if record results in sequence call in mainsequence is disabled, I cannot get any records into the report.
    Attached a modified sequence using NONE adapter action.
    Regards,
    Petri
    Attachments:
    report test.seq ‏53 KB

  • How to add another new report painter in existing T-code?

    HI,
    Can someone guide me, how to add a report painter report ZAL into a existing T-code?
    My T-code contain 2 report, now i wish to add a new one. So when user execute this T-code, we can see these 3 report.
    Thanks

    Hi,
    add the new report to the report group (T-code GR52) where the 2 already existing reports belong to.
    In report painter you don't execute a report but always a report group including one or more reports.
    Best regards, Christian

  • Add on XL reporter : Wrong executable digital signature for Add on

    Hi Experts,
    I have a client who gets this error 'Add on XL reporter : Wrong executable digital signature for Add on' when they try to login. They are on 2007A PL45. This happens on the server as well as on clients. Uninstalll and reinstall of client didn't work.  We had a look at the AddonLocalRegistration folder to see if XL reporter is registered but can't see any.
    I have found a similar link in the forum but that says about 2005b.
    Any help will be appreciated.
    regards
    Johnson

    Sir,
    Please do the following steps :
    1. Please go to the SBO-COMMON database, find table SARI, you will get
    the data entry for your Addon. Please check the value of field
    "AddOnChk". This is the digital signature of Addon executable file.
    2. Then go to installer package of the Addon, open the ard file
    (XLReporter.ard) with notepad then check the value of "addonsig".
    3. Compare these two values, if they are different, please overwrite
    "AddOnChk" field in database with the value of "addonsig" in ard file.
    and then try to start the addon again.
    4. If there are the same, the ard file or the executable file has been
    corrupted. I would like to suggest you remove the installer package
    from your machine, and download a fresh installer of Addon from SAP
    Service Marketplace. After that, please follow the steps as per the
    attached note ( Note no. 819501 ) to make your machine clean and
    then install the addon again.
    Regards,
    AVTAR SINGH

  • Add on xl reporter nit installing

    I installed sap b1 2007 pl 15 client on windows xp system (sql 2005 & office 2007). now whent i login sap, during installation of add on xl reporter, it gives error
    run time error '-2147417851 (80010105)
    method '' of object '' failed
    every thing is working fine on other client systems.
    Pl help

    Is the user that is logged onto the client an administrator? Administrative rights will be required to enable the install to complete.
    Try deleting any folders that have created under C:Program Files>SAP>SAP Business One>Add ons>XL Reporter (or something like that!), delete the SM_OBS_DLL under start>Run>%temp% and start up SAP again to re-run the installation

  • HOW TO ADD COMMENTS IN REPORT IN WAD

    Hello
    How to add comments in report in wad...
    please reply
    thanks

    Hai Guru
    Please refer to note 1061397. Hope this helps.
    Shyam

  • Print /add logo in reports 10g which is running in linux

    hi
    i want to print /add logo in reports 10g which is running in linux environment and want to change logo programmatically.
    how can i achieve this
    reports version is Report Builder 10.1.2.0.2

    Hi Thanesh,
    There are two possibilities either create a 'Z' one or go through standard one. I prefer you to try the standard one.
    Have a look on this link.
    [Add logo in PE51;
    Hope this will solve your problem.
    Regards,
    Gaurav

Maybe you are looking for

  • Error running a project in JBuilder6

    hi, when i run my application i get the next message: java.io.IOException: CreateProcess: javaw -classpath "..." pruebas.Prueba2 error=267 anybody knows what kind of error is 267? thanks bye

  • While activating the ODS i'm getting these errrors

    Hi All, While activating the ODS i'm getting these errrors, 1) The creation of the Export Datasource failed 2) RFC Connection to the source system is damaged --- no metadata upload 3) Error when activating ODS object What would be the reasons........

  • Rotate not working in chrome

    I created a circle in edge animate(3), created a rotation animation, previewed in chrome and it is not working. Firefox, IE 11, Safari all working smoothly. Actually, chrome was working few days ago, I don't remember what I did wrong it is not workin

  • Tracking a iphone

    someone stole my iphone 4s. i tried tracking the phone on i phone finder but it appears the phone is offline. Any other ways to tract a phone that's turned off?

  • User entered values are lost on EO validation.

    Hi , Subject : user entered values are lost on EO validation. WE have an EO which has 4 attributes all are not null (mandatory) There is a VO based on this EO We have added 4 more attributes using a join in EO query using expert mode. On the page the