Setting up report positions manually

Is there a good way to do this? I swear somewhere I've seen a (forgive me) Dreamweaver like tool where we can move things around and align them just as we want them to appear.
I am trying to produce one table with 5 sql queries, and if I could simply line the reports up this would look great, as of now they are all different sizes and appear very on-ordered.
Also, I am trying to get titles to not display and the "exclude title from translation" checkbox seems to not achieve this.

Ok, I should be able to edit out titles through the template setup no problem, I wasn't sure where those setting were maintained.
As for the part I didn't elaborate much on I'll go into more detail. I'm coming from a coldfusion background...
I want to make 1 report table that displays the sum of a variable, grand_total. The only thing is I want it to display the grand_total based on multiple factors, where status can be Approved, Pending, Denied, and Open.
SELECT grand_total approved
FROM expsheet
WHERE expsheet.status = 'Approved' the other queries would have the other options
AND empno = :empid;
In Coldfusion I would have set the query to look like this...
select
          decode(status,null,'Open',status) status,
          nvl(grand_total,0) grand_total
And then when I run through my cfoutput I would have it add each grand_total(every item has a grand_total, kind of misleading) to an #approved# variable... then in the end I'd format a table and just post the variable.
I love the SQL generated reports, but I'm at a loss as of how to do this in APEX, because I can't figure out how to put more than one query in a table.

Similar Messages

  • HT5093 How do I manually set the start position.

    The 3d program do not support it (Google Sketchup Free).
    Can I open the dae file in another program and set the start position there?

    1) How do I in iBooks Author set the camera position manually.
    The documentation says: "be sure to add a camera to your object. This will be used for the default view in your iBooks Author book."
    default indicate that there are other options in the iBooks Author program.
    If this is not the case:
    2) What is the prefered program for createing 3d model with a start camera position.
    2a) More specific how do I do that in the program.
    Note that is is unlikely that any other forum can answer question 2, since this is compatibility specific issue between a 3d program and iBooks Author.

  • How can I set a report to have an audit trail?

    I am using Business Objects Enterprise and am having a difficult time getting an audit trail set up for reports. If reports are scheduled, then the audit trail exists. But if the reports are manually generated, no audit trail exists. Any suggestions would be greatly appreciated.
    Edited by: Dawn Michelle on Jun 7, 2011 11:05 AM

    Auditing database maybe?
    Other than writing your own front end app that allows users to run reports on demand and keeping track yourself, I do not think there is any way to do this.
    Jason

  • How to set NLS character set for report 9i servlet output?

    Hi,
    I am running a Reports 9i report. My problem is that the output HTML file is UTF8 encoded while ALL my 9iASR2 registry setting are set to EEISO8859P2. When I issued the http://<host:port>/reports/rwservlet/showenv?server=servername command it returned that the NLS setting is UTF8.
    Can somebody please help me, how to set this environment variable for the report servlet to EE..P1? Thank you in advance.
    Regards,
    Tamas Szecsy

    Dmitry,
    recently I got this from Oracle support. :-(. Currently when I set the Windows 2000 local and default local to Hungarian and the charset to EE..P2 then I get Central-European encoded charset. I think you will have to experience around to get correct result (if it is possible at all).
    +++++++++++++++++++++++++++++++++++++++++++++++++++++
    This is bug Number 2472932 NLS:RWSERVLET SETS INVALID CHARSET AT THE HTTP HEADER
    marked as fixed in 9.0.2.2 . unfortunately this bug is not published so I will not be able to sent you the bug as a whole but here is problem description in bug:
    iAS9.0.2.0.1 (Reports9.0.2.0.1) on Solaris2.8
    Running rdf with rwservlet sends the invalid charset at the http header.
    Say ias is up with LANG=C, http header for the rwservlet
    is always sent as "iso-8859-1" regardless of rwserver's NLS_CHARACTERSET.
    This is the TCP/IP packet for the GET /reports/rwservlet?report=xxx&....
    HTTP/1.1 200 OK Date: Sat, 20 Jul 2002 01:15:37 GMT Cache-Cont
    rol: private Content-Language: en Server: Oracle9iAS/9.0.2 Ora
    cle HTTP Server Oracle9iAS-Web-Cache/9.0.2.0.0 (N) Content-Leng
    th: 6908 Content-Type: text/html; charset=ISO-8859-1 Set-Cooki
    In this example, to produce a html with other charset than
    iso-8859-1,usually the outputted html has the charset information at
    meta tag by setting "Before Report Value" property in rdf.
    However charset in meta tag is less priority than http header, browser
    such as IE6 or Netscape7 firstly displays the page in iso-8859-1.
    Hence the characters other than iso8859p1 gets garbage.
    To workaround it with IE6/NS7, set proper encoding manually.
    ('View'-'Encoding' for IE 'View'-'Character coding' for NS7 )
    However, NS4.7 does not have workaround for it.
    Besides, starting opmn in LANG=ja, the rwservlet's http header becomes
    Shift_JIS!!. Thus rwserver seems to set the http header based on the
    LANG on Solaris.
    To fix these issues,
    - The http header for rwservlet shold be based on the nls_characterset
    for the rwserver.
    This is no problem for reprots jsp run.

  • Set Dynamic Event Scope MANUALLY

    Hello,
    I am using APEX 4.2.2.
    How to Set Dynamic Event Scope manually ? I included the template of Hide/Show Region in a Report ( Each Hide/Show region is a row ) It works fine when end user clicks on the heading of the region. But, If the Report get Refreshed then Hide/Show functionality does not respond any more !!!
    What is the solution to enable hide/show after that report is refreshed ?
    Regards,

    Hello,
    Thanks All,
    It works but caused another issue.
    After the report gets refreshed, if we click on any of the Hide/show regions on the top:
    Newsletters or
    Preferences or
    Expand/Collapse listings
    It opens and closes right off the bat ??
    I went over this   but, I did not manage to do it ...
    Can we fix this please.
    I followed your instructions:
    I created DA to fire after the report gets refreshed to execute JS
    > loadHideShowRegions();
    Affected element:
    The report region.
    Regards,

  • Value sets and Report Parameters

    Hi
    these are my requirements
    i have developed report using scott where the
    parametes are
    dname
    empinfo
    (1)If i select Department 1o then
    in parameter empinfo should display the value only from department 10
    (2) i have created a value set for report parameters empinfo
    it only shows two columns like EMPNO AND eNAME AND THERE only two column space to be shows
    how could i make columns to be displayed in addition to ename and empno
    Regard

    Hi KittyCat101,
    If I understand correctly, you want to use a parameter to filter Status field that starts with “Is” or “Can” or “Fi”. If in this scenario, we can refer to the following steps to achieve your goal:
    Modify the available values for @Status parameter to “Is”, “Can” and “Fi”.
    Right-click the tablix or dataset to open the properties dialog box.
    Select Filter in the left pane, then add a filter like below to filter Status field:
    Expression: =Fields!Status.Value like (Parameters!Status.Value & "*")  Type: Boolean
    Operator: =
    Value: true
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal Report Viewer 11.5 Java SDK - How to set sub report parameter value

    Good day!
    I have a report with 3 sub-reports in the detail section. Main report has two parameters and each sub-report has one parameter in turn. We have our own JSP to receive parameter values from the user. I am using the following code to do the parameter value setting later into the report. Parameter value setting works for main report, but not for the sub-report.
    I get an Error, for the first sub-report, from the viewer saying:
    The parameter 'parametername' does not allow null values
    On this article: [article link|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap%28bd1lbizjptawmq==%29/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313337333233323331%7D.do]
    It says to set the report name of the parameter field to the name of the sub report. On this aspect, assuming this tip/solution works, I would like to read the names of the sub-reports and their parameter names. I do not want to hard-code them into our application.
    Here is my current code:
    sdk.occa.report.data.Fields parameterFields = new Fields();
    I have a HashMap of <parameterName, parameterValue>
    Iterate through the map
    report.data.ParameterField aParameterField = new ParameterField();
    aParameterField.setReportName(""); //main report
    report.data.Values theValues = new Values();
    ParameterFieldDiscreteValue aParameterFieldDiscreteValue = new ParameterFieldDiscreteValue();
    aParameterFieldDiscreteValue.setValue (aValue);
    theValues.add(aParameterFieldDiscreteValue);
    aParameterField.setName(parameterName)
    aParameterField.setCurrentValues(theValues);
    parameterFields.add(aParameterField);
    viewer.setParameterFields(parameterFields);
    Please look at the line:
    aParameterField.setReportName(""); //main report
    Here's where I would like to say
    if (parameter is subreport's parameter) then setReportName(subreport name);
    Thx

    It was little difficult to navigate down the objects to find the sub reports and their parameters. I am attaching the code:
    May be there are other ways to do the same.
    public String getReportNameForParameter (String parameterName, ReportClientDocument reportClientDoc)
            String result = "";
            boolean found = false;
            try {
                SubreportController src = reportClientDoc.getSubreportController();
                DataDefController ddc = reportClientDoc.getDataDefController();
                IDataDefinition idd = ddc.getDataDefinition();
                Fields fs = idd.getParameterFields();
                Iterator fiter = fs.iterator();
                while (fiter.hasNext()) {
                    IField ifld = (IField) fiter.next();
                    if (parameterName.equals(ifld.getName())) {
                        found = true;
                    //System.out.println ("\t Field Name/Description/HeadingText: " + ifld.getName() + "/" + ifld.getDescription() + "/" + ifld.getHeadingText());
                if (!found) {
                    IStrings reportNames = src.getSubreportNames();
                    //System.out.println ("  Sub Reports If Any ...");
                    if (reportNames != null) {
                        Iterator iter = reportNames.iterator();
                        while (iter.hasNext()) {
                            String repName = (String) iter.next();
                            //System.out.println ("\t Sub Report Name " + repName);
                            ISubreportClientDocument srcd = src.getSubreport(repName);
                            ddc = srcd.getDataDefController();
                            idd = ddc.getDataDefinition();
                            fs = idd.getParameterFields();
                            fiter = fs.iterator();
                            while (fiter.hasNext()) {
                                IField ifld = (IField) fiter.next();
                                if (parameterName.equals(ifld.getName())) {
                                    result = repName;
                                    break;
                                //System.out.println ("\t\t Field Name/Description/HeadingText: " + ifld.getName() + "/" + ifld.getDescription() + "/" + ifld.getHeadingText());
            //System.out.println ("********************************************************** ");
            catch (Exception exc) {
                System.out.println ("Error/Exception while trying to find the report name for parameter [" + parameterName + "]");
                System.out.println ("*******************************************************************************************");
                exc.printStackTrace();
            return result;

  • How to set the report path in a model plugin

    I am trying to figure out how to set the report path in a process model plug-in. I can seem to figure out how to get access to it. It seems like this would be a reasonable thing to do since the plug-ins are for results processing. Does anyone know how to do this? We typically use the Sequential process model but I am trying to keep my plug-in as independent of that as possible. 
    Thanks.
    Solved!
    Go to Solution.

    If I understand, you want your plug-in, when enabled, to alter the settings of any other instances of the NI report plug-in such that their reports share the same directory as your plug-in is configured to use.
    If so, your plug-in can access and modify the settings of all other plug-in instances. All instances are passed to all plug-in entries point in the plugins array sub-property of the ModelConfiguration parameter. You can iterate through this array. Any element of the array with a Base.SequenceFilename equal to "NI_ReportGenerator.seq" is an instance of the NI report plug-in. Its report options are stored in the element under PluginSpecific.Options.
    You can change the report options to what ever you want. Note that the ReportOptions model callback is called from the Initialize model-plugin entry point, so you might want to ensure that your changes are applied after that, so they aren't overwritten. To do that, you could make your changes in the the Initialize entry point of your plug-in, and ensure that your plugin runs last. To make it run last, you could set the FileGlobals.ModelPluginComponentDescription.Default.Base.RunOrder in your plug-in file to a value greater than 0, such as 1.0 (see TestStand Help>>Fundamentals>>Process Model Architecture>>Process Model Plug-in Architecture>>Structure of Plug-in Sequence Files>>Model Plug-in Entry Points>>Order of Entry Point Execution at Run Time).

  • Set the exact position of a text or variable

    Dear All !
    How can I set the exact position of a text (absolute) in SAPScript
    like "write" command's positional possibility.
    e.g
    WRITE: /3 'Name', 15 , 30 'RoomNo', 45 'Age'.
    Regards
    Ilhan

    Hi,
    WRITE: /3  'Name', 15 'XXX' , 30  'RoomNo', 45  'Age'.
    This will work.......
    Check out........
    Regards,
    Priyanka.

  • How can I stop a report service manually ?

    How can I stop a report service manually in DOS command?
    I only know start a report service manually in DOS command.For example:rwserver service=repljbass

    My start/stop scripts for Solaris looks like this.
    Start:
    rwserver.sh server=reportserver batch=yes
    Note: batch=yes means that the extra control window doesn't start (at least on Unix)
    Stop:
    rwserver.sh server=reportserver shutdown=immediate authid=repadmin/reports
    Just remove the .sh and it'll work on your PC.
    PS. The complete Solaris start command I use is:
    exec nohup rwserver.sh server=reportserver batch=yes &

  • Steps involved in Orcale apps 11i for setting a report to run automatically

    I want to run a report automatically every day in oracle apps 11i.
    I have created the rdf file using reports 6i and I have registered it in oracle apps. Now i would to like to know what are the procedures involved in setting this report to run automatically.Pls. help.
    Thanks in advance

    When you are submit your concurrent program to run
    in At These Times section Go to Schedule Button section...
    there you can schedule accordingly

  • How to set rdlc report tablix to show record in one page

    hi all,
    i am in trouble to solve this.
    i want to show the report in the manner in which the tablix column 1 record should continue in the
    same page in column 2.
    LIKE THIS:
    column1      column 2
    1                      6
    2                     7
    3                     8
    4                     9
    5                     10
    and if their is space in the page just continues.
    and if not go to next page.
    i am filling my report with this code:
    Conn.Open()
    Dim sReportDataSource As New ReportDataSource
    Dim drow As DataRow
    Dim row As DataRow = Nothing
    Dim DS As New DataSet
    Dim dt As New DataTable
    DS.Tables.Add("tblstudentsregistrationBA")
    drow = dt.NewRow
    'ADD THE COLUMNS TO THE TABLE
    With DS.Tables(0).Columns
    .Add("BA_I_roll_number", Type.GetType("System.String"))
    End With
    For Each dr As DataGridViewRow In DGVfinal.Rows
    row("BA_I_roll_number") = dr.Cells("rollnumber").Value.ToString
    DS.Tables(0).Rows.Add(row)
    Next
    'Create a report parameter for the sales order number
    sReportDataSource.Name = "DataSet1"
    sReportDataSource.Value = DS.Tables(0)
    RDLCreportview.ReportViewer1.LocalReport.ReportPath = Application.StartupPath & "\Reports\classsubjectlistBA.rdlc"
    RDLCreportview.ReportViewer1.LocalReport.DataSources.Add(sReportDataSource)
    Dim rpEmployeeSSN As New ReportParameter()
    rpEmployeeSSN.Name = "course"
    rpEmployeeSSN.Values.Add(" Course :- " & cmbcourse.Text & "")
    'Set the report parameters for the report
    Dim parameters() As ReportParameter = {rpEmployeeSSN}
    RDLCreportview.ReportViewer1.LocalReport.SetParameters(parameters)
    RDLCreportview.ReportViewer1.SetDisplayMode(DisplayMode.PrintLayout)
    RDLCreportview.ReportViewer1.RefreshReport()
    DS.Dispose()
    DS = Nothing
    RDLCreportview.ShowDialog()
    RDLCreportview.Dispose()
    Conn.Close()
    kindly help me for this.
    thanks in Advance

    Hi sanny007,
    Based on my further research, we can use the following method to word around the issue so that the first table will print every odd row and the second table will print every even row, effectively giving you multiple column output. For more details, we can
    refer to the following steps:
    Add two tables to design surface.
    On the Detail row of the first table, insert two fields, then use the following expression to control the row visibility:
    =iif((RowNumber(Nothing) Mod 2) = 1, False, True)
    On the Detail row of the second table, insert the same two fields, then use the following opposite expression to control the row visibility:
    =iif((RowNumber(Nothing) Mod 2) = 1, True, False)
    If there are any other questions, please feel free to let me know.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to set the X-position and Y-position

    I started an application but was struck due to a problem.
    The problem was : I was unable to set the X-position and Y-position in the desired place... Any one who can help please help me to continue my application......
    I wanted to set my choice group elements in the center of the screen.. help me plz....

    You want to change to x/y position of what? The main frame?
    If it is the Frame class take a look into the CDC/PP specification:
    "An implementation may prohibit resizing of Frames by a user. In such a case, attempts to make any Frame resizable will fail silently"

  • Stored Procedure With Multiple Result Sets As Report Source : Crosspost

    Hello Everyone,
    I have an issue where i have created a stored procedure that returns multiple result sets
    /* Input param = @SalesOrderID */
    SELECT * FROM Orders TB1
      INNER JOIN OrderDetails TB2 ON  TB1.ID = TB2.ID
    WHERE TB1.OrderID = @SalesOrderID
    SELECT * FROM Addresses
      WHERE Addresses.OrderID = @SalesOrderID AND Addresses.AddressType = 'Shipping'
    SELECT * FROM Addresses
      WHERE Addresses.OrderID = @SalesOrderID AND Addresses.AddressType = 'Billing'
    This is just a quick sample, the actual procedure is a lot more complex but this illustrates the theory.
    When I set the report source in Crystal X to the stored procedure it is only allowing me to add rows from the first result set.
    Is there any way to get around this issue?
    The reason that I would prefer to use a stored procedure to get all the data is simply performance. Without using one big stored procedure I would have to run at least 6 sub reports which is not acceptable because the number of sub reports could grow exponentially depending on the number of items for a particular sales order.
    Any ideas or input would be greatly appreciated.
    TIA
        - Adam
    P.S
    Sorry for the cross post, I originally posted this question [here|/community [original link is broken];
    but was informed that it might be the wrong forum
    Edited by: Adam Harris on Jul 30, 2008 9:44 PM

    Adam, apologies for the redirect, but it is better to have .NET posts in one place. That way anyone can search the forum for answers. (and I do not have the rights to move posts).
    Anyhow, as long as the report is created, you should be able to pass the datasets as:
    crReportDocument.Database.Tables(0).SetDataSource(dataSet.Tables("NAME_OF_TABLE"))
    Of course alternatively, (not sure if this is possible in your environment) you could create a multi-table ADO .NET dataset and pass that to the report.
    Ludek

  • SETS IN REPORT PAINTER

    I have a question. I defined in a set several accounts and in the data base or table may be posible not to have all the accounts I defined within the set.
    If I dont have any account in the table defined within the set.....
    How do I do to show these several accounts with no information in Report Painter??
    THANKS.

    There is one indicator - 'form printout' under report layout -> rows which allows you to print all rows irrespective of whether record exists in database or not.
    See below help of this indicator:
    Form printout
    With form printout, you can print a list exactly as it is defined by the row sets.
    This means that each set entry creates a corresponding entry in the report output, irrespective of whether a suitable database record is found. The system no longer breaks down intervals in row sets. They are treated as if they have a suppress indicator.
    Without form printout, the system would only print rows for which a relevant database record is found. In addition, intervals without a suppress indicator would be broken down into the respective single values.
    If the form printout indicator is set, the Report Writer internally creates data records with zero values and processes these as normal database records. This means that runtime will increase accordingly. This extra time needed is displayed in the report statistics.
    Example
    The row set contains the accounts 1000, 1001, 1002 and the account interval 1010 to 1030. During selection, database records were found for the accounts 1000, 1002, 1010 and 1015.
    The following reports are output:
    With form printout:                                                                               
    Amount
    Account 1000
    100.00
    Account 1001
    0.00
    Account 1002
    200.00
           |Accnts 1010-1030 |   700.00 | <- Caution: Interval is not
                                                                                    |  Total          |  1000.00                                  |             broken down
    Without form printout:                                                                               
    Amount
    Account 1000
    100.00
    <- Note: Account 1001 is missing
    Account 1002
    200.00
    Account 1010
    300.00
    <- Caution: Interval is
    Account                                                                                1015
    400.00
    <-          broken down
    Total
    1000.00

Maybe you are looking for

  • SharePoint Online Drag and Drop to Quick Launch Links

    Hello, We're using a SharePoint document library to store invoices and an approval workflow to manage the approvals for payment. Once an invoice is approved and paid, they move the invoice into a Paid subfolder. Because there are a lot of invoices, t

  • Again: iTunes 10.1.1.4 not working

    So I've read every post on here about the issues people are having with iTunes 10.1.1.4 and Windows 7. Unfortunately, nothing has addressed my issue and none of the solutions I've tried have worked. I'm not computer illiterate by any means and I've t

  • Weblogic - a web service with java.lang.Object parameter

    hi all, i'm creating a web service with a java.lang.Object parameter. my question is as follows: when a client calls the web service, how to i get the soap message object and convert it to soap message string using the parameter? thanks, alex

  • Firefox 4 update for mac

    I have downloaded firefox 4 for my MacBook Pro. I was running the previous version of Firefox. After the successful download, I went to 'downloads' and selected the firefox icon and moved the icon to my 'Applications' folder. I then moved my firefox

  • CREATE OR REPLACE PROCEDURE dq_setAllCollOptionsForColl (srcCollId INT, s

    CREATE OR REPLACE PROCEDURE dq_setAllCollOptionsForColl (srcCollId INT, collId INT) AS BEGIN INSERT INTO dq_spidering_options SELECT collId, id_type, file_types, file_extns, sub_directories, max_files, min_file_size, max_file_size, protocols_to_fetch