Two naive questions: change report templates and customization.

I searched the forum but didn't have the luck to find the exact answer.
1) I've chosen the alternating row color template for one of my report, however I wanted to change it to another template, say standard. Is it possible, and where I may find the place to change?
2) Is there a tutorial of how to customize the row color depends upon the value dynamically? Like an OBE. An elaborated example will be great!
Thanks in advance.

Radhika,
Thanks for the info. Unfortunately, based on this statement from the one link:
"Several macros in Sun ONE Studio IDE cannot be edited (for example, DATE, TIME, NAME of class, PACKAGE, etc.)."
It would appear there is no way to alter the timestamp format.
The question still remains of is there a way to access the year for a copyright stamp? If anyone else has any input, it would be appreciated.
Thanks again Radhika for your assistance.
-Mark

Similar Messages

  • Two WRT150N Questions - Change User Name and X-conn a hub

    Hi Folks,
    I did a quick search but didn't find what I was looking for in the archives.
    1) I previously had a WRT54GX400 - I believe I was able to change the admin username on that model. Can I do the same thing on the 150N?
    2) I am planning to cross-link a small hub so I can get more wired connections on the 150. Is there a particular port that I need to plug that cable into so I can cascade the signal to the hub or will any of them do? Will I need a cross-connect cable?
    Thanks!
    -Armando

    While running the CD for the first time to setup the router, You can change the username & password for the router.However you can Change the router's password only by login into the Linksys GUI.To access the GUI, You need to type 192.168.1.1 in the address bar...Keep the username blank and in password type "admin " in lower case.Under Administration tab..you can change  the password. 

  • Changing Report Template Dinamicaly

    Hello everybody, I am starting in APEX and I need to change "Report Template" attribute in a classic report programmaticaly. I need to generate a classic report for screen and in CSV format, but obviously I dont want to make 2 reports.
    Thanks a lot
    Ander

    Of course.
    I make a primary form with two buttons ("Print Preview" and "Excel Output", for example). In this form I make every filter selection (ranges, orders, etc).
    My final report have a "CSV Template" assigned, I call it from "Print Preview" button using "Printer Friendly" parameter in YES, and without this parameter for the "Excel Output" button. You can improve this method creating another button (called"Direct Print" for example) for direct printing and using REQUEST parameter and a popup call for the report, you can include a javascript code in the report like this one:
    if (":REQUEST" == "VALUE SENT FOR YOU AS A REQUEST")
    window.print();
    window.close();
    I hope this will be useful.
    Ander

  • Change existing configurations and customizations in sd implementation proj

    how to change existing configurations and customizations in sd implementation project and supporting project ?and what kind of existing configurations and customizations sd consultant usually do?

    hi
    Since one legal entity will cease to exist and a new legal entity will come into being, you will have to follow all the period end closure procedures.
    Also you will need the BS,P&L,Cash flow statements then the year end process also will have to be completed,
    A new company code will have to be created and the balances of the old company code will be transferred to the new company code.
    If it suffices that only  the B&S items and the retained earnings need to be transferred then after the year end process the balances can be shifted to the new company code.
    regards
    eashwar

  • Custom report template and URL links

    Hello,
    I have been working on this problem for some-time and it's starting to get frustrating. I am trying to 'mimic' the functionality of the 'people search' application and I am working on the hierarchy portion of it (page 3).
    I copied the (3) custom report templates (one for each level of the hierarchy) and I created three queries to go to each.
    My problem is that the links in the report template code keep getting mixed around -- the mgr_id is showing where the mgr_name should be, etc. In the example application the query has about 6 columns, and the template is only showing three (and the order of them in the report attributes doesn't seem to matter. But when I change the column order in my application, the data in the template changes??
    Here is an example query:
    select MGR_NAME, work_role,
    nvl(total_direct,0) Directs, nvl(total_reports,0) Reports
    from hr_orgchart_view
    where
    emp_id = :p3_emp_id
    And the matching report template:
    <tr align="center" valign="top">
    <td align="center"class="instructiontext">
    <b>#MGR_NAME#</b>
    <br><font size=-2>
    #WORK_ROLE#
    </font><br><FONT class="smallBlack">
    Directs: #DIRECTS#   Total: #REPORTS#</font></td></tr>
    Since the column name is being referenced as the link text, column order should not matter right?
    Please shed some light on this situation, as I am holding up development. I am using version 1.6
    Thanks,
    Jeff

    Sorry, the code was messed up in previous post:
    Template:
    <tr align="center" valign="top">
    <td align="center"class="instructiontext">
    <b>#MGR_NAME#</b>
    <br><font size=-2>
    #WORK_ROLE#</font><br><FONT class="smallBlack">
    Directs: #DIRECTS#   Total: #REPORTS#</font></td></tr>

  • Two problmes between  Crystal Reports 2008 and Bex Query

    Hi Gurus.
    I have two problems with Crystal Reports 2008 when It obtains data from a Bex Query (SAP MDX query connection).
    1)     I have defined some Parameters Fields using the follow options:
    Type: String
    List of Values: Dynamic
    Value Options Level1:
                         Show on (Viewer) Panel :Editable
                          Prompt text: <text>
                          Sort Order: Ascending by value
                          Prompt With description Only : False
                          Optional Prompt: True
                          Allow multiple values: True
                          Allow discrete values: True
                          Allow range values: False
    When I execute the report with the client of Crystal Reports 2008 (the developer tool), in the initial screen shows a list box where I can select the values from the left box and add it to the left box (as a usually filter). When the number of options (LOV) is more than  the maximum of the system, I have a input box bellow the list box, where I can insert any value (manually) and a button to insert it into the left box. When I publish the Report in the infoview, this filter is modified and the input box where I can introduce manually values is not showed and I can insert only the values showed in the list box, it causes that I can`t select a lot of values that is in the master data of SAP BW, because they arenu2019t listed in the list box.
    There is any option to ability this option in the infoview.
    2)     My Bex query, have a date filter with variable in the restricted key figures, when I execute a Crystal Reports, the infoview (and the Crystal Reports 2008 designer) ask me 2 times the same date, first only the date and second the date and the rest of parameters (introduced in the report of Crystal Reports).
    Why I need insert the date 2 times? How can I modify the Crystal Report for ask me only one time all the parameters?.
    Thanks.

    Hi Abhilash.
    Thank you for your information.
    1) Yes, the parameters are created in the Crystal Reports designer. I have created the parameters in the Crystal Report because I use the same Bex Query to create some Crystal Report, in other case, I will need create some Bex Query.
    2)The Bex query has the date filters and I have created some filters in Crystal Reports designer, the date filter from the Bex query is created automatically in the Crystal Report Designer but I don't use it, I haven't created it anytime. I use my filters only in the record selection. The date filters from the Bex query is showed as Static, and I can`t delete it, if I modify the parameter to dynamic or static with values, at first step ask me again static without values and the second step of the report execution ask me the parameter as I have defined in Crystal Reports Designer, my parameters fields are dynamic. A lot of reports have subreport, but I have created one of them without subreport (to trial) and the Crystal Reports ask me the date filters at first execution, and when I insert the date filters, in the second step, ask me the date filters again and my parameters fields again.
    Thank you again.

  • Difference Between Crystal Report Template and Sub Report

    I am not able to get the Report Template Option/menu.
    I am working with Visual Studio 2005 , Crystal Report Version 10.2
    Do i need to have Crystal Report Server in order to work with Template.
    Also i will like to know the diff. between Template and Sub Report?

    Hello,
    The Report Template Wizard is not part of Crystal in .NET. You need to upgrade to the full version of Crystal Reports.
    Template is a base report to work from. Subreport is another report object that can be inserted into a section of the main report.
    Thank you
    Don

  • Questions on Report Builder and Graphics Builder

    Hi there:
    I'm currently using Report/Graphics builder V 6.0.8.11.3 NT version to create RDF and OGD files.
    I was wondering with the following confusions:
    1) Is the RDF/OGD file that I create under NT plat form portable to Sun Unix?? (ie. would Report Server for Sun understand this NT RDF/OGD file?)
    2) Is/will there a Sun solaris version of Report/Graphic Builder?? And would RDF/OGD file be compatible for both NT and Sun plat form??
    Thank you very much.
    Mark

    The answer to both your questions is yes. the rdf and ogd are portable to the solaris version of reports and graphics which you can download from http://technet.oracle.com/products/reports/ on the software tab.

  • Trying to run Vednor changes reports S_ALR_87012089 and S_ALR_87012090

    Looking at some other posts I would like to use the following reports.
    S_ALR_87012089 - Display Changes to Vendors
    S_ALR_87012090 - Display/Confirm Critical Vendor Changes
    However, when I try to run these from system>services>reporting it says the Programs ( S_ALR_87012089 and S_ALR_87012090 ) do not exist.
    We are using ECC6.
    Can anyone tell me how I can run these or equivelant reports please.
    Thank you
    Karen

    in there you have to give the corresponding program
    you can find the program in the right bottom drop down list of sap screen.

  • Report Template and Images

    In my report(6i) template I would like to create an image object
    that could be dynamically set depending on a user parameter. The
    image object would be retrieved from a BLOB column in the
    database. Is there any way this can be done?
    Thanks in advance,
    Kelly

    Kelly,
    We attempted the same thing, with no luck. Since there is no
    data model to the template, we weren't able to drive the image
    from a query. We also tried to do a database lookup in the
    after parameter form trigger and store the values in
    parameters. However, when you set a field in the layout editor
    to a parameter, it takes away the option 'Read from File' (we
    were storing our images on the file system) that you have with
    data model objects. We resolved to adding the images at
    development time.
    Maybe someone else has come up with a solution.
    Good luck,
    Brett

  • SAP upgrade - questions for report painter and query

    Hi Experts,
    I have two quwstions of SAP upgrade.
    My requirement is: SAP upgrade from 4.6B to ECC 6.0 with non-unicode.
    1.Does SAP upgrade influence the report painter? If influence, could you tell me what should I do for this case.
    2. We have so many queries (SQ01) in our system and many of them haven't been run for a long time. we need a tool to get the runtimes of queries in a certain durition.
    For example: From 2008/01/01 to 2008/03/31,I want to know how many queries had been run/ query name/ runtimes of each query.
    Best regards,

    > 1.Does SAP upgrade influence the report painter? If influence, could you tell me what should I do for this case.
    You can check
    Note 1155524 - ReportWriter: Upgrade Issues ECC6.0 -Common Customer Issues
    > 2. We have so many queries (SQ01) in our system and many of them haven't been run for a long time. we need a tool to get the runtimes of queries in a certain durition.
    Such a tool was RBE (Reverse Business Engineer) - which is out of support.
    You can try to get that information from ST03. If that is not enough there's no other way than booking an SLO service to find out the queries that have not been used (http://service.sap.com/slo).
    Markus

  • Two specific problems and two other questions with Razr Maxx and ICS

    Like everyone else, I dl'd ICS this weekend and I've (re)setup things which were there and navigated around fairly well. However, I've noticed a few things to which I can't find an answer.
    1.) I have my phone locked via an onscreen password. Before ICS (i.e with GB), when I typed the password, it would not flash the letters/numbers in blue (or whatever color) above the keys as I typed. Now it does. Where do I find the setting so it doesn't?
    2.) I have Verizon and before ICS, when I'd send a text to a non-Vzn. user, I'd always get a 'broken' arrow and the delivery was always "Pending" (even though most of the time they actually received the message). When I'd send a text to a Vzn. user, a 'solid' arrow would appear and the Report would show "Received".
    Now, no matter if they're a non-Vzn. or a Vzn. user, it never shows "Received". It always shows "Pending".
    Is that a bug in the ICS or Vzn. or a combination of both (and does anybody else have that problem, and if so, is there a way to fix it)?
    3.) On the top, where it shows '1X' (i.e. 2G), 3G or 4G/LTE, what's the difference between when it appears white color and a blue color?
    One other thing - does anybody else notice the on-screen keyboard is different now?
    Thanks for anyone's help - I appreciate it.

    That Option isn't Available!   You can't Mark it Solved any More But you can Give Points as (Correct & Helpful Answers):
    That option Went a way when moved From Lithium to Jive.!    
    Actions
    Edit
    Move
    View as PDF
    Receive email notifications
    Stop tracking
    Legend
    Correct Answers - 4 points
    Helpful Answers - 2 points
    Update: To answer this Further Correct Answers would probably be the Equivalent to Marked Solved But only the OP would be able to Do this and the Post would have to set up as Question type of Post..

  • Two quick questions about the project and timing panes

    1) Is there a hotkey for toggling between the project and timing panes?
    I can't seem to find this anywhere. I know F5 and F6 open and close them, but I'd like to be able to simply activate then without having to click on them. I'd like to be able to simply toggle between them and navigate using the arrow keys
    2) Is there a way to lock together the project and timing views so that when you open a group in one that group is also opened in the other?

    Sure, play/stop SHOULD work, but it doesn't always. And the up/down arrows only work to move layers in some instances. Try this. In a normal project, select a layer in either the layers pane or the canvas. Use the up/down arrows and you'll find Motion cycles between layers. Now close the layers pane (F5) and open it again. Now try to use the up/down arrows. It no longer cycles on my machine (and probably yours).
    In fact, Motion 4 broke a LOT of the keyboard shortcuts that used to work seemlessly in Motion 3.
    For example: I create a text object and start typing my text. About 30 percent of the time hitting the spacebar while typing text will cause playback to start. Pure annoyance.
    I used to be able to Hit HOME and END to go to the start and end of the project when the layer's pane is active, now I can't.
    About 25 percent of the time when I'm in the layers pane and I hit spacebar, instead of playing the project, I turn off the layer that was currently selected.
    Those are just a few of my pet peeves. There are definitely some real issues with shortcuts in Motion 4.
    Andy

  • Difference between Report Template "Standard (PPR)" and "Standard"?

    What is the difference between Report Template "Standard (PPR)" and Report Template "Standard"? What does PPR mean and what makes it different? Why would you use PPR rather than just standard?
    Thanks,
    Linda

    Hello,
    PPR (Partial Page Refresh) is just a term used to describe some AJAX pagination and sorting functionality, it's just a holdover from before the term AJAX existed.
    You can just change the template and on your report to enable that functionality. In 3.0 it will just be on off switch in your pagination options.
    Carl
    Message was edited by:
    Carl Backstrom

  • Financial Report Templates - Creation and input of accounts

    Hi,
    At the time of creating Financial Report Templates, these templates can be very time consuming and tedious to create, as for the inputting of accounts within each account category - filling out one or more details...
    It would be helpful to have some kind of tool in which we could associate like in the GL all the sub accounts withing that account.
    I hope I have been clear enough,
    Regards
    Vivek Chand

    Hi:
    I'm agree with your post, all my customer are very angry with this functionality because the want use wildcards for input the account, if i input 71* the template will show all account which begin with 71.
    Now when they create a new account into the financial plan of accounts they must create also into the report templates and this work is hard and spend a lost time in it.
    Best Regards
    Joaquin Gomez

Maybe you are looking for