Apex report with details below for one record

Hi,
I'm looking for an answer to my problem:
We have a report with many columns ~60.
And is not very user friendly because it is so wide table.
If it is possible to display some less important columns like additional information below report,
for single record in report. E.g. user selects radio button from first column and details are refreshed for that record.
(if it is possible to group details in tabs)
Thank you for your answers.

Hi,
Here is one example
https://apex.oracle.com/pls/apex/apex/f?p=39006:41
Create hidden item that is not protected. In my case item name is P41_DEPTNO
First report query
select
APEX_ITEM.RADIOGROUP(1,DEPTNO,:P41_DEPTNO) AS rg,
EMPNO,
ENAME,
JOB,
MGR,
HIREDATE,
SAL,
COMM,
DEPTNO
FROM EMP
Second report query
select LOC,
  DNAME,
  DEPTNO
from DEPT
WHERE DEPTNO = :P41_DEPTNO
In second report region set Page Items to Submit your hidden item name.
Create dynamic action
- event: Change
- Selection Type: jQuery Selector
- jQuery selector: input[name=f01]
- Action: Set Value
- Set Type: JavaScript Expression
- JavaScript Expression: this.triggeringElement.value;
- Selection Type: Item(s)
- Item(s): <Your hidden item name>
Then add another true event to dynamic action
- Action: Refresh
- Selection Type: Region
- Region: <select second report region>
Regards,
Jari

Similar Messages

  • Total jobs getting more for one record

    Hi Gurus,
    In the report if I filtered for one record, the result should be TOTAL job scheduled(Key Figure-ZITSCKF) = 1  but since I modified the record for 3 times on different DATES(Character - ZIBFDCH) it is showing as TOTAL job scheduled = 3.
    In update rules I mapped the DSO object (ZIBFDCH) to Info Cube object (ZITSCKF), I written a formulae that---                                  IF( IS_INITIAL( /BIC/ZIBFDCH ), 1, 0 ).
    Please help me regarding this issue, points will be assigned.
    Regards,
    Kiran A

    Hi Kiran,
    sice you have multiple modifications dates, what i think is, create intenal table sort baced on dates and read only one value for the combination of key fields like..DATES(Character - ZIBFDCH),  DSO object (ZIBFDCH). so that one records for key combination will be updated to data target.
    Regards
    Daya Sagar

  • Display apex report with subqueries

    How to display apex report with main query contains sub quires and sub query returns multiple values . Showing error sub query returns multiple rows.

    There is really two ways you can go about this. What it sounds to me like your dealing with is a master detail arrangement. What you probably need is two dependent reports where you pass a selected value from one report to a page item then key off that value for the 2nd report's query.
    Otherwise you could move the sub-query into the from portion of your master query and just pick the fields. This would then join the main query on the sub-query. At that point if you set your fields up correctly, you could use APEX grouping to group the results together and remove extra rows of data.

  • Where does apex get user details from for login in

    sorry for this stupid question. I have been looking up in google "where does apex get user details from for login in" and nothing answers my question. Basically I wanted to know when you log in your application how does apex know you have access to this application. How does it know you are a valid user because I am creating an application which basically checks if a user exist in one database and also checks if he/she exist in the second database.
    Thanks you and sorry if this is very newbie

    In the page 101 which is the login in page in the login in process. I have this in the source its not working in term of it is not letting me login in anymore even though I exist in the user table.
    DECLARE
    v_access_level number;
    BEGIN
    SELECT count(*)INTO
    v_access_level
    FROM USER
    WHERE UPPER(USER_NAME) = UPPER(:APP_USER);
    IF NVL(v_access_level, 0) !=0 THEN
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => :P101_PASSWORD,
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':9'
    ELSE
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => 'YtYuTrFRd',
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':9'
    END IF;
    end;
    please bare in mind that my USER table DOES NOT have a password because the authentication scheme as all the details of login in to any systems. I am only trying to check if the username exist in my USER table.
    Thanks

  • Multiple Errors for one record in RFC

    Hi,
    Iam creating RFC.In RFC i have defined output structure in tables.In that structure one field ZMSG and its length is 500.so want to display mutliple errors for one record in ZMSG field output.
    Using concantenation...but How to do that?send me Example code...
    Regards,
    Raj.

    clear v_error.
    loop on return where type = 'E'.
    concatenate v_error  return-ZMSG into v_error saperated by spaces respecting blanks.
    endloop.
    Edited by: Pranu Pranu on May 21, 2010 9:31 AM

  • How to change a item property just for one record

    Hi,
    My Requirement is, when a new record is inserted i want item1 to be enabled(which is disabled by default) only for this new record. when I implement the following code, entire column is enabled intead of just for one record.
    The code I have written in WHEN-NEW-RECORD-INSTANCE trigger is
    app_item_property.set_property('block1.item1', ALTERABLE_PLUS, PROPERTY_ON);
    app_item_property.set_property('block1.item1', ENTERABLE, PROPERTY_ON);
    please help!
    Thanks
    Sunny

    The code I have written in WHEN-NEW-RECORD-INSTANCE trigger is
    app_item_property.set_property('block1.item1', ALTERABLE_PLUS, PROPERTY_ON);
    app_item_property.set_property('block1.item1', ENTERABLE, PROPERTY_ON);What is APP_ITEM_PROPERTY? This is not a Valid Oracle Forms Built-in. I don't see how your When-New-Record-Instance (WNRI) trigger will compile.
    To change the properties of a specific instance of an item you would use the Set_Item_Instance_Property built-in and then there are only a few properties you can change; which are: BORDER_BEVEL, INSERT_ALLOWED, NAVIGABLE, REQUIRED, UPDATE_ALLOWED and VISUAL_ATTRIBUTE. To make a specific instance of "ITEM1" Insertable and Updateable you would use the following:
    Set_Item_Instance_Property('YOUR_BLOCK.ITEM1', CURRENT_RECORD, INSERT_ALLOWED, PROPERTY_TRUE);
    Set_Item_Instance_Property('YOUR_BLOCK.ITEM1', CURRENT_RECORD, UPDATE_ALLOWED, PROPERTY_TRUE);However, if you have set the ENABLED property of ITEM1 to NO in the Forms Builder, you will not be able to "Enable" the item using Set_Item_Instance_Property. You will need to make the item Enabled and set the INSERT/UPDATE properties to NO.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • More contracts (with different suppliers) for one item

    Dear MDM Experts,
    is it possible to make more contracts (with different suppliers) for one item?
    Thanks and regards,
    Ádá

    Hi,
    Thanks for your answer. If I set my shopping cart for a contract with a supplier A, and I select an item with a supplier B, then after pushing button Transport to SRM on the shopping cart webdynpro UI, I would get the an error message, and the item wouldn't come to the SRM.
    If the item doesn't have any supplier, and I make a contract with it, the supplier of the contract goes to the item, and after that I can't make a contract with an other supplier for this item, because of the uppers.
    The type of field Supplier in table Catalog Items is Lookup field, and it can't be modified.
    Could you please write to me which can I set our system to be able to make contracts with many suppliers?
    Thanks and regards,
    Ádám Horváth

  • In BI Publisher Report of excel output for one column is filled with spaces

    Hello,
    We have issue in BI Publisher report of excel output.
    In Excel output for one column few records are displaying as left alignment
    and few record are displaying as right alignment.
    If you are having any xml tag or any syntax for removing spaces for left side
    Please help on this issue.
    Thanks in Advance.
    Regards,
    Swaraj

    Please post the details of the application release, database version and OS along with BI Publisher.
    Is the issue with all reports or specific one(s) only?
    Do you have the patches in the following docs applied?
    Overview of Available Update Patches for Oracle BI Publisher Enterprise 10g [ID 797057.1]
    Overview of Available Update Patches for Oracle BI Publisher Enterprise 11g [ID 1276869.1]
    Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
    BI Publisher 10g RTF Template Changes Alignment Settings for Numbered Lists [ID 1418504.1]
    Thanks,
    Hussein

  • Report with customer info for an Sales Order with batch details

    Hi
    Can any one please tell me the SAP REPORT with contains data of customers were shipped a specific product (material number) by batch number.  report with the name and address of the customer, the sales order number and the number of products that were shipped.
    Thanks
    Nick

    Hi nick,
    See if anybody has worked on SIS (sales information system) in your team.
    He can help you out to create one info structure , by selecting desired characteristics, key figure with respective update rules. though its require lot of configuration but you can make it without abap development.
    (I couldn"t make it in time to provide you detailed configuration but below given path will take you to the configuration area )
    IMG - LG -Logistick information system -logistick data werhouse- data basis- field catalogue.
    IMG - LG -Logistick information system -logistick data werhouse- data basis -
    infostructure.
    IMG - LG -Logistick information system -logistick data werhouse- data basis - updating - update defination & update rules.
    ( MC18, MC21, MC24,& MC30)this transaction help to create field catelogue, info system, update rule & generation log respectively.
    karnesh

  • How to list all reports with details for when it was last run by whom?

    Hi, Expert:
    We are running BW3.5. I need to create a report to get a list of all reports (including queries, workbook, web report) with the details of on which day was the report last executed and which user ran it.
    Is there any report in bussiness contact provide this information?
    I was tring of using statistic cube 0BWTC_C02. Is it the right cube to use?
    I was setting up filter by characteristics "Process Type OLAP" including only values of "Execute Query/Navigation Step" and "Query in WWW", also by characteristics "Object Version" including only value of "Active". Will these filter get correct data?
    Can someone please tell me what the following date/time fields mean? e.g. when it is executed, changed, data captured?
    Key Figure: "Start Date"
    Characteristics: "Calendar Day"
    Characteristics: "UTC Timestamp"
    Thanks,
    Jenny

    Hi,
    This below help link provides a detail description of each and every field of 0BWTC_C02.
    Also it gives details about the calculated key figures like "when the query was last run" etc.
    Check if all your reports based on InfoCubes and are the statistics ON for those cubes or reports?
    http://help.sap.com/saphelp_bw33/helpdata/en/52/e91c3b85e6e939e10000000a11402f/frameset.htm
    Thanks
    El.

  • Crystal report with Details section

    Dear All,
    I design one Crystal report. In that can we add Details section below the Report footer.
    When i add Details section it is adding below Details section like Details a and below Details b.
    I want this Details b section adds below Report Footer. Can anybody suggest me how to add that is ?
    Thanks and Regards

    Dear Friend,
    Thnks for reply. In my Crystal report i added two page header like Page header a and Page header b.
    In Page header a i shows the heading of columns and in Page header b also i am showing the headin column. Coz my all columns name not fited in one Page header. Tha's y i taken two Page header.
    Now i also added two Details section for takeing multiple value from database. Like Details a and Details b. But it is showing one by one.
    I want to show record in details section of specific column. Like following design. Can u plz tell me how to design ?
    Page header a    GCN/Invoice      GCN ...................
                                Date                 No.
    Details a             11/12/2008      1
                                13/12/2008       2
    .........Page header b       Destination        Tanker
                                                                      No.
             Details b                  Pune              125469
                                              Mumbai          566862
    Thanks and Regards

  • Report takes long time for few records

    hi frends,
    I m facing one problem with my Web based erp application which is developed in .net , in my application when i open the  report from my applicaiton , in my temp folder there one file gets created name is "rpt conmgr cache"
    bcoz of this for few records also my report takes too much time and opens very slow and it takes long time, and it happens in some of the reports only , other reports are working cool and its not creating any file in temp folder,,, so can u guide me whats this file and what can be the solution for it,
    Thanks
    Mithun

    hi sabhajit,
    i have already checked the sql query it is taking less then seconds.
    any other steps u want me to check then pls let me know?
    thanks mithun

  • Build a project report with detail information

    Hi,
    I want to build a project report in BW and am not sure if my idea is feasable....
    The report should consist of two parts:
    the head part consists detailed information about a project like ID, status, owner, start date.
    The body part contains information about a key figure 'worked hours' drilled down by department and drilled through by calendar month.
    I am completely free where I want to store the data to have it available in the report. My idea was to store project head information in an ODS and to store the key figure 'worked hours' in a cube with the characteristics project, month and department.
    What would be the best way now to build a report on these information. As far as I know, a normal query is always used to show key figures, but not detailed information of a project. How can I report the information that I want to show in the report header?
    Thanks for any help!
    Cheers
    Tatjana

    What is the source of the data coming?
    if you are using a custom report and if u thinking data is not huge.. keep every thing in one ODS and drag in the reports of the required fields..
    Regards,
    Hari

  • Report with Details

    Hello,
    I'm trying to develope an report page with link to an detailed page.
    Report page should be consists fields from different tables e.g. kurs.kurs_description, kurstermin_startdate ....
    The link in the first column should appears an page with detailed informations, but this fields should be more than the report page.
    Currently i've got only the same entries from the report page. How can i show more detailed informations? Both report and detailed page should be only readable. That's why i can't use an master-detailed form.
    Thanks for help, yonah

    Hi Denes,
    1. Create a form using wizard,ok i did it, but there are writeable tabular text fields, i'd like to get only textfields (i hope you understand what i mean?)
    2. Remove the AplyMRU, MRD Processes from you page and remove the corresponding buttons (SUBMIT, SAVE, CREATE, DELETE)The buttons are no problem i removed that, but processes are not defined in apex for this formpage
    3. on your report create add a column link and edit that oneI can create an report with sql-command:
    select k.kursnummer, k.kurstitel, k.kuerzel, k.kategorie, k.kursbeschreibung, k.zielgruppe, p.name as Dozent, kt.beginn, kt.ende, kt.anmerkungen, kt.ort
    from qualification.haelt h, qualification.kurs k, qualification.kurstermin kt, ibus_system.personnel_person p
    where k.kurs_id = h.Kurs_kurs_id and h.wirdgehalten_von_p_id=p.p_id;
    but i can't finde an add column link? If i use the "interactive report" (sorry i have the german version of apex) i've got an error message: For the link it needs an identify key (because row_id doesn't work), but any column above i typed is an invalid identifier. The tables are created for database user qualification and are visible for apex.
    yonah
    Edited by: user651636 on 25.08.2008 04:12

  • UCCX - Can I get a report on hold time for one call

    Hello, is it possible to report on the hold time for one particular call? We have a customer claiming they were on hold far longer than the agent claims. We are running UCCX 8.5, with CUCM 8.6.
    Thanks,
    Josh

    Hi, it's probably the Agent Detail report you are looking for.
    Also, take a look at the reporting guide for UCCX 8.5.
    G.

Maybe you are looking for

  • Document Distribution in DMS

    Hi Gurus, Has any one implemented the Document Distribution in DMS? Please share your  experience and documents if any? email id: [email protected] Points would be awarded. Thanks, Paddy.

  • OES error:Couldn't create SOAP msg:Unable to create stAX reader & writer

    Hi, I can see the below severe error in the nohup.out log file for OES. Environment: Unix Server 1: OES admin and SM Unix Server 2: SM with the same name Both the SM pointing to Server 1 admin server. I can see the below error only on server 2. There

  • Regarding vat calculating wrongly in miro

    hi, Issue:Reg: Miro Tax Differences Tax Codes showing the small differences while doing the MIRO transactions.  In all the three tax codes  Vat and Cst shows correctly in the purchase order levels  whereas  while doing the Miro transactions the VAT a

  • How do I tell Win7 that the D (not system drive) is where my documents are?

    I re-partitoned my disk. I now have one disk of 160 GB (C drive) where the System installed and where I plan to load applications/programs and one disk of 250 GB (D drive) where I plan to store my data. But by default, the Users Directory is on the C

  • Changing GL master Records

    I need your help for the following scenario: Client needs to change the GL master records to make them into reconciliation account for vendors. Facts - All of these GL accounts have posting - Some of these GL are open item managed while others are no