Working with Report Designer

Hi,
Can we define Custom Formulas in Report Designer
Any help document avaliable on Working with Report Designer

Hi,
the main advantage of report designer is formatiing the reports as per user requirement like changing heading,footer etc.
http://help.sap.com/saphelp_nw04s/helpdata/en/47/a99a0a5fdb0985e10000000a42189c/frameset.htm
Regards
sivaraju

Similar Messages

  • Debit/Credit Shift not working with report painter

    Dears,
    We have defined debit/credit shift while defining financial
    statement version. This functionality working well with F.01 however its not
    working with report painter results. any help will be highly appreciated
    Regards,
    FR

    Hi Dave,
    I have gone back to the books (JP Terry's "Creating Dynamic Forms with Adobe LiveCycle Designer") and think we can improve on things...
    var oFields = xfa.resolveNodes("ViolationsText[*].DebitVal"); // looks to resolve the repeating rows (I think)
    var nNodesLength = oFields.length; // assigns the number of rows to a variable
    var sumTotal = 0; // this is a temporary holding variable for the total, during the loop
    for (var i = 0; i < nNodesLength; i++) // this loops through as previous example
         if (oFields.ViolationsText[i].resolveNode("DebitVal").rawValue == "C")
              sumTotal = "";
              i = nNodesLength;  // stops the loop
         else
              sumTotal += oFields.ViolationsText[i].resolveNode("DebitVal").rawValue;
    this.rawValue = sumTotal;
    This would go in the calculate event of your Total Debit Points field. I would be amazed if it worked first time. I haven't run through LC. Give it a lash!! (a try!!)
    Good luck,
    Niall

  • Please share experience with Report Designer in BI7

    I am looking for people to share their hands on experience with Report Designer in BI 7.0. 
    I have seen the video, blogs, sap documentation, and the marketing materials.  I have also test driven it myself.  I have found not found it very useful for complex formatting.  While I know there will be lots of opinions, I am looking for real life, hands on experiences you have had with the tool and if some of the complex things you have been able to do with it.
    Here are some of challenges we are faced with:
    1.  Need ability to combine data from multiple queries into a single report.  For example, one query has statistics and the other has amounts.  <i><u>We need to be able to create averages combining the data from both queries into a SINGLE result area.</u></i>
    2.  We have need to be able to create a report where GL Accounts with activity over threshold amount are shown with a line for each account.  Any accounts with amounts less than threshold, should be grouped on a line called 'other'.  <i><u>Again, this needs to be combined into a single result area.</u></i>
    When I say, single result area, I mean to be able to calculate amounts using data from both queries into a single result area.  Displaying each query separately side by side is not an issue.

    Have been playing around with Report Designer and I found it useful for basic formatting but not  for the one's you had mentioned in your post.
    SAPs suggests you do all the data manipulation in the Query Designer or Infocube and use Report Designer for just formatting the data. In the past we had issues where we could not certain calculation in query designer and have used Crystal Reports along with BI data for similar kind of things which you had mentioned in your post (using sub reports and report level data manipulation). Report Designer unfortunately does not provide any of these functionalities.
    I have seen comments from SAP saying Report Designer will be developed further, not sure of any specific functionality whichis coming in. I think it is SAPs first step in the formatted reporting area and may be in the future we will have a tool which can handle much more complex scenarios!
    Thanks.

  • Invert Axis in a Chart with Report designer

    Hi Gurus
    Do you know the proccess or option to change (invert) the axis in a chart with Report Designer or in a table with Query Designer?
    Regards
    Jose

    Hi Jose,
    I guess this will help you...
    Check here.....
    Rotating Charts
    Use
    You can change the angle of the first segment of a pie chart, doughnut, polar chart, radar chart or split pie chart, thus rotating the chart clockwise.
    Procedure
           1.      Select the property ®  Starting angle.
           2.      Enter the number of degrees by which you want to rotate the circle or rings clockwise.
    The first category at the top of the diagram begins with zero degrees, and the one at the bottom begins with 180 degrees.
    Regards,
    Vijay.

  • Ok.  I hope someone can answer my question.  I am new to photoshop.  I need version cs4 in order to work with a designer and printer on some logo work. I've tried to download it but it just gives me individual files with no installer and nothing - includi

    ok.  I hope someone can answer my question.  I am new to photoshop.  I need version cs4 in order to work with a designer and printer on some logo work. I've tried to download it but it just gives me individual files with no installer and nothing - including the adobe "instructions" seems to work.  How can i get this software in a downloadable format? is it actually free - I'm assuming it is...  Hope someone knows the answer to these questions...

    The download itself is free and is valid for 30 days only.  After that, the software ceases to work.
    CS4 is pretty old, no longer sold and no longer supported by Adobe.  It's also not compatible with many modern OSes.
    Why do you have to work with such an obsolete version of Photoshop?
    What kind of "designer" uses it?

  • Hi, I am working with CS6 Design Standard for Mac, I bought from Adobe a DVD with the Software. I installed it already on my mac book. Soon I wanna buy a second computer for my work. When I bought the software I was told that it is possible to install the

    Hi, I am working with CS6 Design Standard for Mac, I bought from Adobe a DVD with the Software. I installed it already on my mac book. Soon I wanna buy a second computer for my work. When I bought the software I was told that it is possible to install the software on a second computer. But I also read lately that I will only be allowed to work with one computer. I want to work on both of my computers without de/installing and de/activating the software every time. Is this possible? Thank you!!

    You should be able to install the products on two computers as long as they are not running at same. Also the platform should be MAC.
    You may download the product from
    Download CS6 products

  • How can I work with report columns in computation or validation?

    Hi all,
    I have an updateable report. Bevor submitting canges, I want to do computation or validation on one of the report columns. But a report column is not an item. Is there a possibility to work with report colums?
    Thanks, Daniela

    Hi Daniela,
    Presumably, your tabular form has been created using the wizard?
    If so, you might like to slightly change your SQL statement to allow you to access the "display only" columns in the collection.
    When you have time, you should have a look at the HTMLDB_ITEM package api documentation as this explains how you can manually construct a tabular form. But for now, for the "display only" column, you need to do something like:
    select
    other fields,
    HTMLDB_ITEM.DISPLAY_AND_SAVE(n,fieldname) columnheading
    FROM table
    where "n" is a column number - this will become G_F0n in the collection. You should ensure that you use a number that is not being used by an editable field - if you're not sure, do a View Source on a rendered page, and look for name="f01", name="f02" etc - these are the column numbers, pick one that isn't used for your new column.
    The documentation says, for DISPLAY_AND_SAVE: "Use this function to display an item as text, but save its value to session state." so this sounds exactly what you need.
    Regards
    Andy

  • Problem with Report Designer

    Hi Gurus,
    I am unable to create new report, when I want to insert a dataprovider in Report designer I have the following errors.
    An error occurred in the BI components on the SAP J2EE Engine.
    What i have to do now
    please suggest me
    Thanks in advance
    Prashant

    Hi, Prashant,
    I have the same issue, how about your apllication now?
    can you share with me?
    Thanks,
    Sam

  • Dreamweaver 14.1.1 Build 6981 working with responsive design

    I have uploaded Dreamweaver 2014.1.1 Build 6981. I am working in responsive design. I contacted Adobe Support for help and they took command of my machine and said everything is OK. After complaining about only being able to edit in Live 5% of the time after waiting sometimes about 5 minutes. I was told that's how the new Dreamweaver works and I have to live with it. He would not answer any other questions. Like why have spell check if it does not work? Why have Live button if it only works 5% of the time? Even when you do edit in Code mode it sometimes just jumps to another section of the code? Does anyone have a solution?

    Did you have issues working with RWD sites in the previous version (2014.1 Build 6947)? I have not yet upgraded to latest build because they ruined the Welcome window - still using build 6947, and I have no issues working with my own RWD site, or with Bootstrap/Foundation builds in general. Are you using a framework?
    There is a really old problem that I'm not sure ever got fixed, where Dreamweaver would hang on opening some web pages, that may now be afflicting Live View. I implement this fix every time I upgrade Dreamweaver, so I usually do not have issues with Live View.... not with the build I'm using that is. Here's the fix: Hang when opening document | Dreamweaver CS5
    There is one other issue that caused my mobile apps to freeze up in Live View, and that was the Google Analytics code. Temporarily commenting that out resolved the freeze up.

  • Display exceptions with Report Designer

    Hi,
    i want to create a Report with the Report Designer.
    My Data Provider is a Query with exceptions.
    Now the Report Designer don't show the exceptions.
    Is there a possibility to show exceptions with the Report Designer?
    Thx for help
    Mike

    Right, unfortunately the report designer does not support Exceptions.
    I ask me, why not?
    The representation of very good or negative values with different colours, would be a useful feature. Thus you must mark every single cell hand by hand in corresponding colours and must also know the exactly position of the suitable value.
    Is there a workaround?
    Does anybody know, if this feature will be a part of Report Designer in future?
    Message was edited by:
            Jens Harder

  • Issue with Report Designer urgent please

    Hi All,
    I am having a requirement where i need to move char "customer " from Row to Columns, Is der any such option in Report Designer.
    I try to delete the row in the header but i am not able to do it.
    please let me know
    Regards
    Priya

    Hi guys,,
    there r two structure in the query design but i need to create one more as to achieve the requirement, I know that der is no possiblility but is der any alternate sol instead of structure.
    Regards

  • Issue with Report designer

    Hi all,
    When am trying to Insert a data provider in Report designer its throwing the following error.
    'Error while loading query metadata, check query and portal settings'.
    The version of report designer is BI AddOn 7.x (based on 7.10)
                                                        support package 7, Patch 1
                                                         Revision 405
    what could be done in the backend to resove this issue
    Thanks

    Check if your InfoProvider is in Active status. Also check if you can see data for that in LISTCUBE.

  • Help needed with Report Design

    Hi All,
    Here is the requirement.
    Period Type(holds 2 values) : Payment and Vested.
    we have field 'Total Days' which is calculated based on "User Selected" Period Type.
    For example, When Period Type is Payment,
    If start date is less than or equal to grant date and end date is less than or equal to vest date, then calculation is (End Date - Grant Date)+1
    If start date is greater than grant date and end date is less than or equal to vest date, then calculation is (End Date - Mobility Start Date)+1 (similarly 2 more if conditions) ...we have similar calculation for Period Type - 'Vested'.
    This Period Type is a multiselect Prompt. How can this be achievable.
    Any thoughts will be greatly appreciated.
    Thanks.

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Getting an error when working with Responsive Design Output: MasterThemeSchema.xml

    When generating a Responsive Design HTML 5 output, I'm getting this error:  "MasterThemeSchema.xml file has invalid data." I am unable to  access the manage layout features now to continue my customizations.  I had imported a customized font before seeing this message. I'm moved the project to my harddrive, where the software is installed, and and still getting it (I know RH doesn't always do well on a network drive).  Any ideas?

    I searched this blog for similar posts and found posts that described similar issues.  I ended up moving my RH project file to my local drive, deleting the masterthemeschema.xml, and replacing it with another masterthemeschema.xml from another project via Windows Explorer.  I will recreate my customizations and hope for the best.  Any ideas on what causes this corruption of the mastertheme schema files in the first place?  Does this masterthemeschema.xml error only occur when working on a network drive and not local?

  • How does Dreamweaver CS4 work with CS3 Design Suite?

    I am looking to purchase Dreamweaver on my computer however I currently have the CS3 versions of Photoshop and Illustrator installed on my computer. Will the DW CS4 version work if the rest of my Design Suite is CS3 or should I look to purchase CS3 if available?  Any advice would be appreciated. Thank you.

    Dreamweaver 3 will open a file in Photoshop, so DW CS4 should do the same. I think you might have problems with Adobe's Bridge. And it's possible that DW CS4 might decide that previous versions of Flash, Fireworks, Photoshop or Illustrator are not supported. So workflows may be a little more disjointed.
    So the real question will be: Do the advantages of DW CS4 outweigh possible hurdles in workflow?
    I will frequently open and replace graphic images using Photoshop without Dreamweaver open and, when I open the website, everything falls into place. I did that for a number of color changes and I worked exclusively in Photoshop for the first part of my day, replacing colors that were designed to be part of the website with the client's specific pick. I tend to save graphics as .PSD files and then use Photoshop's Export to Web and in CS3, Photoshop will remember two different paths for a Save (PSD) and a Save to Web.

Maybe you are looking for