Enhancement request: Buttons in report regions

Buttons in Report regions (usually) operate upon the data shown in the report using form input elements like checkboxes, radiobuttons, etc.
When the report returns no rows, the buttons look silly in an empty report region. Clicking them might also do some harm depending on what the after-submit processes do.
IMHO it seems like a worthwhile enhancement for Apex to automatically suppress the rendering of the buttons if the report returns no data (it could piggyback upon the 'No Data Found' message under Report Attributes).
Thanks

Or maybe conditionally? I can think of a case where I get no data back and I want to do something with those buttons, such as "create a new record". I often use form input elements there as filters, so it's possible for our users to come up with a combination of filters that comes back with "no data found" and they need a way (mmmmmm, buttons) to reset the filters and get back to something meaningful.
But the ability to condition the buttons (and other stuff) based on whether or not the report returns data? That could be useful, especially for the situation you describe where clicking them might do harm. The ability to disable the buttons on "no data found" (while still displaying them) could also be nice. That way I could display the buttons and keep the same layout, but they wouldn't be clickable.

Similar Messages

  • Button on report region

    Hi..
    i want to add button on report region Named ad "Send E-mail"
    that should be on each row
    so how can i do??
    Please Suggest Me
    Thanks in advance

    969091 wrote:
    yes bt
    m not gettingLet's say I have a sample classic report on the EMP table as:
    select
    empno,
    ename,
    sal,
    hiredate
    from emp
    order by 1Now, I want to add a column "Send Email" to the report that will carry a link icon for every row. I modify the query as:
    select empno,
    ename,
    sal,
    hiredate,
    '' as send_email
    from emp
    order by 1Now, I can right-click the "send_email" column and select edit. In the "Column Link" region, I choose a link icon for the column and define target page/URL.
    For interactive reports, you can right-click the report, select "Edit Report Attributes" and use the "Link Column" option also.

  • Delete buttons in report region & javascript

    I managed to add a delete button on each line of my report region using 'Column link' with
    text <img src="#IMAGE_PREFIX#delete.gif" border="0" alt="Verwijderen Icon">
    url f?p=&APP_ID.:504:#APP_SESSION#:TEST:::P504_DELETE_ID_LCNT:#ID#
    and some extra coding.
    problem is : i'd like to add a javascript:confirmDelete function
    In a 'Normal' button you can add it via URL Target.
    Can anyone help me ?

    This seems to be the way to add javascript to the url-code
    f?p=&APP_ID.:504:#APP_SESSION#:TEST:::P504_DELETE_ID_LCNT:#ID#" onClick="javascript:confirmDelete('Are you sure....')
    The only problem now is to add some kind of code to javascript to cancel further processing??????
    return true or false has no effect.
    I tried to set the REQUEST-value but i can't find the solution.
    Please help.

  • Enhancement request for VAT Report of Customer and Vendor.

    Hello SAP Gurus,
    Have enhancement request for adding new fields in existing VAT report of Customer and Vendor like user id, GL account etc.
    As I am fresher, can you please help me that how I need to approach. Thanks for your support.
    Regards,
    Saleem

    Hello Saleem,
    Almost all fields required for VAT reporting are available in standard tax report
    S_ALR_87012357 .
    You have to configure the layout from the selection screen as below
    regards
    pb

  • Enhancement request: Bulk edit features

    As much as I love Apex and think it is the greatest thing since sliced bread (what's so great about sliced bread anyway!), after one gains a certain amount of proficiency with using the tool, one realizes that there are many areas where the Builder application simply gets in your way. You know exactly what you want to do, you know how to do it, but the Apex Builder doesn't support a "do this 20 times" feature!
    For instance
    1. Deleting multiple pages - This came up on another thread recently. The Builder makes you click 2 buttons (Delete and Confirm) to delete a page and then takes you to page 0 (or the previous page or something) and then you need to go back to the next page and repeat the process.
    There should be a "delete multiple pages" feature in the Builder
    2. Creating a list - I have a bunch of links/URLs that I would like to create a list from. The Builder interface (tabular form) has us add each list entry at a time.
    I would prefer that it has a honking big textarea where I could dump all the links at once and it creates all the list entries at once. I could always go and tweak individual entries if I like.
    Same thing for adding to other Shared components like LOVs, breadcrumbs, tabs, etc. I am not saying a textarea-based interface would work for everything, but anything has to be better than doing it one by one.
    3. Access to the Report Column Attributes page - This is too painful to access.
    Click on Edit page, click on Report, click on the column you want. 3 clicks!
    Instead, there should be a Quick Edit link next to each report column when the page is run that pops up the same page.
    4. Attaching a authorization scheme (or condition or build option or any applicable thing really) to a bunch of components at once.
    The Builder should have a nifty search page where we could search/filter (by name, component type, page#, etc) for the components we want and then allow us to apply a an "action" (i.e. auth. scheme) to all the selected components at once. Doing this one by one is error-prone, time-consuming and just plain boring!
    That's all that comes to mind at this time, I am sure others will have more.
    Thanks

    Mike: Thanks for responding.
    1. You misunderstand what I wrote about report columns. Marc Sewtz understood what I meant at Re: Enhancement request: Quick edit links for column attributes
    is very easy to bulk change (on the back end); the hard part is devising the proper screens for bulk change (font end)
    2. Absolutely, agree 100%. Which is why it might make sense for Oracle to expose metadata manipulation APIs (apex_metadata package similar to dbms_metadata!) so that power users can effect changes to the application metadata without going through the Builder at all!
    We talked about this at Bulk edit items
    Many of the application reports allow for bulk change operations
    Right, but realistically speaking, you can never anticipate and build screens for all the things we would like to do. Which is why a command-line API would be invaluable.
    Just recently, I needed to change a bunch of HTML regions' templates in a application from Report Region to Hide/Show template. I couldn't find an application report/bulk edit page that let me do this, it was quite painful to do in the Builder.
    Another case in point: I used the "Form on SQL Query" wizard to quickly create a form page with a bunch of fields. But unfortunately, unlike the "Form on Table wizard", this wizard is not smart enough to create page items with a display-as depending on the datatype of the columns in the query. It creates all the form items as Text Fields. :-( There is no bulk-edit page (that I could find) that lets me change the display-as property for multiple items.
    If you or others have UI sugestions
    3. As you may know, whenever I think of something that the Apex product could benefit from (an enhancement request IMHO), I post a thread on the forum with a subject line that clearly indicates as such.
    To summarize, here they are:
    Re: Enhancement request: Validation attached to process
    Enhancement request: Buttons in report regions
    Re: Enhancement request: Branch report
    Re: Enhancement request (for Help text)
    Re: Report with Tabs - Enhancement Request?
    Enhancement request - Frequently used manifests
    Enhancement Request: Create linked buttons
    Enhancement request: Bulk copy of items
    Enhancement request: Named anchors for items
    Re: Enhancement Request - Named Branches
    Enhancement request: Assign build option to a page group
    Enhancement request: Checkbox item - Default all checked
    Enhancement request: Include application-level events
    Re: Command line API
    Is that enough? :-)
    Thanks

  • Export for all rows of a Report Region

    Hi,
    I have a html region with a query button to restrict which rows get selected in a reports region below it.
    But I also want to have a link to export all rows in the report to a csv file. Button the report region may already
    have selected data in it that is not necessarily all rows in the report. Thus I guess I am wondering if I should
    create a whole separate hidden report region that will always select all rows in the query to relate the
    export link to? Or if I can someone use the current report region and select all rows for the export but
    not requery or change the currently displayed report regions results?
    Thanks in advance!

    Yes I just created a hidden report i.e. one with all columns set to
    APEX_APPLICATION.G_EXCEL_FORMAT = TRUE
    And then just create a javascript function to call the export routine...

  • Placing buttons in a region displaying an Interactive Report

    Hi,
    I have a page on which I am displaying an interactive report.I would like to place buttons on this region where the report is displayed-
    - The first button right of the search bar of the interactive report
    - The second button right of the first button.
    - The third (exactly ) below the second button (still right of the search bar)
    I am aware that if this where an HTML region,then I would have had the flexibility to place the third button in a new line without a problem,but can I achieve this in a region displaying an interactive report?
    Is there any way to do this?
    Regards,
    Priya Jetley

    Create the buttons as region buttons in the IR region, with the following properties:
    Button Position: Right of Interactive Report Search Bar
    Button Alignment: Left Right
    Enter *style="display: block; float: right;"* in the Button Attributes of the third button.
    Edited by: fac586 on Nov 11, 2008 8:04 AM
    Changed to fix slight layout glitch in Firefox 2.
    Edited by: fac586 on Nov 11, 2008 9:06 AM
    Changed back as the slight glitch in FF2 is preferable to not working in FF3 and Safari

  • Add buttons in download region (Report Interactive)

    Hi all,
    Is it possible to add more buttons in download region in Report Interactive, such as PDF 1, PDF 2 .... ?
    I used OC4J and FOP (Print Server) to download PDF for testing, but it is so limited. When I use break column and export it to PDF, instead of to show a break, the PDF file shows an ordinary report.
    Therefore, I think the best idea is create two buttons and link for another page and do whatever I want, as PLPDF.
    :S
    Thank you,
    Eric

    Hi Eric,
    a nice way to do this is use the "IR customs actions menu" plugin (http://apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/ir-actions-menu-item_171.html) , so you can add extra menu's to the actions menu in your IA report.
    Regards
    Bas

  • Problems arranging button vertically under a report region

    Hi All
    I am currently developing an Oracle APEX UI but I’m having difficulty with the arrangement of buttons in the UI.
    What I want to achieve is, to arrange 3 buttons vertically, below an Interactive Report Region which is displayed the page,. I want to arrange these buttons on the right hand side below the report region so the right hand edge of the buttons are aligned with the right hand edge of the report region.
    Many Thanks in Advance,
    Austin

    Hello Austin
    Regarding the right alignment you could try putting
    <p align="right">In your region header.
    As for the vertical order of the buttons, create them as "Buttons displayed amongst the regions items", then set them to "Begin on new line"
    Good stuff.
    Simon
    Edited by: Simon Gadd on Mar 23, 2009 10:32 AM

  • Center the buttons in the reports region

    I have 2 buttons with Button Position as "Top and Bottom of Region".
    Button Alignment is "Right"
    How do I position the Button Alignment to be "Center" ??
    Thank you, Bill

    Hi,
    I created a copy of "Reports Region" template and adjusted buttons:
    Moved CREATE and CREATE2 tags to extra rows in the BODY table.
    Worked great!
    [td class="t2ButtonHolder" valign="bottom" >#CLOSE#   #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##EXPAND##COPY##HELP#[/td>
    [/tr>
    [tr>[td align="left" valign="bottom">#CREATE#[/td>[td align="left" valign="bottom">#CREATE2#[/td>
    [/tr>
    [tr>
    [td align="center" class="t2RegionBody" valign="top" colspan="2">#BODY#[/td>
    [/tr>
    [tr>[td align="left" valign="bottom">#CREATE#[/td>[td align="left" valign="bottom">#CREATE2#[/td>
    [/tr>
    [tr>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Bug report / Feature enhancement request.

    I'm actually quite surprised that this nees to be reported as a problem.
    Why is it that the "World Clock" widget used in the dashboard doesn't have, built in, the time zone "GMT"?
    Yes, I can add it myself using the instructions on the net but it just seems so wierd that it's not in there to begin with.
    So, please, take this as a bug report/feature enhancement request to correct this oversight.
    Thank you.

    this is a user to user forum only. if you want to make a feature request do it Here:
    http://www.apple.com/feedback/macosx.html

  • Hiding Report Region on button pressed

    hi , i have report region , and i want when i click on show button its show the report region and the button then convert to hide and then when i click on hide it hide the report region and button convert to show , can any body help me for this

    Hi,
    Change your current report region tempalte with 'hide and show region template'.
    In apex inbuild template for implementing show and hide region type of report.
    Go to the edit page option and in user interface chage your current report region tempalte with the 'hide and show region template'.
    Thanks,
    Rajendra
    Edited by: rajendra on Feb 26, 2012 4:36 AM

  • Can we have one submit button for mutliple report regions querying same tbl

    Hello,
    I have a normal multiple report regions in a page with some editable in those regions, these report regions are querying the same table. Now, Is it possible to have one submit button for all the report regions to update the underlying table data?
    Can anyone please help me out with this one.
    thanks,
    Orton

    First you'll almost certainly need to roll your own - the built-in stuff is fairly basic and more than likely won't help.
    It sounds like your process flow should be something like:
    1) Person clicks button.
    2) You do a select for update in the process to get the loan id and put it in the person's queue. At this point you may want to flag that column as having been assigned so it can't be assigned again.
    3) You then forward them to the form to enter data. Personally I would create my own items and processses and forgo the built-in form stuff but you may be able to use the Automated Row Fetch. If you do your own, you just reference the objects like:
    insert into table
    values(:P1_1, :P1_2, :P1_3)Edit - Another way would be to use a regular form and insert Stop/Start Tables - so it can look like a different section, but it really is just a label. Thats another option.

  • Button Enhancement Request

    Greetings,
    I'd like to know if anyone knows anyway to make an image a button without it residing in the /i/ images directory of APEX. Due to the fact that all images uploaded into APEX being in a single directory (virtual), and the need to be able to categorize images, we created a slidetable inside the DB using INTERMEDIA. I've placed all images that we use both in APEX and PORTAL into this slidetable, but when I tried to use an image out of this app as a button images, it requires (AFAIK) that the image reside in the /i/ directory. Is there any way to enhance this button gui in the future to allow a button image to reside somewhere else (on another server perhaps even) and to utilize the URL of that image for the button?
    Thanks in Advance,
    Cliff Moon
    UTPA Webmaster.

    Greetings,
    bump

  • Enhancement Req (v4.0): Report Query- Output Format- Derive from Item

    Brief Introduction
    I have 1 major request I would like to make (and 2 lesser ones). The first, I would like to specify custom available output formats for 'Report Query' objects, as well as Reports Regions, Interactive Reports, etc. I believe that this could easily be an instance setting in the Report Server region of the internal workspace, or per workspace / application. Even if not supported on the system wide level, I would recommend that the "Derived from Item" output format "Return Value" be allowed to be returned unaltered to the Report Server. I know that the type is returned as "_xf", and for my purposes I would REALLY like to be able to get something other than the defaults.
    Use Case
    I am creating a custom JasperReports integration (for which I will be launching a public SaaS beta extremely soon). It uses the standard Apex reporting objects (Queries, Layouts, Print Buttons, etc). JasperReports templates are uploaded as Report Layouts and everything works fine. I am, however, wanting to implement as many output formats as are available to me in Jasper...that means Word 07, Excel 07, ODS, ODT, etc. For the items that take a print server override I can handle this in other ways (even though this appears broken [see below]), but for the standard report queries this isn't available. I would basically like the option to define the set of available output formats for the report server, and what the "_xf" returned for each one is.
    Minor Requests
    - Replace Uploaded Templates: If a template is used often and updated, then it has to be changed everywhere...minor irritation.
    - Customize Report Server URL for the Workspace or Application: For SaaS instances, workspace developers may license or have access to reporting solutions that are not (and should not be) available to all of the Oracle instance's workspaces, or may conflict with a service that is already provided by the instance administrators.
    Broken
    When I use the print server override, with the "Use Headers From" option, it appears that neither my content type, nor my content disposition headers are being sent back to the client. This is the work around solution for the non-standard types issue I am requesting enhancement on, so I would like to know what I can do to get this working immediately.
    Additional Info
    As it stands, if the site is available, feel free to sign up for the beta. The beta keys will be exported soon to the instance and made available. Instructions on setup will also follow:
    https://apex.vendelinc.com/apex/f?p=home

    Hi, please did you get any solution to this issue? I am having similar challenge right now.
    select     EMP.DEPTNO as DEPTNO,
         DEPT.DNAME as DNAME,
         EMP.EMPNO as EMPNO,
         EMP.ENAME as ENAME,
         EMP.JOB as JOB,
         EMP.MGR as MGR,
         EMP.HIREDATE as HIREDATE,
         EMP.SAL as SAL
    from     SCOTT.DEPT DEPT,
         SCOTT.EMP EMP
    where EMP.DEPTNO=DEPT.DEPTNO
    and      DEPT.DNAME =upper(:dname)
    This run perfectly in sql developer, toad, and even inside publisher if I login directly to publisher to create report.
    Generating this same query in shared component query builder and testing it returns no data found. If I remove the last line, it works. but with the last line, it return no data found. It seems no one has been able to provide solution to this issue

Maybe you are looking for

  • ALV Report: How to pass the variable in Work area to the FM ? Please help !

    I want to pass the field in the work area which contains the floating point numbers to FM 'FLTP_CHAR_CONVERSION_FROM_SI'. This the correct FM, I have tested. If I specify the field with Tab name in FM , It says its not an internal table with header l

  • Excel is not showing multiple Drill thru report selection option

    We have created 3 drill thru reports in EIS, excel is not showing Select Drill-Through Report Dialog Box when tying to acess drill thru reports. It defaultly executes the first drill thru report, we want it to list the available reports so that we ca

  • External Display doesn't wake from display sleep

    My display is set to sleep after an idle period (computer itself set to not sleep), when I return to the computer and wake the displays the external display most of the time does not "wake" or come back with picture. I need to disconnect the adapter

  • Closed lid operations?

    I don't have a dock, but I do have an exterior display, a bluetooth mouse and keyboard. Is there a way to keep working with the lid closed? or do I have to keep it cracked so it doesn't sleep?

  • White rule appearing below colored panel (bug?)

    I am making a long web page for a client, temporarily hosted at Business Catalyst: http://col2013micro.businesscatalyst.com At the bottom of the page there is currently a yellow panel. It butts to the blue browser fill. It looks fine in Muse; but, th