Apex report question

Hi All-

I have a report that displays data in a column (IE).
Time
--------
08:00
08:10
08:20
...


All the way to 16:00 hours. Is there a way to encapsulate the exit on several columns in the html table? I want the output to look like this:

08:00 08:40 10:00
08:10 08:50 11:00
08:20 09:00 12:00
08:30 09:10

Thank you in advance for your help!

If this answers your question, please give points where you feel appropriate and mark the thread as closed, while others know it is closed...

Thank you

Tony Miller
Webster, TX

Tags: Database

Similar Questions

  • Stuck in the BI Publisher rtf model for Apex report

    Hi, I work on Express 4.2.3.00.08 and oracle database 11 g application.

    I stuck in the BI Publisher RTF model.

    I want to create a BI Publisher Apex report.

    Question is.... have several activities and several Notes to a significant number.

    Not sure how to put repeating frame so that all corresponding activities and corresponding notes are a major number without repeating.

    Each main number arrive on a page, see the snapshot below.

    I have attached my rtf model snapshot too.

    I'll be really grateful for your help.

    Thank you very much in advance

    Untitled.jpg

    Untitled2.jpg

    I think your results will have 1102 pages (one page separated by major) for all major XML data?

    You must use @section. so your for each should be as below

    and remove the page break before for each end.

    If you can share the email I can send the updated model.

  • How to extract data from the APEX report with stored procedure?

    Hi all

    I am doing a report at the APEX. the user selects two dates and click on the GO button - I have a stored procedure linked to this region of outcome for the stored procedure is called.

    my stored procedure does the following-

    using dates specified (IN) I do question and put data in a table (this painting was created only for this report).

    I want to show all the data that I entered in the table on my APEX report the same procedure call. can I use Ref cursor return? How to do this?

    Currently, I use another button in the APEX that basically retrieves all the data from table. Basically, the user clicks a button to generate the report and then another button for the report. which is not desirable at all :(


    I m using APEX 3.1.2.00.02 and Oracle 10 database.

    pls let me know if you need more clarification of the problem. Thanks in advance.

    Kind regards

    Probashi

    Published by: porobashi on May 19, 2009 14:53

    APEX to base a report out of a function that returns the sql code... Your current code goes against a Ref cursor returns the values...

    See this thread regarding taking a ref cursor and wrapping it in a function to channel out as a 'table' (use a cast to cast tabular function vale)...

    (VERY COOL STUFF HERE!)

    Re: Tyring to dynamically create the SQL statement for a calendar of SQL

    Thank you

    Tony Miller
    Webster, TX

  • The matrix in the Apex report

    The matrix in the Apex report

    I met a delicate situation and would need the support of members of the community of Apex here.

    I would need to build a matrix report in Apex over a table containing about 500 rows and 2 columns.

    The report of the matrix must be format (col X lines) 20 X 25 to display all the data in the table.

    Please consider the following data containing 15 rows and 2 columns

    Table A

    Col_data Col_status

    ABC to the top

    BCD upward

    CDE upward

    def upward

    EFG down

    FGH upward

    IGS upward

    hij upward

    JKL upward

    KLM upward

    LMN upward

    MNO upward

    NOP upward

    Professions down

    PQR upward

    Now these data in the table should be displayed as a 3 X 5 matrix report.

    The idea here is to display only the col_data to end users.

    Col_data text would be colored in red or green according to the col_status than upwards or downwards, respectively.

    Formatting conditional html should be applied in this case.

    The problem here is that we report of matrix in Apex. This must be done in the sql query.

    While generating a matrix report using the sql query, we can select only a single column, and the status column is missed.

    This is why the data required for the conditional formatting (color) are not yet selected if generate us a matrix report using the sql query.

    Any help or alternative approach here would be greatly appreciated.

    ascheffer wrote:

    It is not all "tricky", or I miss the point?

    1. SELECT max (case when mod (rn, 3) = 1 then col_data end) col1
    2. , max (case when mod (rn, 3) = 2 col_data then end) col2
    3. , max (case when mod (rn, 3) = 0 then col_data end) col3
    4. , max (case when mod (rn, 3) = 1 then col_status end) col1_stat
    5. , max (case when mod (rn, 3) = 2 then col_status end) col2_stat
    6. , max (case when mod (rn, 3) = 0 then col_status end) col3_stat
    7. , ceil ((rn) / 3)
    8. (select col_data, col_status, row_number() on rn (order by null) from tablea)
    9. Group by ceil ((rn) / 3)

    It is perhaps not in SQL, but is not the only consideration... terms

  • Error ORA - 01858 Apex report working / valid underlying the request

    After two days of searching for these forums and AskTom, I think I need to put the following problem.

    I have what seems to be a valid view of certain data that is created as follows (with apologies for the formatting - doesn't seem to be a way to use a fixed font here):

    CREATE OR REPLACE VIEW "PRICING_CAPABILITY" OF THE FORCE. "" POW_EXEC_SUMM010 "("Item",
    "Jul-09", "Aug-09", "Ms-09", "Oct-09", "Nov-09", "Dec-09", "Jan-10", "" "" "
    'Feb-10', '10-Mar', 'Apr-10', '10-may', 'Jun-10', 'CDA')
    AS
    SELECT
    "Item."
    Sum (decode("ItemMonth",'Jul-09',"ItemValue",0)) "Jul - 09,
    Sum (decode("ItemMonth",'Aug-09',"ItemValue",0)) "Aug - 09,
    Sum (decode("ItemMonth",'Sep-09',"ItemValue",0)) "Sep - 09,
    Sum (decode("ItemMonth",'Oct-09',"ItemValue",0)) "Oct - 09,
    Sum (decode("ItemMonth",'Nov-09',"ItemValue",0)) "Nov - 09,
    Sum (decode("ItemMonth",'Dec-09',"ItemValue",0)) "Dec - 09,
    Sum (decode("ItemMonth",'Jan-10',"ItemValue",0)) "Jan - 10,
    Sum (decode("ItemMonth",'Feb-10',"ItemValue",0)) "Feb - 10,
    Sum (decode("ItemMonth",'Mar-10',"ItemValue",0)) "Mar - 10,
    Sum (decode("ItemMonth",'Apr-10',"ItemValue",0)) "Apr - 10,
    Sum (decode("ItemMonth",'May-10',"ItemValue",0)) "may-10,
    Sum (decode("ItemMonth",'Jun-10',"ItemValue",0)) "Jun - 10."
    Sum ("ItemValueOptional") AS "CDA".
    Of
    (
    SELECT
    "Received new proposals" AS "Item."
    To_char(T1.scope_received,'Mon-RR') AS "ItemMonth."
    Count (*) AS "Valeurelement."
    10. AS 'SortOrder '.
    Of
    PRICING_CAPABILITY. POW_DATA t1
    WHERE
    T1.scope_received IS NOT NULL
    AND extract it (FROM AN t1.scope_received) IN (2009,2010)
    ' AND t1.scope_received > = July 1, 2009.
    GROUP BY
    «New proposals received.»
    To_char(T1.scope_received,'Mon-RR'),
    10
    UNION
    SELECT
    "New proposals complΘtΘ' AS"Item. "
    To_char(T2.pricing_approval,'Mon-RR') AS "ItemMonth."
    Count (*) AS "Valeurelement."
    20. AS 'SortOrder '.
    Of
    PRICING_CAPABILITY. POW_DATA t1
    JOIN PRICING_CAPABILITY. POW_LAST_HISTORY t2
    WE
    T1. POW_DATA_ID = t2. POW_DATA_ID
    WHERE
    T2.pricing_approval IS NOT NULL
    AND extract it (FROM AN t2.pricing_approval) IN (2009,2010)
    ' AND t2.pricing_approval > = July 1, 2009.
    GROUP BY
    "End of new proposals."
    To_char(T2.pricing_approval,'Mon-RR')
    )
    GROUP BY
    "Item."
    'SortOrder '.
    ORDER BY
    "SortOrder";

    This view works, IE produced good results by operating (i.e. select * from...) with SQL Developer and SQL Workshop of the Apex section.

    But when I try to produce an Apex report, use it as a data source, I get the following error:

    ORA-01858: a non-digit character was found here where was waiting for a digital

    The error is displayed before that appear part any report itself, that is to say the header of the region is displayed and then the error message.

    So far, everything I could find on the forums or AskTom suggests that this is probably due to a problem. But the goal here is to summarize records dated by month, so I've extracted the elements year and date values, convert them to strings (using TO_CHAR) and then using the resulting chains of "MON - YY" to group the results.

    If there is a better way, I'm interested.

    But I do not understand why the Apex seems to be rejecting what appears to be valid results from a query of valid work.

    Any ideas? Suggestions?

    See you soon,.

    Peter

    You hit some implicit date conversion problem, probably caused by the preferred language of the browser in combination with the use of literals in the query.
    It's a bad idea to use literals as July 1, 2009"in an environment like Apex, which may have different date forrmats according to the preferences of the user.

    At the beginning of the rendered page Apex performs a SESSION of ALTER to change various NLS parameters.
    You can see this by turning on debugging, look for NLS in the resulting output and take a look at the settings that the Apex is application.
    The literal 1 July 2009"means the format DD-MON-YYYY mask, but regional settings applied through Apex may involve a different date format mask.

    Flavio

    ------
    http://oraclequirks.blogspot.com

  • Simple questions about interactive Apex reports

    I have not yet made many experiments with interactive reports, and a few weeks ago, I heard a colleague that I should not create them. He told an interactive report in our environment of production - according to him, if a user changes the interactive report (for example, adding or dropping a column), other (s) see the same changes that have been made by the first user, so this interactive report cannot have its columns or content is personalized for each user because each user will need to see its own version of the interactive report.

    Because it is expected that each user can see their own version of interactive reports, it discouraged me to go forward. I need to understand this situation because I'm about to release another interactive report in a new page of the Apex - and overcome this if possible.

    Another question: is it possible to replace Oracle reports with export to PDF - Apex and this would include customized logo, header, trailer, and other features of Oracle reports? Certainly not at 100%, but some of these features, such as reports of matrix - they do? Right now, I put reports in packs of function that returns custom types and activities of logic inside the function that returns a type Apex them simply returns by selecting its data, but this question has crossed my mind because I would like to release the Apex of other software development environment.

    I use version 4.2 of the Apex.

    Hello

    There is an attribute on interactive reports where you can define whether the user can save it s own versions of the report, removing columns or adding filters, but the main report is always the same for all users, just as it has been defined by the developer of.

    On PDF printing, I use Jaspersoft Studio to do. It s free and very useful.  There is a package called jrxml2pdf developed by Andreas Weiden, that allows you to print reports of APEX jaspersoft.

    It may be useful

    Best regards.

  • Interactive report Question (sort of)

    This has probably been concave, but I have not found how to ask the question to find the answer, so I apologize in advance.

    Running APEX 4.2.3 I need do the following:

    I need to be able to send an email to all registrants in a filtered interactive report, with one of the interactive report fields e-mail address.  So I imagine something like this:

    1 run an interactive report and it returns 1000 rows.

    2. I filter the report so that the subset resulting contains 30 rows.

    3. I click on a button that says Compose Message

    4. a box perhaps (a modal window?) to allow the body of the message type.

    5. click a button to send a Message

    6 to run a PL/SQL procedure cycles to each line of the EIS filtered to get the email address.  (This IS THE PART that I KNOW not HOW to DO it)

    7. use the same PL/SQL procedure from step 6 to send the e-mail message.

    I understand how do anything but striking since the interactive report filtered e-mail addresses.

    Any help would be greatly appreciated.

    Bob

    Now look at the process... You need build the e-mail process, but the query NOW respect filtering done on the report.  I added a function to your workspace that you want to download where you want to develop this...

    This function determines the ACTIVE query for the report, binds with the values bind variables and returns the query, where I add a selection to the e-mail address to select it and build an array of values to loop through...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Apex reported no data found message

    Is it possible to update all THE data found message? I would like to change to no records returned on all reports? Is it a setting in globalization?

    Concerning

    Spam says:

    Is it possible to update all THE data found message? I would like to change to no records returned on all reports? Is it a setting in globalization?

    Assuming a recent version of APEX (always specify what version you use when you ask a question): Home > Application Builder > Application > utilities > utility area > grid edit all Messages to find data no..

    Change them all to refer to a static text substitution string (e.g. & NO_DATA_FOUND_MSG) defined in the application definition, if the message must only be maintained in one place.

  • How you trigger sort column of the APEX report interactive page element?

    Hi guys!

    A certain page, I have an interactive report of the APEX. Part of the query is similar to:

    SELECT

    ...,

    (definition column1) BCV,

    (definition column2) RFV,

    ...

    table. RAU,

    The TABLE table_name,...

    WHERE conditions;

    I also have a defined through the following LOV page P121_SORT_BY (selection box) element:

    SELECT "BCV" d, "BCV" r FROM DUAL

    UNION ALL

    SELECT "RF value" d, 'RFV r' FROM DUAL

    UNION ALL

    SELECT 'RA (USD)' d, "RAU" r FROM DUAL

    I've linked a dynamic Action to P121_SORT_BY which runs on the 'Change' event and performs the following JavaScript Code:

    var my_column = $v ('P121_SORT_BY');

    Alert ('test1');

    $x('apexir_COLUMN_NAME').value = my_column;

    Alert ('test2');

    gReport.column.order ('DESC');

    Alert ('test3');

    Alert (my_column);


    Obiously, there is something wrong with my code JS... What can I do to make my report interactive sort DESCENDING column selected in my page element?

    Please note that I also tested the JS without comments and I get pop ups (test1, test2, test3 and the correct name of the column of my_column) but the report isn't back to normal... What am I doing wrong?

    Thank you

    Digital

    Hi all

    I found the answer to my question by navigating through the java scripts in Apex.

    So, this is what works:

    gReport.last_col_id = "BCV";

    gReport.column.order ('DESC');

    Where "BCV" is actually your name of column position, you can send it by a Page Item and means of descending "DESC" and "CSA" means growing.

    I hope this helps other people too.

    Thank you

    Digital

  • APEX: Reports printer friendly

    Short version of the question:
    How to select items on the page to view a printable version of a page?

    Long version of the question:
    By adding ": YES" at the end of a url, I get a printable version of my page generated by the APEX. In most cases, it works well and I made a general link which produces printable versions of each page.

    For a specific page, I have a report that shows data of a sql query. It shows a maximum number of lines of 500 and a pagination of 15 lines per page. This works well for normal display, but in the printable version, it displays all the lines of 500. I need the normal display mode to keep its functionality, but the printable version does not show all 500 lines.

    acceptable solutions are (preffered solution at the top):
    -Display a maximum of 15 lines in print preview mode.
    -Disable the printable view of the specific page (turn off the actual functionality. It is not enough to remove the link)
    -Hide printable version report (also to hide it from the HTML source code, hide it with the help of the style and such is not enough)
    -Disable the print version for the whole application (it is not enough to remove the link). This generates a lot of extra work for us, because the print version is used for many pages.

    I currently use APEX 3.0.1 but is planning to upgrade to the latest version.

    937816 wrote:
    Thanks, your answers have been useful. Current page is page Printer Friendly Mode-current is NOT in the printer friendly Mode are available in the APEX 3.0.

    He did not however solve my problem. My report suffered from diseases: "PL/SQL function body returning a Boolean. I've found no way to add the "current page is NOT in printer friendly Mode".

    Incorporate a condition in your function that evaluates the variable print flag of APEX package directly:

    and apex_application.g_printer_friendly
    

    or

    and not(apex_application.g_printer_friendly)
    

    I tried to look for the following without success:
    -A 'Printable Version' variable for "PL/SQL function body returning a Boolean.
    -Added more of a 'condition' to a report.
    -Put in condition on the page.

    The difference between paging through 500 lines 15 at a time and see all the 500 on a print to the is that we don't want users 'normal' to easily copy large amounts of data to the database.

    Why these drastic "solutions" are acceptable, it is that we will soon to take a look at the feature print everything. We intend to use a css stylesheet for printing, instead of the functionality of Jonathan.

    Except that shows all the lines when you do want. I am interested by this as well...

  • Download link for BLOB content on the apex report

    Hi guys,.

    I have a simple form where the user can attach file and save records. I iterate on wwv_flow_files and download the file and save it to a custom table that has the BLOB column. On another report page I view downloaded file Details. What I need is, there must be a column with the download link when clink user the link file should be downloaded. How can I do this?

    Really grateful if someone can help me on this.
    Thank you guys.

    See The BLOB Support in forms and reports.

    There is a tutorial OBE which followed the introduction of the declarative BLOB support in 3.1 as well. (An earlier version, but it is still relevant for APEX 4.x.)

    (Please make an effort to check out the documentation and search carefully on the forum for the previous coverage of a topic.) "This is a much discussed question.)

  • 3.2 APEX update questions

    Hi guys,.

    I need to do a review on the benefits of upgrading to 3.2 and hoped for clarification on a number of things. The functionality of the Forms provides no use to us, so the point is on the [security changes | http://www.oracle.com/technology/products/database/application_express/html/3.2_new_features.html].

    Declarative encrypt session state
    Declaratively specify wait times of session for the maximum idle time and the maximum duration of session
    What do these? That means declaratively they user MUST specify? Why are they useful? What were they like before?

    New element types create password that allow users to enter passwords without ever saving their session state - why is it useful? Saves the State of session a security problem? Why it would take up to 3.2 for it be changed then: o
    Reduce the footprint exposed by reducing the privileges required by the Oracle Application Express database account - does that mean? Foot print?
    Deactivation of the service of default data monitor - if this refers to the activity of users monitor etc then why is - this good? Looks extra hassle for the admins see what users do
    Allowing administrators to require HTTPS for administration and enforcement on development - administration and development suite applications?
    Service Administrator account passwords are consistent with a strong password policy - trying to cause me trouble when deciding on a password?

    Anyone know of any other addition in addition to what is mentioned here? for example new articles, reports, themes etc.

    Thanks for help.

    Mike

    Mike,

    Some of your comments seem a bit antagonistic such as "why it would take up to 3.2 for it be changed then: o ' and 'try to cause me trouble when deciding on a password?'. It is not the best way to get answers to the questions.

    Declarative encrypt session state

    For any element that can contain sensitive data, you can say APEX to encrypt it while it is stored in the tables of State meeting of the APEX. This prevents a sys_admin to query this table and entered these values. It also keeps them out of the redo log files, etc. However, you should always deal with encryption of sensitive data when you save to your tables.

    Declaratively specify wait times of session for the maximum idle time and the maximum duration of session

    You can change a parameter indicating the sessions expire after x minutes. Declarative means there are a graphical interface, do not do it in the code.

    Create item types that allow users to enter passwords without ever saving to session state new password

    Yes, saving it session state is a security problem as a system administrator may seek in the session state tables.

    Minimize the exposed footprint by reducing the privileges required by the Oracle Application Express database account

    APEX requires less privs to run to access schemas APEX gives a hacker less energy. Think of it as SYS vs SCOTT. If you broke into the SCOTT schema, there not much damage, that you could do. However, if you walked into SYS, you could do what you wanted to do in the database.

    Disabling the default data monitor function

    This isn't the user monitor section, this is a section that allows you to display the top sql, sessions, etc. Yes, it's more complicated. It's more of a hassle for me to lock my door when I leave, but I always do.

    Service administrator account passwords are consistent with a strong password policy - trying to cause me trouble when deciding on a password?

    Let me guess, your sys / system / root / admin password is one of the following values: sys, Manager, change_on_install, oracle, host, password, enter, root, qwerty, 12345? ;)

    Tyler Muth
    http://tylermuth.WordPress.com
    [Oracle security application: development of secure database and Middleware environments | http://www.amazon.com/gp/product/0071613706?ie=UTF8&tag=tylsblo-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0071613706]
    ! http://www.Assoc-Amazon.com/e/IR?t=tylsblo-20&l=AS2&o=1&a=0071613706!

  • Update the BIOS and system health report question

    I have two questions to ask you.

    1. I just bought a Quad DV6T-7000 a month ago. I'm unable to create a report of health system through the control panel > performance & information > advanced tools > generate system health report.  I get an error saying "cannot run" with no other information. It apparently came from HP in this way. Something has been corrupted? I have configured my laptop the way I like it and have installed all programs and applications of my previous laptop, so I hope that I don't need to do an installation of windows 7 to fix this. It is not really important. But it should work.

    2 HP Support Assistant automatically installs updates to bios, or is it something that has to be done manually? I am currently set to auto critical or important updates. There is an update of the bios (f.22 I think) available for my Pavilion DV6T - 7000 Quad Edition, however, I am wary to update my bios given the many problems that people have after doing an update their bios.  So far, HP support Assistant has not notified me of the update and I have problems with the problems it addresses. Should I be worried?

    Thank you, appreciate your making this feature expert day!

    CRS says:

    I have two questions to ask you.

    1. I just bought a Quad DV6T-7000 a month ago. I'm unable to create a report of health system through the control panel > performance & information > advanced tools > generate system health report.  I get an error saying "cannot run" with no other information. It apparently came from HP in this way. Something has been corrupted? I have configured my laptop the way I like it and have installed all programs and applications of my previous laptop, so I hope that I don't need to do an installation of windows 7 to fix this. It is not really important. But it should work. , You can run the System File Checker to see if there are problems of file system.  Open a command prompt with admin permissions and type sfc/scannow, and then on enter. The files of your operating system will be inspected and the files that are supposed to be corrupted or damaged will be replaced with fresh copies of the repository own Windows file.  If this does not resolve the problem, then I suggest that you run Windows update. There may be an update that resolves this problem

    2 HP Support Assistant automatically installs updates to bios, or is it something that has to be done manually? I am currently set to auto critical or important updates. There is an update of the bios (f.22 I think) available for my Pavilion DV6T - 7000 Quad Edition, however, I am wary to update my bios given the many problems that people have after doing an update their bios.  So far, HP support Assistant has not notified me of the update and I have problems with the problems it addresses. Should I be worried? I recommend not updating the BIOS if everything works. Updated the BIOS, just because you can, this is certainly an adventure risky for most people.

    Does your laptop have a UEFI environment.  This in fact safe update the BIOS if you decide to do.

     

    You can set the HP Support Assistant to install updates or to notify you when updates are available.

    I recommend that you do not set automatically update anything. My preference is that the Windows operating system and the laptop / desktop only doing what I want to do and when I want them to... That way I don't get surprises not unexpected and mysterious death blue screens or black screens.

       

    Thank you, appreciate your making this feature expert day!

    Greetings from nest,

    ERICO

  • 5 interactive Apex reports column dress white-space: nowrap

    before the apex 5 with the text of the header as follows, prevents the column packing. This does not work in 5 APEX, y at - it alternative workaround to avoid column wrap in apex 5 IR?

    < style type = "text/css" >

    } table.apexir_WORKSHEET_DATA_td {white-space: nowrap ;}}

    < / style >

    Johnny wrote:

    before the apex 5 with the text of the header as follows, prevents the column packing. This does not work in 5 APEX, y at - it alternative workaround to avoid column wrap in apex 5 IR?

    Interactive report markup has been completely redesigned in APEX 5.0 to support more than one IR per page, which means that all the old CSS and JS customizations will stop working. APEX 5.0 equivalent is to use the following style sheet in CSS Inline property page:

    .a-IRR-table td {
      white-space: nowrap;
    }
    
  • How to create a crosstab to the APEX report

    Hi all

    Here's the query that I want to create a report of the tab cross- report_label & project_execution. Could you please guide me how to proceed in Oracle APEX.

    Select project_execution,

    report_label,

    (Project_execution) count of)

    SELECT NVL (xmigr.project_execution,' ') project_execution;

    xmigr.report_label

    OF xxqbix.xxqbd_disco_count_details_d xdcd,.

    xxqbix.xx_fls_disco_migr_comments xmigr,

    (select report_label, 'Y' qbix_phase1_2)

    of xx_fls_disco_migr_comments c

    where 1 = 1

    and c.project_execution in (' QBIX Phase 1', ' QBIX Phase 2' "')) xcom2

    WHERE xdcd. Annual = xmigr. ANNUAL

    AND xdcd.worksheet = xmigr.worksheet

    AND xdcd.owner = xmigr.owner

    and xmigr.report_label = xcom2.report_label

    and Accruals 'xmigr.report_label ='

    Xdcd.owner GROUP,

    NVL(xcom2.qbix_phase1_2,'N').

    xDCD.Workbook,

    xDCD.Worksheet,

    xmigr. Migrate,

    NVL (xmigr.project_execution,' '),

    xmigr.report_label,

    Group of xmigr. Portal_Name) by project_execution,.

    report_label

    Kind regards

    Sushant

    not tested not having no not your tables, but the use of something like that

    WITH pivot_data AS)

    SELECT NVL (xmigr.project_execution,' ') project_execution;

    xmigr.report_label

    OF xxqbix.xxqbd_disco_count_details_d xdcd,.

    xxqbix.xx_fls_disco_migr_comments xmigr,

    (select report_label, 'Y' qbix_phase1_2)

    of xx_fls_disco_migr_comments c

    where 1 = 1

    and c.project_execution in (' QBIX Phase 1', ' QBIX Phase 2' "')) xcom2

    WHERE xdcd. Annual = xmigr. ANNUAL

    AND xdcd.worksheet = xmigr.worksheet

    AND xdcd.owner = xmigr.owner

    and xmigr.report_label = xcom2.report_label

    and Accruals 'xmigr.report_label ='

    Xdcd.owner GROUP,

    NVL(xcom2.qbix_phase1_2,'N').

    xDCD.Workbook,

    xDCD.Worksheet,

    xmigr. Migrate,

    NVL (xmigr.project_execution,' '),

    xmigr.report_label,

    Group of xmigr. Portal_Name) by project_execution,.

    report_label

    )

    SELECT *.

    OF pivot_data

    PIVOT)

    Count (report_label)

    FOR project_execution ("QBIX Phase 1', ' QBIX Phase 2', 'QBIX Phase END'" ")

    );

Maybe you are looking for

  • Why my appearance modules disappear and my personalized homepage by default restore whenever I close Firefox?

    These items work very well and remain functional when I keep the browser open, but once I close and then open later, the appearance of modules disappear from my list of modules and from my home page back to the default.

  • question 4g iOS 9.3

    After install iOS 'new' on my 'old' iOS 9.3 9.3 iPhone 5, I can not connect to the 4G network. But WiFi is OK. Why? iPhone 5, iOS 9.3

  • Security batteries

    Hello, this is my problem, I bought my laptop about 1 and a half years, and it was very likely, but recently... My laptop computer ask me to replace my battery. Moreover, the model of my laptop's Pavilion dv4-1430us. It's entertainment laptop. Althou

  • IVI drivers

    So I read through the VISA and IVI definition/intros, and it sounds like the listed on site IVI drivers of OR would be better to our application needs. It seems that every driver is supported in one or more of the following development environments:

  • Cannot get on Internet at home

    I have two laptops at home, the two Dell, same system and configuration.  Initially, they both had McAfee on them.  Now we have McAfee and there your software.  The problem is one of the laptops will not get on the Internet at home.  I can get into a