Implementation report in shape to display the header of the column on the left, right, with values

Hi guys,.

I created a report that copies the data on my table (the usual apex report).

Basically I want to format the output of my data like this:

ID of the database: 14
Name of the database: Oracle 11 G
Build databases: xx... xxx

Is it possible that I can do the report format so it displays the headers on the side instead of up as result of the SQL query.


Thanks a lot guys.

Published by: AI November 30, 2011 22:00

I wrote:
Looks like one I need is

Paging & page layout > Template1: value attribute pair

When I format it as I would in MS Word so headers aligning left (instead of Center) and right values?

Have you tried to set column alignment/topic alignment properties in the report column attributes?

Thanks a lot guys. Sorry, I'm very new to this SUMMIT.

You will get a faster, more effective response to your questions including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Edition and the full version of DB
  • (EPG, SST or APEX listener) Web server architecture
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/item (s)

    With APEX, we are fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things is the best way to solve most of the problems.

  • Tags: Database

    Similar Questions

    • Cannot display web pages on explorer 8 without using the left/right scroll bar.

      I rebooted my system yesterday and now when I visit a web page on explore 8, I have to use the left/right scroll bar to view the entire page. Before I rebooted and am went full-screen page would correspond to the size. The graphic and type are larger, and I wouldn't change a thing.

      On the command bar, there is a marked entry Page.  Until it clicks.  (If you do not see this, right click on the toolbar of the tab and then click the command bar to add it to the other toolbars).  Now, go to Zoom and the size of the text and set each as required to get the page fit on the screen.  For me it works with the format as smaller text and 150% Zoom, but it may be different for you depending on the size of your screen and your graphics hardware.  If it's just a problem of zoom (and you don't need to adjust the size of the text), then there is a Zoom control on the right-hand side of the bottom bar State which also allows you to adjust the Zoom level on what meets your needs (and there are a little faster to join then the menu bar).

      I hope this helps.

      Good luck!

      Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

    • My laptop continues to turn upside down, left or right when I press the left/right click or even move my screen a little.

      My laptop continues to turn upside down, left or right when I press the left/right click or even move my screen a little. My problem is not how to go backwards, his way to completely stop it help please?

      Original title: windows 4540 s probook

      Hello

      What version of Windows are you using?  Windows 8?

      Right-click on the desktop > select screen resolution

      Uncheck allow the screen to auto-rotation

      Click OK

      Using the keyboard:

      Winkey + O (letter alpha) is to switch the feature off or on

    • I have an optical mouse wireless portable 3000, the left & right buttons do not work, but the Center wheel works fine. Can someone please?

      I have an optical mouse wireless portable 3000, the left & right buttons do not work, but the Center wheel works fine. Can someone please?

      Hello

       

      You did changes to the computer before the show?

       

      Method 1: Check the mouse on another computer and see if the clicks.

       

      Method 2: See the following article:

       

      Troubleshoot the incidents of the response to the mouse or wireless keyboard:

      http://support.Microsoft.com/kb/838398

    • Cursor of the Timeline with an arrow of left/right with a red diagonal line

      I am trying to edit a timeline in first, but the cursor turns into an arrow left/right with a red line through it.  I've never seen this before slider in CS4 and it prevents me from moving clips in the timeline panel.

      I tried to take a screenshot to show you all, but the cursor is still hidden in the final clip.

      I resorted to drawing the curson in MS Paint.

      I feel like such a *.

      I've searched high and low on Google.

      Help, please

      [IMG] http://imgur.com/Nj9ig.PNG [line]

      Try pressing the 'V' key in the timeline.

      You may have selected the time stretch cursor.  « X »

    • How to display the download link with get_blob or get_blob_file_src?

      Hello

      I fight to display a download link in a report of SQL query.
      Based on the condition, I need to create a report of sql query that the source contains a series of query union select.

      Example here
      WITH current_engagement AS)
      SELECT engagement_id, pn, ethnicity, date_joined_aodt_court, defendant_id, case_manager_name
      participation_conditions, discharge_conditions
      COMMITMENT
      WHERE defendant_id =: PXX_DEF
      AND date_joined IS NOT NULL
      AND (date_terminated IS NULL or to_date(date_joined,'DD/MM/YYYY') > to_date(sysdate,'DD/MM/YYYY'))
      AND active = 1 AND ROWNUM = 1
      ORDER BY defendant_id DESC
      )
      SELECT def.first_name, def.middle_name, def.surname, to_char (def.pn) "PN", to_char (def.nhi_number) AS 'IHN ".
      , ce.ethnicity, to_char (ce.date_joined) as ce.discharge_conditions, ce.participation_conditions, ce.case_manager_name, 'DATE_JOINED '.
      THE DEFENDANT def INNER JOIN current_engagement this
      ON def.def_id = ce.defendant_id
      UNION ALL

      Select the < b > 2. Phase number < /b > ', ' < b > Date started < /b > "," < b > Date completed < /b > ', '< /b > < b > Notes', null
      null, null, null, null, null
      of the double
      UNION ALL
      SELECT TO_CHAR (NVL (ph.phase_number, 'No. Phase found')), TO_CHAR (ph.date_started, ' DD/MM/YYYY'), TO_CHAR (ph.date_finished, ' DD/MM/YYYY'), ph.notes, null
      null, null, null, null, null
      FROM phase_membership INNER JOIN current_engagement ph this
      ON ph.mpm_eng_id = ce.engagement_id
      WHERE the to_date(ph.date_started,'DD/MM/YYYY') < = TO_DATE(sysdate,'DD/MM/YYYY')
      AND (ph.date_finished IS NULL
      TO_DATE(ph.date_finished,_'DD/MM/YYYY') or > = TO_DATE(sysdate,'DD/MM/YYYY'))
      AND ph.active = 1
      UNION ALL
      -Selects more
      -then select it last is to list all documents with download links
      Select the < b > 6. "The document Date < /b > ', 'Type of paper < b > < /b >', 'Description of < b > < /b >', '< b > download < /b > '.
      null, null, null, null, null, null
      of the double

      UNION ALL
      SELECT TO_CHAR (doc.date_received), doc.document_type, doc.comments, TO_CHAR (dbms_lob.getlength (doc.) UPLOADED_FILE))
      null, null, null, null, null, null
      DOCUMENT doc INNER JOIN current_engagement this
      ON doc.d_eng_id = ce.engagement_id
      WHERE doc.active = 1

      This report is generated correctly.
      But the requirement also ask to post a download link. And because it's the Union chooses, selects all next must be same as the types of data in column select it first.
      In this case, it must be CHARACTER. otherwise, it will generate the error like below
      ORA-01790: expression must have same type of data, matching expression


      Then I followed the step of GET_BLOB_FILE_SRC function of
      http://docs.Oracle.com/CD/E14373_01/apirefs.32/e13369/apex_util.htm#AEAPI129
      I turn my last selection in
      SELECT TO_CHAR (doc.date_received), doc.document_type, doc.comments,
      CASE WHEN NVL (dbms_lob.getlength (doc.) (UPLOADED_FILE), 0) = 0
      THEN NULL
      ON THE OTHER
      "Download".
      END
      null, null, null, null, null, null
      DOCUMENT doc INNER JOIN current_engagement this
      ON doc.d_eng_id = ce.engagement_id
      WHERE doc.active = 1

      Which is the result within the Group
      http://app_address_here/f?p=208:48:1303335952329758:

      whereas if I use the interactive report link is
      http://app_address_here/apex_util.get_blob?s=1303335952329758 & a = 208 & c = 66645817090447568 & p = 48 & 12 = K1 & K2 = & CK = A18D20D407435BD649EA3399EC27BC00 & RT = CR
      and it works well.

      I search and know that get_blob_file_source a link to the source of the column / field name located in the first parameter.
      If I put the UPLOADED_FILE column of the DOCUMENT table in the source of the REF. column
      But it still does not show anything close to the correct one which is generated by interactive report.

      If anyone has any ideas, please help. If I need to manually write using get_blob, please give me an example.
      I have urgent need of this report.
      The version of the SUMMIT that we use is Application Express 4.0.2.00.07
      And I can't ask an update 4.2 until the end of next year.

      Help, please.
      Thank you very much in advance.
      Ann.

      Hello Ann,.
      Here you can view and download the example:

      http://Apex.Oracle.com/pls/Apex/f?p=63066:1

      Please let me know if you need to access the workspace.

      Tip, please read the FAQ section. had you put your thread in a better format, you would have got a quicker response :)

      Kind regards
      Fateh

    • Cannot display the left side of the Articles on the iPad

      HuffPost, a site I visit all the time suddenly not display properly on my iPad. All items are pushed into the left margin so that you cannot read most. It was fine until a couple of days and I have no idea why this is happening. It opens correctly on all other devices, I checked (Mac, iPhone). I tried dragging with two fingers, I made a Zoom has been extinguished, but nothing works. It is as if there is a large, invisible text box or ad on every page that pushes all the items on the left. I appreciate your help, thank you!

      Try this: tap Settings > Safari > clear the history and data from the Web site.

      If this does not help: tap Settings > Safari > advanced > Web site data > delete all data from the Web site.

    • Page displayed using Adobe Flash is cropped on the left, right and bottom, but not when using Chrome or IE.

      A Web page that I use to display the data for my solar panels using Adobe Flash and it will display OK, but several versions of Firefox there, it became cut off on three sides so that you can't see it all. I can post a photo that shows all three browsers view this page and it is cropped only in Firefox. I am running the latest Firefox (27.0.1) and Adobe Flash. This has happened for at least a year. I do not notice the problem, when I'm at home, but only when I'm at work. In both cases, I have dual display 1920 x 1200. I tried to turn off hardware support, but that doesn't change anything.

      This can happen at certain zoom levels. Can you try to reset the zoom to the default level to help

      • CTRL + 0 (that's a zero) or
      • View menu > Zoom > reset

      If you already use the default level, does make a difference if set you the zoom liked or less keeping the CTRL key and typing + or - (expand and shrink, respectively)?

    • Windows Explorer - right column to automatically display the left folder?

      Simple question for Windows Explorer: is it possible for Win7 64 bit to display in the column on the right immediately which is highlighted in the left column?  (Like most of the any Manager files on the planet!)  I guess they try to minimize the work that the program does stuff that shows only the user didn't need.  When the user arrives at its destination they press enter or space to display the content.  I understand your point and minimize the workload for the program.  Stupid of course in real life, is not an option.  As usual, Microsoft, like most software companies think people want to think for them.  Not the case.  Unless of course I missed the 'show content immediately' option somewhere.  Its got to a point where you cannot assume a sense of almost any software company.  They all try to think for you, you Lasso in their way of doing things.  Guess it helps in the Department of bugs, but makes for very unhappy and frustrated users.  Or if you are a fool, do you think that the system is perfect, because it assumes that all your decisions for you.  Society is reflected in many ways in the design of software.  Doesn't look like good people.  People seem to become lazier and lazier or they become busier and busier and can not do even the simplest decisions.

      He agreed with the request of the customer.  Visitors don't like the record, in that they were to change until they had highlighted that they really wanted to enter.  It was particularly embarrassing when put customers highlight a network location that takes several minutes to connect or charge (heaven help you if this was a corporate backup tape location).    It was also a common complaint that it was incompatible (derivative of something is not supposed to cause an action occurs in a part any system: only by clicking or by selecting with button enter should).

      Changes based on direct feedback from customers on Windows 7, this is what makes Windows 7 "designed by the people."  If you don't like the decisions, please provide your feedback so that your thoughts can be heard in the development of future versions.
    • Display the Type SQL PL values

      Hello, team ,

      I use once in pl/sql table I want to know how to display the value of the type.

      DECLARE
      L_NUMBER PLCH_NUMBER_T := PLCH_NUMBER_T(1,2,5,6,0,2);
      BEGIN
      
        DBMS_OUTPUT.PUT_LINE('count='||L_NUMBER.COUNT);
        DBMS_OUTPUT.PUT_LINE('First='||L_NUMBER.FIRST);
        DBMS_OUTPUT.PUT_LINE('count='||L_NUMBER.LAST);
      end;
      

      Output as :-

      Count = 6

      First = 1

      Last = 6

      Number of() 3) := 5

      Number of() 6):= 2

      Can be...

      SQL > declare
      2 l_number plch_number_t: = plch_number_t (1,2,5,6,0,2);
      3. start
      4 because me in 1.l_number.count
      5 loop
      6 dbms_output.put_line ('number ('| to_char (i) |')-' | l_number (i));
      7 end of loop;
      8 end;
      9.
      Number (1) - 1
      Number (2) - 2
      Number (3)-5
      Number 4 - 6
      Number (5) - 0
      Number (6) - 2

      PL/SQL procedure successfully completed.

    • Is there a way I can manipulate 'text' to display the browsers RIGHT now?  HH: MM

      I want to create something that could display the current time.  Any help?

      Thank you!

      Hello

      I enclose a simple sample created with a text box on stage and clicking on the button below will display the time in the text box. The button has the code associated with the click event. Hope that helps!

      Thank you and best regards,

      Roger Simon

    • How to display the left action menu?

      Sorry, this is a newbie question. I have looked in the documentation, but has not found an answer for this.

      How to view and add action item in the left menu similar in action of 'Hub' menu in the image here:

      https://developer.BlackBerry.com/Cascades/reference/bb__cascades__actionitem.html

      Thank you!

      It is not an action menu, but a TabbedPane. Intended for a different use than the other menus, so better don't not for he applied as a set menu. See https://developer.blackberry.com/cascades/reference/bb__cascades__tabbedpane.html and also https://developer.blackberry.com/devzone/design/bb10/application_structure.html

    • Files for the code on the left, right

      Now the file group is above the code window, I have to close it to modify the code and open again to access my files. I would like that it behaves like it used to behave before, with all my files always accessible and when I open a file I can view the code to the right of the files, not below it.

      I found it!

      They said 'move the Panel to the left and when the border will be the output of the Panel and it will dock'.

      But when I moved the Panel near the edge, it could yield to the edge and then I pulled out and nothing, no highlight and no connection. So that the highest point are displayed, you need to move the Panel file past the left edge of the screen and then it will dock.

      The devil is in the details!

    • LOVs using cascading on the Page elements with values exceeding 4000 characters

      A few days ago, I asked a question on the community, but it turned out that there was something wrong with my account and they have removed the item, so I'll just post the solution I found here now:

      Well, I found a way to use LOVs cascading on page elements with values exceeding 4000 characters:

      Let's say I have a shuttle named P1_ORGANISATIE with "List of values" box, a dynamic LOV named "Source: lists of values Query" containing the value:

      Select NAAM as display_value, ID like return_value

      of NINEHAM

      order by 1

      If the number of records-NINEHAM is insufficient, the length of the value of P1_ORGANISATIE, which is a list of concatenated with colon separated digital ID, can exceed 4000 characters.

      Now, suppose I have a list of selection called P1_TEST that is connected through "List of values"-> "Cascading LOV Parent article (s)" with P1_ORGANISATIE, using a named LOV dynamic with "Source: lists of values Query" containing:

      Select distinct TST. NAAM as display_value, TST.ID as return_value

      of the OTE NINEHAM

      Join the AFDELINGEN ADG ON (ADG. OTE_ID = OTE.ID)

      Join the DEELNEMERS DNR ON (DNR. ADG_ID = ADG.ID)

      Join TESTDEELNEMERS TDR WE (TDR. DNR_ID = DNR.ID)

      Join TESTEN TST ON (TST.ID = RDT. TST_ID)

      where instr (":" |: P1_ORGANISATIE |) '':'', '':'' || OTE.ID | :'') > 0

      order by 1

      In this case, when P1_ORGANISATIE exceeds 3998 characters, you'll get an "ORA-01704: string literal too long"-error and the P1_TEST will show an element called "undefined".

      A way around this is possible because for a named LOV, you can use a "function that returns a sql query" instead of a simple sql query. In other words, we can apply in the context of PL/SQL and thus have maximum for expressions of 32767 instead of 4000 characters. In addition, it is possible to use the two APEX_UTIL. STRING_TO_TABLE and APEX_COLLECTION.

      Setting "Source: lists of query values" on the LOV appointed to P1_TEST with the following code will work:

      DECLARE

      l_selected APEX_APPLICATION_GLOBAL. VC_ARR2;

      l_qry varchar2 (32767): =.

      "Select distinct TST. NAAM as display_value, TST.ID as return_value

      of the OTE NINEHAM

      Join the AFDELINGEN ADG ON (ADG. OTE_ID = OTE.ID)

      Join the DEELNEMERS DNR ON (DNR. ADG_ID = ADG.ID)

      Join TESTDEELNEMERS TDR WE (TDR. DNR_ID = DNR.ID)

      Join TESTEN TST ON (TST.ID = RDT. TST_ID)

      $1

      order by 1';

      BEGIN

      IF: P1_ORGANISATIE IS NULL

      OR LENGTH(:P1_ORGANISATIE) < = 4000

      THEN RETURN

      Replace (l_qry

      ,'$1'

      ,' where instr (":" |: P1_ORGANISATIE |) '':'', '':'' || OTE.ID | :'') > 0'

      );

      ON THE OTHER

      l_selected: = APEX_UTIL. STRING_TO_TABLE(:P1_ORGANISATIE);

      APEX_COLLECTION. CREATE_OR_TRUNCATE_COLLECTION (p_collection_name = > 'ORGANISATIE_COLLECTIE');

      FOR id IN 1.l_selected.count

      LOOP

      APEX_COLLECTION.add_member (p_collection_name = > 'ORGANISATIE_COLLECTIE')

      , p_n001 = > to_number (l_selected (id))

      );

      END LOOP;

      RETURN

      Replace (l_qry

      ,'$1'

      ,'join apex_collections ON APC (APC. COLLECTION_NAME = "ORGANISATIE_COLLECTIE" AND APC. N001 = OTE.ID)"

      );

      END IF;

      END;

      Andreas Groenevelt says:

      A few days ago, I asked a question on the community, but it turned out that there was something wrong with my account and they have removed the item, so I'll just post the solution I found here now:

      Something was wrong with the whole site: AP invoice tolerance

      I don't post anything substantive until we find out what is happening.

    • change the default association between the number and the position of the left-right page

      By default, the odd numbered pages are assigned to the right of a spread page.  Anyone know how to override this default and allow an odd number to be associated with a positioned page left?

      Turn off random playback for the pasta spread that need to have the odd number on the left.

      This will upset most of the readers, by the way.

    Maybe you are looking for