Question about Dynamic Report How-To

Does anyone know what happened to this how-to, http://www.oracle.com/technology/products/database/htmldb/howtos/dynamic_report-1.6.htm .
I've seen it referenced in many threads, but when I click on it I get a 404 error.
Thanks,
Michelle

With the rename from HTML DB to APEX everything has moved....
Try following URL:-
http://www.oracle.com/technology/products/database/application_express/howtos/dynamic_report.html
Regards,
Ruud

Similar Messages

  • Question about iCloud. How do I change my e-mail address, I have the wrong one and want to change it.

    question about iCloud.  How do I change my e-mail address, I got the wrong address.

    There are a variety of options available to you, including creating an email "alias" or changing the email address associated with your iCloud ID.
    For all practical purposes your iCloud email address and Apple ID are interchangeable. To change your Apple ID read Apple ID: Changing your Apple ID.
    If you simply created an Apple ID in error, you might consider abandoning it altogether and creating a new one. On the other hand, if you already used that Apple ID to purchase iTunes or other digital content, don't create a new Apple ID, because any purchases you already made are inexorably linked to the Apple ID used to make them.

  • Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in. Thanks

    Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in.

    You don't. Email comes in either by push or when you invoke the email app. Ther is no password except when you first set up the account. If your iPad is not being used as your personal device and you need to shield emails from other users, then don't use the email app.  Instead, use web mail if available from your provider.

  • I have a question about weblogic RMI , how can I resolve it.Thank you

    I have a question about the weblogic RMI .
    I have a program.web services+weblogic RMI +Data Sources When I run the program in the console application.it is ok.But When i run it with the web services(it 'is mean Get some parameter and run the different program).it's fail.The Exception is
    cannot assign instance of yype weblogic.rmi.RMIServices_1033_WLStub to field demo.RMIServer_1033_WLStub.stubinfo of type weblogic.rmi.internal.StubInfo in instance of demo.RMIEsrver_1033_WLStub
    how to resolve .Thank you.

    Hi Charles,
    Parental Controls has always had problems with https sites, no idea if it's fixed in 10.9.x or not.
    When you setup your Mac it shouldv'e made an admin account, are you not running from that account, or did you somehow change it to a Managed account???

  • ISQL*PLUS dynamic reports - how to pass connect string in the URL

    When we run dynamic reports thru ISQL*PLUS, does anyone know how
    to pass the connect string info in the URL
    The following is the code from ISQL*PLUS users guide but it
    dosen't show how to pass the connect string
    when I tried to pass hr/your_secret_password@dbserver for userid
    I got an error msg
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    <HTML>
    <HEAD>
    <TITLE>iSQL*Plus Dynamic Report</TITLE>
    </HEAD>
    <BODY>
    <H1>iSQL*Plus Report</H1>
    <H2>Query by Employee ID</H2>
    <FORM METHOD=get ACTION="http://host.domain/isqlplus">
    <INPUT TYPE="hidden" NAME="userid"
    VALUE="hr/your_secret_password">
    <INPUT TYPE="hidden" NAME="script"
    VALUE="http://host.domain/employee_id.sql">
    Enter employee identification number: <INPUT TYPE="text"
    NAME="eid" SIZE="10">
    <INPUT TYPE="submit" VALUE="Run Report">
    </FORM>
    </BODY>
    </HTML>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Thanks
    Jay

    The form you use should work when your change
    "hr/your_secret_password" to a valid username, password
    and connect identifier like "hr/hr@MYDB". Don't forget to
    configure MYDB in your tnsnames.ora file on the machine that has
    the iSQL*Plus server.
    What was the error you got?
    The full URL syntax did seem to go missing from the 9.0.1 doc.
    See below for the full syntax. This should be appearing in a
    forthcoming FAQ.
    - CJ
    What syntax can I use to run an iSQL*Plus Dynamic Report?
    You can run a dynamic report by entering the report URI in the
    location field of your browser, or by making the report server a
    link or the action for an HTML form. The iSQL*Plus 9i Release 1
    documentation has examples of these.
    The general syntax for running a dynamic report is:
    {uri}?[userid=logon&]script=location[&param...]
    where uri
    Represents the Uniform Resource Identifier (URI)
    of the iSQL*Plus Server, for example:
    http://host.domain/isqlplus
    where logon
    Represents the log in to the database to which you
    want to connect:
    {username[/password][@connect_identifier]}
    where location
    Represents the URI of the script you want to run.
    The syntax is:
    http://[host.domain/script_name]
    The host serving the script does not have to be
    the same as the machine running the iSQL*Plus server.
    where param
    Specifies the named parameters for the script you
    want to run.
    Named parameters consist of varname=value pairs.
    iSQL*Plus will define the variable varname to equal value prior
    to executing the script e.g.
    ...script=http://server/s1.sql&var1=hello&var2=world
    This is equivalent to the SQL*Plus commands:
    SQL> define var1=hello
    SQL> define var2=world
    SQL> @http://server/s1.sql
    iSQL*Plus, SQL*Plus and SQL keywords are reserved
    and must not be used as the variable names (varname). Note also,
    that since variables are delimited by the ampersand character,
    there is no requirement to enclose space delimited values with
    quotes. However, to embed the ampersand character itself in the
    value, it will be necessary to use quotes.
    For compatibility with older scripts using the &1
    variable syntax, varname may be replaced with the equivalent
    variable position as in:
    ...script=http://server/s1.sql&1=hello&2=world
    Note the & is the URL parameter separator and not
    related to the script's substitution variable syntax.
    Commands and script parameters may be given in any
    order in the dynamic report URI. However, please note that if any
    parameters begin with reserved keywords such as "script" or
    "userid" then it may be interpreted as a command rather than a
    literal parameter.

  • Dynamic report - how to....? Exitvariable???

    Hello,
    I want to create a very dynamic report.
    Column A
    Column B
    Column C
    Column A should display restricted key figure for a variable year/month.
    Column B should display restricted key figure for a variable year.
    Column C should display restricted key figure for a variable year - 1.
    I only want to work with one(!) selection variable which is year/month.
    The year should be derived from year/month.
    Example:
    Selection variable for year/month = 07.2009.
    Result in
    Column A restricted to 07.2009.
    Column B restricted to 2009.
    Column C restricted to 2008.
    Is this possible? How are the steps? Do I have to work with exit variables?
    Only one selection variable .

    Hello,
    Yes, you can achieve this by User Exit. In the user exit get the user input date and get the current , previous , next year as per your requirement.
    [User Exits in SAP BW|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/23f2f094-0501-0010-b29b-c5605dbdaa45]
    For coding sample [User Exit Examples|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6378ef94-0501-0010-19a5-972687ddc9ef]
    [Enable Trend Reporting by Manipulating Variable Value|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25d98cf6-0d01-0010-0e9b-edcd4597335a]
    Thanks
    Chandran

  • Question  about dynamic class loading with thread built in

    Hi ,
    I am trying to load a class with a thread built in from the network.
    I write my network classloader, convert the class to a byte array and transmit over the network using socket. This step seems fine but when I tried to load the class at the receiver, some exception happens,"
    the reported exception is that :
    Exception in thread "Thread-2" java.lang.NoClassDefFoundError: SampleProject/Application$1
    my class name is "SampleProject . Application", the $1 I think it may refers to the thread built in the "Application".
    Could any one give me some hint for how to dynamic load such class file with thread built in over the network?
    Thank you!
    Best Regards,
    Song Guo

    Exception in thread "Thread-2"
    java.lang.NoClassDefFoundError:
    SampleProject/Application$1That means that the receiving end can't find an anonymous inner class which you have in the Application class. (The anonymous clas is given the synthetic name 1). Check your bin/classes folder you will have a class there with the name Application$1.class
    Kaj

  • Question about Dynamic Linking from Premier Pro

    I have a number of sequences created in Premier Pro CS5.5 that I have linked into a project in Encore CS 5.1 via the "Dynamic Link" feature. My question is - if I make any adjustments or changes to those sequences in Premier Pro, will those changes be automatically transferred to the corresponding timelines in Encore? If not, how do I make that happen?

    Jeff's answer applies to each dynamic linked sequence you transcoded after in Encore. For any sequence not already transcoded, changes will be automatic.
    The exception is markers. If you change markers, including markers that shifted on the Premiere timeline because you deleted or added clips, changed duration, etc, you must select the sequence's timeline and select Edit -> Update Markers From Source (replaces all markers).

  • Quick question about bug reports

    Hi all,
    I was just reading the reporting bug guidelines (https://wiki.archlinux.org/index.php/Re … Guidelines) and was wondering about the section "Upstream or Arch?".
    I'm not an expert on the particular package I want to file a bug against, so I have no idea whether the problem is upstream or Arch. Should I just go ahead anyway? I cannot find a similar bug on any upstream bug trackers.

    eggplantbren wrote:
    Hi all,
    I was just reading the reporting bug guidelines (https://wiki.archlinux.org/index.php/Re … Guidelines) and was wondering about the section "Upstream or Arch?".
    I'm not an expert on the particular package I want to file a bug against, so I have no idea whether the problem is upstream or Arch. Should I just go ahead anyway? I cannot find a similar bug on any upstream bug trackers.
    If you're not sure, try a quick post on the forums.
    In general, once you've used your google-fu you should know whether the problem is distro-specific. Its normally highly unlikely that you'd be the first in the world to run into a real bug (if no-one else has reported anything, its likely user error, especially if you're not using [testing]).

  • Simple Question about BW reports p&l and balance sheet

    I haev two reports Balance sheet and P&L  both have the same fields AS below, i want to know what is the key field which i can make the variable for user to display balance sheet or P&L is that  0GLACCEXT financial statement can do that.Any hints will also be appreciated
    Account Number
    Company code
    Business area
    Joint Venture
    Controlling area
    Fiscal year/period
    Currency
    Transaction Type
    Trading partner
    Profit Center
    Cost Center
    Cost Element
    Functional Area
    Key Figures
    Financial Statement
    Account Segment
    Chart of accounts
    Company code
    Currency Type
    Comparative Fiscal year/ period
    Fiscal Year Variant
    Fiscal year/ period
    Version
    thanks
    Regards
    Soniya Kapoor

    Can u PLEASE clarify if 0GL_ACCT HAS two nav attribute which can be used as filter P&L Account and Balance sheet Account to distingush the between the p&l and BAl sheet
    but now user want one field like "psbl" which will write on report either pl or bs
    please tell how to make the field as free characteristic so that it will pop as pl or bs once user click on it .i will reward all points after this small help
    thanks
    soniya

  • Question about Activity Reports

    Hi,
    I tried to use Activity Reports on our Portal to find out the each instance is doing, but the iView does data aggregation. Does anyone know how can we obtain statistics on dialog instance's activities? I was hoping the report would give me details on
    1. how many requests did the instance server during a specified time frame
    2. what activities did the instance do during a specified time frame
    Many thanks in advance.

    Hi Voon,
    The details regarding the Dialog Instance that you require can be attained by the following activities -
    Dialog Overview Monitor - You can use this monitor to check the most important values for the SAP dialog system and the number of users logged on, broken down by application server.
    Features include -
    1) Dialog Response Time
    2) Network Time
    3) Standardized Response Time
    4) Users Logged on.
    This is detailed information regarding the same -
    [Dialog Overview Monitor|http://help.sap.com/saphelp_nw04/helpdata/en/31/d7843b43c8e937e10000000a11402f/content.htm]
    Also there is an "Dialog Per Application Server Monitor" --
    [Dialog Per Application Server Monitor|http://help.sap.com/saphelp_nw04/helpdata/en/9e/08443c4a082335e10000000a114084/content.htm]
    Entire System Monitor --
    http://help.sap.com/saphelpnw04/helpdata/en/9c/f78b3ba19dfe47e10000000a11402f/frameset.htm_
    Reward points if helpful
    Regards,
    Shailesh Nagar

  • Question about IME reports

    How can I automate report generation with IME? I would like to schedule reports and have them emailed.  I can not find anywhere this proccess can be automatic.

    Go to
    Tools Drop Down Menu
    Preferences
    Reports
    u just thot u looked everywhere

  • Question about TextEdit. How do i add a custom header to a multipage document? For example, "Smith, page 2", "Smith, page 3', etc. I can do it in Microsoft Word, but cant figure out how in TextEdit.

    How do i add custom headers to a multipage document in TextEdit? i need to add a custom header in upper right of page, for example: "Smith, page 2", "Smith, page 3" etc.  The add header setting in Textedit file-print only adds date : time in upper right, with "Page 1 of 3" on bottom right.
    Thank you.

    It's just a text editor not a word processor.

  • A question about Dynamic News Sample.

    I have encountered a error when I installed Dynamic News Sample and build it in JDeveloper3.1.
    The main environments are: Oracle8.1.6, Java1.2 , Oracle XML Parser2 for Java , Oracle XSU12.
    The error is:
    "method endElement(java.lang.object) not found in class
    oracle.xml.sql.docgen.OracleXMLDocGenDom."
    If you can help me, I will always remember you.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by wang wanding ([email protected]):
    I have encountered a error when I installed Dynamic News Sample and build it in JDeveloper3.1.
    The main environments are: Oracle8.1.6, Java1.2 , Oracle XML Parser2 for Java , Oracle XSU12.
    The error is:
    "method endElement(java.lang.object) not found in class
    oracle.xml.sql.docgen.OracleXMLDocGenDom."
    If you can help me, I will always remember you.
    <HR></BLOCKQUOTE>
    null

  • Question about Crystal Reports 4.0 and "cross database joins"

    Hi everybody,
    in Crystal Reports 2008 we could use the cross database joining feature to put two or more BEx queries via MDX into one report and join them within Crystal Reports. We know that this might lead to performance problems but for some scenarios this was the only solution.
    Now with Crystal Reports for Enterprises 4.0 the whole connection to SAP systems will change. Will we have a chance to make one report agains two or more BEx queries any other way than using subforms. The latter will not fit our needs.
    Thank you very much!
    Thorsten

    Hi,
    Crystal Reports 4.0 is in RampUp right now. In case you are interested in the details I would suggest you join the RampUp.
    regards
    Ingo Hilgefort

Maybe you are looking for

  • Printing custom sizes on HP Officejet Pro 8600 Plus from Macbook Pro

    I am having trouble setting up a Word Document (Word for Mac 2011) to print in a custom size on my HP Officejet Pro 8600 Plus.  I'm using a Macbook Pro running Yosemite.   I would like to print on a card stock that is 4.5 in x 13.5 in.  I have tried

  • Enter command in Classical Report

    Hi ,   I have a classical report with one of the fields editable , when the user modifed  one of the rows and presses enter i want to do some processing , how can this be implemeted. i.e. how can i handle ENTER command in a classical report. Regards,

  • How to create and run Forms?

    Hi! I have install WebLogic server and Oracle Forms. WebLogic is running... What must I do now to be able to create some simple form and run it?

  • Problems with getting waveform using tektronix tds 6604

    hello, i'm using the scope tds 6604 with tektronix lv-driver (TKTDS6K) under lv 6.0.2. I always want to read the displayed waveform via GPIB. This is not a problem. The waveform and the scales are correct. BUT if I stop the aquisition on the scope Ru

  • Setup weblogic.properties

    Reading through the docs on cluster setup brings up a simple           question....           In the docs it suggests putting system password/identity info, and           servlet registration in the system/global level weblogic properties           f