report interactive by default alternating line colors, how to remove it?

Is it possible to remove the alternating colours of the interactive report line.

In a standard report, I can select the model of report, but in an interactive report No.

Kind regards

Rob

To customize a single page, add this rule to the page Inline CSS attribute:

.apexir_WORKSHEET_DATA tr.odd td {
  background: rgb(242, 242, 242) !important;
}

To apply to an entire application, or add

.apexir_WORKSHEET_DATA tr.odd td {
  background: rgb(242, 242, 242) !important;
}

attribute to Style sheet cascading Inline on each model of the page, or create a CSS containing file

.apexir_WORKSHEET_DATA tr.odd td {
  background: rgb(242, 242, 242);
}

Transfer it to your workspace and make reference to it after the theme link in each page header template:



Tags: Database

Similar Questions

  • Alternating line colors

    Hi all

    OK, I ticked the box of alternating line colors, selected my color, but you want to color the other lines, I'm sure it's easy but I'm stuffed if I know how to do this. It may be down manually, but I want to do this automatically because it is a spreadsheet live transaction that will evolve over time.

    I tried color all of the table 'Cell' and then 'Fill', and then clicked on the box of the alternating line colors, but the color stays the same in every other row according to the shade was selected in the option ' Cell ' / ' fill ', regardless of me dirty around with the shade etc.!

    Of course possible to choose what color I want when you select the line alternating color option, but is it possible to choose what color goes in the other lines?

    Thank you

    Graeme

    the background color of cell goes too spare line color.

    The only way I could achieve this goal is to leave the the cell fill color 'NONE' then turn the color of line replacing in table formatter then add a rectangle filled with the color I want and place it behind the table.

    Like this:

    Select the green rectangle, put in the background by using the menu item "organize > background.

    Now drag the rectangle behind the table:

  • Is it possible to create a spreadsheet Numbers alternating line colors I choose (rather than just a line alternating color)?

    Is it possible to create a spreadsheet Numbers alternating line colors I choose (rather than just a line alternating color)?

    Hi tochan,.

    No, but it is possible to create this look.

    Procedure:

    Open a table.

    Format > table

    Check the alternative line color. The yellow value.

    Click the form button, select the rectangle.

    Click the shape to select it.

    Format > Style

    Set the fill color to green.

    The border value without border.

    Move the shape to align with the upper left corner of the table.

    Drag the handle at the bottom right of the form to the lower right of the table.

    Go to organize > Send to back (or backward and repeat until the form is behind the table, and the Green shape is visible through the non colored lines).

    Note that the form is independent of the table. If the lines are added to the table, alternating lines will continue to have the yellow filling, as it has been applied to the table itself, but the lines between indicate white background, until the shape is expanded to match the size of the table.

    Select the Table (by clicking on the 'target' at the top left.

    Go arrange > Send backward. (Repeat if necessary until the form is in the front of the table)

    Select the shape.

    Resized according to the table.

    Go arrange > Send backward.

    Kind regards

    Barry

  • Section heading - level 1, a filled-in color, how to remove?

    Hello

    Section heading - level 1, filled on arrival or background color, how to remove? I tried to open paragraph Styles menu. I see no option to remove the background color.

    Concerning

    Jimmy

    Are you sure this isn't a net of paragraph?  Don't forget to check above and below the rule that you actually choose each to see if it is applied.  I received such a document recently that I couldn't understand.  It ends up being a net of paragraph (above) to 18 black pts/20% who has actually created a fill to the background of the header.

  • How to make all visible columns in a report interactive by default

    Hi all

    I have a report with the first column is visible and the rest are hidden by default. Is there a way I can do them all visible by default so that users may not go in equities to display in the report?

    Thank you
    Sezer

    Sign in as a developer > run the interactive report > actions > select all the columns of your choice

    Now got to actions > save > default > primary > apply

    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/ir_using.htm#CHDFDFJA

  • Another issue of alternation line color

    I used alternating colors of line before with great success, but this situation is a little different. I * grouped * data and I want each * grouped * line to have an alternating color. When I try it with the standard code, it does not work. I get the colors, but they are not alternately. My code is below. Any suggestions would be most appreciated. Thank you very much.

    < table width = "100%" border = "0" bgcolor = "#666666" >
    < cfoutput query is group of "getAllCourts" is "courtID" >
    < tr id = 'small' valign = "middle" bgcolor = "#IIf (CurrentRow Mod 2, DE('D8DCD8'), DE('C2FFC1')) #" >
    < td height = "100" width = "10%" id = "tennisText" align = "center" bgcolor = "FFFFFF" >
    < cfif isdefined("CourtID") and CourtID NEQ "" > "".


    < cfif courtID eq '1' >
    < img src = "images/number1.gif" / > "
    < cfelseif courtid eq '2' >
    < img src = "images/number2.gif" / > "
    < cfelseif courtid eq '3' >
    < img src = "images/number3.gif" / > "
    < cfelseif courtid eq '4' >
    < img src = "images/number4.gif" / > "
    < cfelseif courtid eq '5' >
    < img src = "images/number5.gif" / > "
    < cfelseif courtid eq '6' >
    < img src = "images/number6.gif" / > "
    < cfelseif courtid eq '7' >
    < img src = "images/number7.gif" / > "
    < cfelseif courtid eq '8' >
    < img src = "images/number8.gif" / > "
    < cfelseif courtid eq '9' >
    < img src = "images/number9.gif" / > "
    < cfelseif courtid eq '10' >
    < img src = "images/number10.gif" / > "
    < cfelseif courtid eq "11" >
    < img src = "images/number11.gif" / > "
    < cfelseif courtid eq '12' >
    < img src = "images/number12.gif" / > "
    < cfelseif courtid eq "14" >
    < img src = "images/number14.gif" / > "
    < cfelseif courtid eq '15' >
    < img src = "images/number15.gif" / > "
    < cfelseif courtid eq "16" >
    < img src = "images/hard1.gif" / > "
    < cfelseif courtid eq '17' >
    < img src = "images/hard2.gif" / > "
    < cfelseif courtid eq '18' >
    < img src = "images/stadiumHard.gif" / > "

    < cfelse >

    < / cfif >
    < / cfif >
    < table >

    < td >

    < id of the table = 'small' width = '100% ' cellpadding = "0" cellspacing = "0" border = "1" >
    < cfoutput >
    < b >
    < td width = "2%" height = "21" > < table >
    < td width = "8%" > #timeformat (BeginTime, "h: mm tt") # < table >
    < td width = "10%" > #timeformat (endtime, "h: mm tt") # < table >
    < td width = "15%" >
    < cfif isdefined("InstructorID") and NEQ InstructorID "" > "".

    <!-query to get the name of the instructor. ->
    < name cfquery = "getInstName" datasource = "" #request.dsn # "dbtype ="ODBC">"
    SELECT InstructorName
    OF EL_Instructor
    Where InstructorID = #InstructorID #.
    < / cfquery >

    #getInstName.InstructorName #.

    < cfelse >

    < / cfif >

    < table >

    < td width = "15%" height = "21" > #CustomerName # < table >
    < td width = "32%" > #additionalInfo # < table >
    < td width = "10%" align = "center" > < a href = "#myself #xfa.editCourtAssignment # & CourtAssignmentID = #CourtAssignmentID #& InstructorI D = #InstructorID #" > edit < /a > < table >
    < td width = "8%" align = "center" > < a href = "#myself #xfa.cancelCourtAssignment # & CourtAssignmentID = #CourtAssignmentID #& reserveDa = you #reserveDate #" > cancel < /a > < table >

    < /tr >


    < / cfoutput >
    < /table >
    < table >
    < /tr >
    < / cfoutput >
    < /table >

    Create your own ;)

















     

  • Filter column report interactive by default 'is null '.

    Currently using Apex 3.2.1 (waiting for upgrades db finish before moving on to 4.0)

    Is it kind of a link to a page of a filter on a column by default "sucks"?

    For example, in this link...
    f? p = 1:2:RIR:IR_START: IS 20NULL %

    Translates the filter being created as: "Start = IS NULL" <-INCORRECT

    But, if you use the filter on the page tool, it is created as: 'Start is nothing' <-OK

    Thank you
    Kris

    Hello

    Try

    f?p=1:2::::RIR:IRN_START:
    

    http://download.Oracle.com/docs/CD/E23903_01/doc/doc.41/e21674/bldapp_rpt.htm#sthref1339

    Kind regards
    Jari

  • Line chart - how to remove ugly places on the line?

    I have the graphic line with 300 points on it.
    There are on each black square point, what a reversal can use and see the value.
    Even if I set 'Show data labels' as 'Never', ugly places will remain.

    How can show a straight line without any places above him?

    Hello

    You can do that with the help by clicking the left icon starring in graphic design... window graphic format gets opened where u select in the drop-down menu under the symbol type option...

    Thank you & best regards

  • Interactive report with alternating lines - 5 APEX

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:

    < script type = "text/javascript" >

    IT IS THE INTERLACING

    function decorateDataGrids (strClass) {}

    var tables = document.getElementsByTagName ("table");

    for (var i = tables.length; i-;)) {

    If (tables.className == strClass) {}
    var gridRows = tables [i] .getElementsByTagName ("tr");
    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }
    < /script >

    < style >
    / * THIS REPLACES THE DEFAULT STYLES OF THE APEX * /.
    table.apexir_WORKSHEET_DATA tr.even td {}
    background-color: #F1F5FA! important;
    }

    table.apexir_WORKSHEET_DATA td {}
    background-color: #FFFFFF! important;
    border: 1px solid #B3B3A7! important;
    padding: 4px 8px! important;
    }
    < / style >

    And called in my link to my column ID text field via:

    "< img src =" "#IMAGE_PREFIX #edit.gif" alt = "" onload = "decorateDataGrids ('apexir_WORKSHEET_DATA'); ">

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    Thank you

    pleNn

    pleNn wrote:

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:


    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }

    And called in my link to my column ID text field via:

        

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    It's all totally obsolete with respect to the 5.0 APEX where interactive reports have been completely redesigned and rebuilt.

    To complete the full version number of APEX, always indicate what theme and browser (s) / version (s) you use when asking questions of shape/layout visual layout.

    To go from rank (Zebra) when you use the universal theme distribution in interactive reports, see Re: interactive report - no line scratched?

  • How to include check boxes for alternating line fill?

    I tried allowing alternating filling line before and after adding a column with checkboxes, but it just does not work - the entire column "will not participate" in the alternation of filler as all other columns don't. How can I make it work?

    Hi VarHyid,

    Worked for me.

    I inserted a new table 'ordinary' in an existing document to format a cell as a checkbox column, then clicked on the button in the Inspector to Format table, clicked on the alternative line color box, click on the color wheel and used the RGB sliders to set a color for the alternate rows (pairs).

    Note that I started with a "plain" table and that it did not apply fills all cells except through alternative line color. Any color fill applied to the cells will substitute the color defined by collour alternative line.

    Kind regards

    Barry

  • Alternation of colors in a picture

    I put together a page displays generated dynamically to HTML tables.

    There are three paintings of the page that is generated from the same database but I can't seem to find a way to generate the alternating line colors. I'm trying to use:
    < CFOUTPUT QUERY = "GetTableData" >
    < TR BGCOLOR = "# IIF(GetTableData.currentrow MOD 2, DE ('E6E6E6'), DE('C0C0C0')) #" >

    but line colors are grouped to make 2 or 3 ranks are the same color and then maybe 5-6 are the other color. There is no consistency.

    Anyone have any ideas on how to solve this problem?

    Thank you for all the answers. I took the advice of cf_dev2 ran three separate petitions and usedfor lines alternate. The problem was that all ranks was questioned but not displayed.

  • How to remove the black line with a canvas stacked at run time?

    Hi all
    I developed a canvas stacked in a table of content, when I run the form takes the apeared canvas stacked with a black line.
    How to remove this line, or how to remove this line at run time?
    I tried to do by putting (no line) in the Toolbox of the line color tool after selecting black line one and after selecting the stacked another painting once, but this has not solved the problem!

    I need something else:
    I put the canvas stacked to the block of data in detail and did not appear since I run the query in the database block
    How to make appear stacked directly canvas before you run the query in the master data block?

    What is your version of forms? I don't know what black line you're talking about.

    Regarding the display of the canvas, first make sure it isn't about who has the focus and she rides (located under the canvas completely or partially) your canvas stacked, this will cause to the canvas to hide in order to display the item that has the focus. And you can also try using SHOW_VIEW ('your_stacked_canvas'); in your form, this will show the stacked canvas.

    Tony

  • How to enable detailed interactive report view by default for the user public?

    Hi all

    I'm developing a page of search results.

    I'm doing a view instead of a default table view of interactive reports. So in this case I activated the details view so that I could make the fancy designs.

    everything worked well and looked clean but however when I pass the value of my search using IR_ROWFILTER page and clear the results page using page_noIRB, it brings me to the result page of interactive reports with the default table as point of view.

    I have to press the detailed view to get. I tried to save it as a default value, but it won't work. This question is for user public.

    If I do the page requires authentication, and record the detail by default view, I wouldn't have any problem. I could search and it will bring directly in to the detail view of the search page.

    of course, the other reason that I found is because im using the IR_ROWFILTER and by disabling the page using page_noIRB... without it, it works well, but I need it coz im making a a search result. I need to send the text to search for another page and put it in the filter to the search page. I would need to use the IRB to search again.

    is this a limitation to the user public? It happened for the authenticated user but...

    How can I make the default view for the user public?

    T101_cyberdyne wrote:

    How can I make the default view for the user public?

    Reverse the report for details on the loading of the page using a dynamic action of loading the Page with the following Execute the JavaScript Code real action:

    gReport.data.view('DETAIL');

    I'm doing a view instead of a default table view of interactive reports. So in this case I activated the details view so that I could make the fancy designs.

    Do you really need is an IR? Other that the layout of detail, do you need any of the interactive features? If not, try to use a standard report with a a report model custom.

  • Alternation of ordered by value line color

    Hello

    I created a report commissioned by the COUNTRY column. Then I added a hidden column called COLOR with a value of switching between "#FFFFFF" and "#F0F0F0" every time that we have another country in the report.
    Now I want the background color of each row so that the value of the COLOR column of the den.

    How can I achieve this? Do I need dynamic action?

    Concerning
    Felix

    Felix wrote:

    The report is on Page 1 and has a hidden column BG_COLOUR.
    A copy of the standard model was made (Standard with row coloring) with a small improvement model of the line:

    The method on the bound thread requires that a report model named column (model line) is used. A copy of the Standard model is a generic of columns (column model).

    It is actually possible to do using each model type, as I have shown in your workspace. It is necessary to match the appearance of the theme in a new model of the named column, copy songs to the standard report template definition in the relevant parts of the new model. (Most of the themes do not come with a model name of existing column, you can copy from).

    #COLUMN_VALUE#
    

    The background color should be read from the BG_COLOUR column.

    Rather than specify colors directly in the query/HTML template a better approach is to use a class name and specify the real colors in separate CSS. This translates into simpler, smaller models and the generated HTML code.

    For a named column model I followed the instructions related to above, creating a new "clients per country" named column of the model, with a definition before lines copied from the Standard report - more a custom - class theme and column headers required by the report:

    
      #TOP_PAGINATION#
      

    1 model line defined as:

    The report query was then changed to:

    select c.customer_id,
           c.cust_first_name,
           c.cust_last_name,
           n.country,
           case
               when mod(n.num,2) = 1
               then 'data'
               else 'dataalt'
           end row_class
    ...
    

    Note that the Show column attribute must be checked for the ROW_CLASS column: it is compulsory for all the columns that are issued somewhere in the HTML template, even if they are not actually visible to the user.

    And a style sheet embedded, added to the header HTML page:

    
    

    Using another approach, I created a custom generic column "Standard, line colors" alternative model column ALT as a copy of the alternative model "Standard, line colors. The only change here is to change the column model 1 Condition of use PL/SQL Expression functionand Expression of column Temlpate 1 to

    #ALT# = '1'
    

    Then change the query to:

    select c.customer_id,
           c.cust_first_name,
           c.cust_last_name,
           n.country,
           mod(n.num,2) alt
    ...
    

    The second generic columns is probably better here because it's easier to implement, more flexible and reuses the CSS of the current theme. This model can be reused for any report that it can generate a column ALT that toggles between '1' and a different value. The model of the named column can only be used by reports that return 5 columns with these names.

  • How to convert sql report interactive report

    Hi all

    I have a Sql report and I want to convert in interactive report. I found the option at the top to the right side "Interactive report migrate" but only 3 option to pass parameters.

    In my SQL report (Edit button) is here and I'm passing 6 values through this button change, how can I migrate my SQL report interactive report? Please suggest me...

    Thank you

    Xandot wrote:

    In the report links SQL query looks like:

    1. case Type
    2. When 3 then
    3. (select the T_STYLE Style where STYLEID =?)
    4. When 1 then
    5. 'Edit'.
    6. else '||','|| ||','|| ||','|| ||',30>Edit'
    7. end
    8. When 2 then '| «, » || ||','|| ||','|| ||',30>Edit'
    9. When 1 then '| «, » || ||','|| ||','|| ||',30>Edit'
    10. end as change

    How to implement above interactive links, until now that I created the link on interactive using links like report:

    But here its me allow only a single URL, how to put different URLS of in accordance with the condition, please suggest me.

    There is no declarative support for generating links conditionally to line level in interactive reports (or indeed in the standard reports). Set the IR link column property to exclude the link columnand generate the link in the request in the original report. Set the Type of display attribute for the column Edit to report Standard column.

  • Maybe you are looking for

    • Locked Toshiba

      I bought a Toshiba laptop that has shipped running Windows 7. The tech who sold me the computer says that it it will usher up to run XP. I have a program that I use as my telephone contacts & appointments. This is Lotus Organizer. It is configured th

    • HP Pavilion Notebook PC g6: retrieve MicrosoftOffice

      I had to replace my hard drive recently and lost my Microsoft office I bought in 2013.  I'm trying to get it back, but I can't locate my product it seeks the key #.  How can I do to get the product key # I need?  Y at - it customer service # I can ca

    • Passport never blackBerry calendar events appear, but are still there, just hidden soomehow

      A new problem has arisen and that's weird.Calendar events I add never appear suddenly.Before, I would get a green dot on a date indicating a meeting or something has been fixed. No more.If I put an event and save it, no green dot.If I go on the event

    • Impossible to uninstall Windows Live essentials

      I'm unable to uninstall Windows Live essentials from my Acer running windows Tablet 7. I get the error: 0 x 80070641. I ran the File Checker from the command n system there were no problems found. Someone had a similar problem, which has been reslove

    • With my HP Compaq DC7800 Convertible Minitowers audio driver problem

      Hello I'm having a problem of sound driver with my desktop HP Compaq DC7800 Convertible Minitowers. A few days ago I formatted my desktop PC and installed a new Windows XP Service pack 3. Like I need driver for my device, I managed to find all the dr

    #1# #2# #3# #4#
    #CUSTOMER_ID# #CUST_FIRST_NAME# #CUST_LAST_NAME# #COUNTRY#