How do I add a row selector?

Hi,
I have a report. Region is of type 'SQL query'.
How do I add a row selector to this type of report?
Toon

Hi,
on the "Report Attributes" tab of your report region. It's on the right side in the "Task" frame.
Patrick
Check out my APEX-blog: http://inside-apex.blogspot.com
Check out the ApexLib Framework: http://apexlib.sourceforge.net

Similar Messages

  • How to add a row-selector to an existing SQL Query (updatable report)

    Hi,
    I screwed up an extensive updatable report in Apex 4.2 region by one time indicating the page may be parsed at run time.
    After setting this back (to validate query) a lot of the columns setting were gone, and also the row-selector
    I actually don't kno how to simply add this row-selector back into place.
    Anyone who can point me in the right direction?
    Thanks a lot
    Wim

    Wim,
    >
    Hi,
    I screwed up an extensive updatable report in Apex 4.2 region by one time indicating the page may be parsed at run time.
    After setting this back (to validate query) a lot of the columns setting were gone, and also the row-selector
    I actually don't kno how to simply add this row-selector back into place.
    Anyone who can point me in the right direction?Have you been able to recover all your other configuration and this is the last thing you need to fix? Or are all those other things needing to be fixed as well?
    The reason I ask is that you may want to consider just starting from scratch, if you haven't put lots of effort into recovering everything else just yet.
    On the other hand, if you just want to add a checkbox back into the SQL statement then you can add this, substituting your column name for empno of course:
    APEX_ITEM.CHECKBOX2(1,empno,'CHECKED') "Select"When you do this you'll get a warning that you're changing the interactive report, which you should accept. Then you need to make sure that the column is actually shown in the interactive report by making sure it's in the displayed columns list. And you may also need to change the display type of the column to "Standard Report Column"
    Hope that helps.
    Earl

  • How to add a row selector?

    Hi,
    I have a tabular report? How can I add a row selector?
    Thanks,
    Helen

    Well, first make sure your report is an updateable sql query based report. Then you will see the add row selector check box in the correponding report edit page.
    Click that option and you are done. The key is to make sure the report is based on updateable sql query rather than sql query; otherwise the row selector link may not appear. Hope it helps.

  • How to create a custom row selector

    I am using APEX_ITEM.CHECKBOX in a form. How can I add a row selector checkbox to the heading of the table to select/deselect all of my custom checkboxes? I tried to simply add the build-in row selector function to the report but that just added an additional column of checkboxes. I just need the header row checkbox added.
    This is Apex 3.2.x
    Edited by: user9108091 on Oct 14, 2010 1:32 PM

    Hello,
    >> How can I add a row selector checkbox to the heading of the table to select/deselect all of my custom checkboxes?
    Please check the following. I believe it’s simpler than the hijacking business.
    Re: How to add row selector column attribute to report region?
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • How do I add multiple rows in Numbers for iPad?

    how do I add multiple rows in Numbers for iPad?

    Hi James,
    On the iPod I can only insert what is on the clipboard but I can insert however many rows I have there. Is it working differently for you? Benjoon seemed to think that he could not do this in Numbers. He was ruling Numbers out because of it. He doesn't need to do that because of this issue.
    If I was needing to insert multiple blank rows often I might keep a table of blank rows or just some blank rows at the end of the working table that I could copy/paste. This is no different than Numbers on the Mac.
    quinn

  • How can I add a row into a JTable with JButton

    Hi all. I have the following code:
    package gui;
    import db.*;
    import javax.swing.table.AbstractTableModel;
    import java.util.ArrayList;
    public class FoundersTable extends AbstractTableModel{
        private static final int COLUMNS = 8;
        private String columnNames[] = {"��� ����", "���", "�������", "�������", "���������", "��������",
                "����� �� ����������", "������ �� ����, �����"};
        private ArrayList data;
        public FoundersTable(){
            data = new ArrayList();
        public int getRowCount() {
            return data.size();
        public int getColumnCount() {
            return columnNames.length;
        public String getColumnName(int colIndex) {
            return columnNames[colIndex];
        public Object getValueAt(int rowIndex, int columnIndex) {
            return ((ArrayList)data.get(rowIndex)).get(columnIndex);
        public void setValueAt(Object value, int rowIndex, int columnIndex) {
            ((ArrayList)data.get(rowIndex)).set(columnIndex, value);
            fireTableCellUpdated(rowIndex, columnIndex);
        public void addRow(ArrayList neueZeile) {
            data.add(neueZeile);
            int index = data.size() - 1;
            fireTableRowsInserted(index, index);
        public void removeRow(int index) {
            data.remove(index);
            fireTableRowsDeleted(index, index);
        public void removeAllRows() {
            data.clear();
            fireTableRowsDeleted(0, 0);
        public boolean isCellEditable(int rowIndex, int columnIndex) {
            return true;
    }Now in my MainJFrame class I have one button for additing and one button for removing a selected row. How can I add/remove rows with this two buttons.
    Thanks

    No my question is how can I add and remove rows WITH buttons My point was the code is the same. You use the addRow(...) method. Why did you write an addRow(...) method if you aren't going to use it?
    I don't understand your problem. Do you not know how to write an ActionListener?

  • How can I add new row/column into existing jTable?

    Hi add!
    Can you help me how can I add new row/column into existing jTable?
    Tnx in adv!

    e.g
    Create two buttons inside the Table ( "Add New Row" ) and ("Add new Column")
    their handlers are:
    add new row:
    //i supose u already have
    DefaultTabelModel tablemodel = new DefaultTableModel(rowdata, columnNames);
    //and   
       JTabel jtable = new JTable(tablemodel);
    // Handler (row)
    jbtAddRow.addActionListener(new ActionListener(){
       public void actionPerformed(ActionEvent e) {
          if(jtable.getSelectedRow() >= 0 )
              tablemodel.insertRow(jtable.getSelectedRow(), new java.util.Vector());  
           else  
                tablemodel.addRow(new java.util.Vector());
        });to add new columns its the same but inside actionPerformed method:
    ask for e.g "Whats the name for the new column"
    then,
       tablemodel.addColumn(nameOfColumn, new java.util.Vector());   Joao
    Message was edited by:
    Java__Estudante

  • How do I add extra rows to fillable form I'm completing?

    I am filling in the fields in a PDF I downloaded.  However, I need more rows in some of the tables than the creator of the PDF provided. How can I add in more rows? I'm using Adobe Reader 9.

    Not really practical. In many cases this would change the form in small ways and that would make it unacceptable. In fact, adding more boxes may also be unacceptable, especially on an official form. I'd advise you to contact the maker of the form and ask them what to do.

  • How can I add a row at the bottom of the table ?

    Hi,
    I have an application table and I want to make sure that whenever user tries to add a row to the table, the row should be added at the bottom.
    Does anyone know how to implement it or point me in the right direction ?
    Thanks,
    Akshay

    Hi,
    have a button with actionListener as following
        private void insertBlankRecordForViewObject(ViewObject vo) {
            Row lastRow = vo.last();
            Row newRow = vo.createRow();
            newRow.setNewRowState(Row.STATUS_NEW);
            if (lastRow != null) {
                int indx = vo.getRangeIndexOf(lastRow) + 1;
                vo.insertRowAtRangeIndex(indx, newRow);
            } else {
                vo.insertRow(newRow);
            logger.info("inserted blank record for vo : " + vo.getName());
        public static DCIteratorBinding findIterator(String iteratorName) {
            if (iteratorName == null) {
               // LOGGER.warning(String.format("iteratorName cannot be null", iteratorName));
                return null;
            if (iteratorName.isEmpty()) {
                //LOGGER.warning(String.format("iteratorName cannot be empty", iteratorName));
                return null;
            DCIteratorBinding itrBinding = getDCBindingContainer().findIteratorBinding(iteratorName);
            if (itrBinding == null) {
               // LOGGER.warning(String.format("DCIteratorBinding [%s] not found", iteratorName));
                return null;
            return itrBinding;
        public static DCBindingContainer getDCBindingContainer() {
            return (DCBindingContainer)getBindingContainer();
        public static BindingContainer getBindingContainer() {
            return getBindingContext().getCurrentBindingsEntry();
             public static BindingContainer getBindingContainer() {
            return getBindingContext().getCurrentBindingsEntry();
        public static DCBindingContainer getDCBindingContainer() {
            return (DCBindingContainer)getBindingContainer();
        public void onAddRowAtLast(ActionEvent actionEvent) {
            insertBlankRecordForViewObject(findIterator("MyVOIterator").getViewObject());//iter from page binding to which table is binded
        }Regards,

  • How do you add additional rows to a table

    ...on Word of Mac?

    If you just want to add an extra row at the end of the table all you have to do is hit tab while in the last cell, shroudlupe.
    If you want to add a row in the middle or top of a table, highlight the row above or below where you want the new one to be and then go to the "Table" menu. Go down to the "insert" option and choose whichever is appropriate from "Rows below" or Rows above".
    (If you want to insert more than one row ,then select multiple rows at the first step above, rather than just one , and it will insert the same number of rows that you have selected).
    Another way of doing it, after selecting a row in a table, is to simply access the contextual menu by holding down the control key and clicking, or by "right clicking", and then select "insert rows" from the options presented.
    Cheers
    Rod

  • How can i add a row in a table

    Hi experts,
    i have a problem where i can´t find any answer. Maybe one of you have one.
    I have a scenario which is very similar to a MAM-Szenario. I'm using MI 7.1 and developing wit the newest NWDS in WebDynpro for Laptops.
    I download Notification headers and as a dependend table the notification tasks. Now the user should be able to add a new task in the client if it not exists on the database.
    Can anyone tell me how it is possible to dump a new entry to the database if the query, which should extract the right task is not available?
    Thanks for a fast answer.
    Mathias

    Hi Mathias,
    If you are developing applications using MI 7.1 , then Bapi wrappers are required to communicate with the backend system.If you want to create anything in the client and if you want it to be reflected in the backend system , then a create bapi wrapper is a must .
    Please use this link to know more about different kinds of bapi wrappers :
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0baafd6-52fa-2910-c6a8-fbb9399cb4ab
    After you are done with creating the bapi wrapper , just do a <model instance>.commit in your client.
    Regards,
    Madhu.

  • How to handle default checkbox(row selector)??

    Hi,
    I have a form where in there is a default checkbox and i have created a button named CANCELLED to cancel the particular row,when ever the end user wants to cancel a particular row he checks the checkbox so that in the back end we have taken a column cancel_flag where this column should be updated to 'Y' for the checked row by end user.
    How can we handle this scenerio for the above context??Please any help will be greatly appreciated.
    TIA,
    By,
    Kranthi.

    Kranthi,
    I assume your check box has static list of values like
    STATIC2:Cancelled;YThen write a after submit conditional pl/sql page-process which executes only when we press 'Cancelled' button.
    In the page process, write code similar to
    IF INSTR (:p1_checkbox, 'Y') != 0 --check box selected then
    THEN
    --update table
    UPDATE tbl_name
    SET cancel_flag='Y'
    WHERE pk_id=:p1_pk_id;
    END IF;where pk_id is primary key for your table. p1_pk_id is page item for primary key and p1_checkbox cancelled check box.
    Hope it helps
    Cheers,
    Hari

  • How to disable check box (row selector) in a tabular APEX report

    I have a tabular report with check boxes that gets populated by a SQL query.  For certain rows, I want to disable (or not render) the check box, depending on the value of one of the columns for that particular row (if the value of a column defined as Date is less than sysdate, I don't want to display the check box for that row).  I tried using the Conditional Display in the Column Attribute section of the check box, but I am unable to access this Date column which is being selected from a view in the source SQL.  I used variable such as :name-of_column, V(':name-of_column'), but always get a NULL value for this Date column in the SQL that I am trying to code in the Conditional Display section.  For this reason, my condition does not work correctly.
    What am I doing wrong?  Is my approach above correct?

    Hi Ajay,
    I don't think you can handle this with a conditional display, as that works on column level rather than row level.
    The way I see it, there are two things you can do:
    1) an sql approach, where youo render the checkbox as part of your query using apex_item.checkbox, check the oracle docs for detailed info on the usage APEX_ITEM
    You'll end up with a query like
    select case when YOUR_DATE_COLUMN < sysdate
                      then null
                      else  apex_item.checkbox2( p_idx => 1
                                                               , p_value => YOUR_DATE_COLUMN
    ,      <rest of your query here>
    from YOUR_TABLE
    2) an JavaScript approach in which you create a dynamic action that check your tabular form date column and, when necessary hides and disables the checkbox for that row.
    First option is more robust, but will require a bit more work. Second option is faster to develop, but might have different effect across various browsers and browser versions.
    Regads,
    Vincent
    http://vincentdeelen.blogspot.com

  • How do you add a row to an existing specific table (ie. Table 2) in an active Microsoft word document via applescript?

    I've tried:
    Tell application "Microsoft Word"
    insert rows at bottom of table 2 of active document
    end tell
    with no luck?
    I've also tried various oher permutations.
    Would some be able to help with this?
    Thanks

    Hi,
    Try this
    tell application "Microsoft Word"
        select (last row of table 2 of active document)
        insert rows selection position below number of rows 1
    end tell

  • In Pages, using an Invoice Template, how do I add columns, rows, or add individual functions to cells like I would using Numbers? Is it possible? I'd rather not use numbers because the invoice has a lot of writing as well.

    Here's a sample of the invoice. I would like to automatically calculate the 'amounts', 'totals' and 'subtotals' sections.
    Is this possible? How do I do it?

    Got it!
    Select the cells you wish to either SUM, PRODUCT, COUNT, etc...
    Then, at the top of the screen, press on the INSERT heading,
    then press on the FUNCTION setting,
    then press on the actual function you are looking for,
    and it should automatically insert the function into the appropriate cell it is needed....

Maybe you are looking for