whole line on the value of conditional formatting

Hello, I'm a numbers file where I have a few lines filled with values and when a specific cell will fill with a X in the entire line must be indicated in bold.

A                  B                                 C             D

01/01/16 operation 1 1,500,00 X (line entire "BOLD")

01/12/16 my 500.00 X (line entire "BOLD") operation

18/02/16 your 300.00 (not FAT)

How can I do?

Hello Gian,

Conditional highlighting depends on comparing the contents of the cell to be highlighted a fixed value or the value in another cell. To highlight an entire line, using a change in the style of text, you need to highlight every cell in the row.

This means that you must provide something to compare the value in each cell. The simplest is to provide a second cell in which the value of the cell to be highlighted is copied on the condition that triggers the highlight.

In the table above, the formula set out in the table below is entered in cell F2, and then filled up to the 5 row and full right of column J.

The result is that IF the cell in this row of column D contains an X, the contents of the cell for this cell is copied in this cell, otherwise, this cell contains a string NULL.

Each cell in columns A through E is the same conditional highlight rule:

When the text (A2)

is (the same as the text in) F2

A2 "BOLD" text

Select cells A2 - E5, Set up the rule for cell A2 and do not "preserve row" or "preserve the column.

Columns F to J can be hidden.

Kind regards

Barry

Tags: iWork

Similar Questions

  • Disable the hyperlink with conditional formatting

    Hi experts

    I have an analysis of HTML code.

    My analysis have different ranks:

    Entity link - value
    Entity1 - 12
    Entite2 - 23
    Entity3 - 33

    Link entity is a column with a hyperlink or HTML.

    I want to deactivate a hyperlink in some entities in my report by using the conditional formatting... but I don't know how I can do this...

    The entity column has data Format: @[html]@H so I can see the link instead of html code... but I see links to all the lines...]

    In the conditional formatting, I can substitute data Format, but I don't know how to disable the link...

    Any help?

    Hello

    To disable a link via CSS, you could use the CSS properties:

    pointer-events: none;
    cursor: default;

    However, the first property does not work in Internet Explorer. You can test whether they work in other browsers and check if it fits your requirement.

    Thank you

  • How to hide a line in BI Publisher using conditional formatting

    Hello

    I use BI Publisher 11.1.1.5.0.

    I need to hide the entire row based on the condition (if sal > 0 then hide entire line), please can you help on how can I achieve this?

    Thank you

    Hello

    I found the solution in

    Designer's Guide to reports for Oracle Business Intelligence Publisher version 11 g (11.1.1) Réf. E13881-02 - conditional formatting of the Section.

    Thank you

  • line and the value of manual entry of a heat question

    I have a manual, I try to grab the empno in 1 column.and another question, I try to add as many lines one by one line, but could not draw.

    application:https://apex.oracle.com/pls/apex/f?p=70785:1:130100846235621:ADD_ROWS:NO:

    Details of the workspace: ram_r & d

    username/password: test/test

    Hi rihab,.

    I try to enter the empno in the 1st column

    You must use APEX_ITEM. TEXT to make your editable empno.

    Editing your app and now you can change the value.

    I think you have some trigger on empno auto generate the empno, who first then remove your value will be inserted.

    Also create a validation to check the unique number of the employee.

    and another question, I try to add as many lines as a rank but could not draw.

    You cannot add more than one column at a time according to your current code.

    First, you must present the new line, and then you can add the new line, you can't add more than one line at a time.

    Hope this helps you,

    Kind regards

    Jitendra

  • The value of conditional tag to all table cells, including content

    Hello

    I use FM12, unstructured. I want to put all the content of a chapter to some conditional text (by selecting all of the content and defining the condition).

    My problem is with tables. This action only sets the table as a framework, but does not define the content of the table as conditional cell. Is there a simple way to do this without script?

    Thanks in advance,

    Hani

    I got a simple solution in the FrameMaker community - tag conditional on all cells in the table, including the content of the value

    Thanks for your time.

  • To return the rows less value and the next line of the value 'hungry '.

    I'm about 10 gr 2

    My best here trying to just do a single SQL rather than writing PL/SQL. I know it's possible, that I'm not good at SQL past oracle 8i. I have searched the forums and found many examples for the beaches and dates to help connect by level, but nothing specifically related to the scales of value.

    Basically I have a table with the number of employees and approval limits:
      with  a as (select 12345 emp_no,1000 val from dual 
                     UNION select 12346,5000 from dual UNION select 12347,9999 from dual)
      select * from a 
    Returns
    EMP_NO  VAL
    ------- ---------------
    12345   1000
    12346   5000
    12347   9999
    I want a SQL statement that returns all lines less that the & parameter, but also the line of 'the child' who, as "greater" as the largest value of the value to be less than the value parameter.

    It is probably easier to show examples.

    If & parameter was broadcast then 2342
    EMP_NO  VAL
    ------- ---------------
    12345   1000
    12346   5000
    If & parameter was broadcast then 7898
    EMP_NO  VAL
    ------- ---------------
    12345   1000
    12346   5000
    12347   9999
    If & parameter was broadcast then 10
    EMP_NO  VAL
    ------- ---------------
    12345   1000
    If & parameter was broadcast and 788777
    No rows returned 
    Basically, I'm trying to return the chain of trust that a Bill will have to cross before it can be approved until the & amount of parameter.

    Tried to connect, even lead function. Request for assistance from the gurus to do things. Hope that this could also help others.

    Published by: user13007502 on February 8, 2012 04:56

    Published by: user13007502 on February 8, 2012 04:58

    Hello

    Here's a way (very similar to what Peter posted previously):

    SELECT     *
    FROM     a
    WHERE     val     <= (
                   SELECT  MIN (val)
                   FROM     a
                   WHERE     val > 3000     -- or whatever
                 )
    ;
    

    If the parameter is greater than any what val in the table, then the scalar subquery terturn will be NULL, and the WHERE clause will never real.

  • pivot - data line to the columns to condition

    create table t_a (identification number);

    insert into t_a values (1);
    insert into t_a values (2);
    insert into t_a values (3);
    insert into t_a values (4);
    insert into t_a values (5);

    create table t_b (identification number, name varchar2 (100), val varchar2 (100));

    insert into t_b values (1, 'A', 'Yahoo');
    insert into t_b values (1, 'B', 'BBB');
    insert into t_b values (1, 'C', 'CCC');
    insert into t_b values (1,'d ","DDDD"");
    insert into t_b values (2, 'A', ' 2 Yahoo' ");
    insert into t_b values (2, 'B', 'FD');
    insert into t_b values (4, 'C', 'test');
    insert into t_b values (5, 'A', 'Yahoo 5');

    I could only get the list of IDS of t_a column and table name with the values 'A' and 'B' columns can

    result must be-

    ID | A | B
    1. Yahoo | BBB
    2. Yahoo 2 | FDS
    3.
    4.
    5. Yahoo 5 |

    Thanks in advance

    Hello

    Of course, you can do it.
    Outer-sign up for t_a, to ensure that all the 5s IDs appear:

    SELECT t_a.id
    ,      MAX (CASE WHEN t_b.name = 'A' THEN t_b.val END)     AS a
    ,      MAX (CASE WHEN t_b.name = 'B' THEN t_b.val END)     AS b
    FROM                 t_a
    LEFT OUTER JOIN      t_b     ON t_a.id = t_b.id
    GROUP BY         t_a.id
    ORDER BY         t_a.id;
    

    Thanks for posting the sample data: which helps a lot!

    You may have noticed that this site compresses the spaces by default. When you want to post something where the spacing is important (like your results), and then type the 6 characters:
    {code}
    (small letters only, inside curly braces) before and after the section of text formatted to preserve spacing.

  • Color Laserjet Pro M277dw: m277dw disable fax to answer telephone line or the value

    I just bought this printer and I want to implement for the fax does not at all meet the telephone line.  I want to put in place and I must therefore send and receive some manually.  At least put in the response to number of rings to 8 or 9.

    Thank you for any response

    Hi davidsklar,

    You are welcome!

    If you found my post useful, please consider tagging 2 Message like "Accept as Solution" so that someone else in the community who may encounter this problem can more easily find the solution.

    Best regards!

    "Please click the Thumbs up icon below to thank me for having responded."

  • Coverting a line in the values in columns

    Hi friends Expert SQL,

    I have a line that contains 6 columns where I want the data to appear in the form of columns, as shown here:

    From:

    Select item1, item2, item3, amt1, amt2, amt3 in item_table, when sno = 1; <-returns 1 row as below

    ITEM1 ITEM2 ITEM3 AMT1 AMT2 AMT3
    ---------- ------------ ------------- ----------- ------------ ----------
    AAA BBB CCC 10,00 20,00 15,00


    Explanation of data: item1 (AAA) price is amt1 (10.00), item2 (BBB) price is amt2 (20 h 00) and item3 (CCC) price is amt3 (15.00). Ok.

    Now I want that data to be converted to columns, as shown here:

    TO:

    AMT ELEMENTS
    --------- ---------
    AAA 10.00
    BBB 20.00
    CCC 30.00


    Please help me guys, I want a SQL to display these data.

    I found a single query that converts a row of columns, but this is not my requirement: [for your reference only]

    SQL > select substr (the_string
    , decode (level, 1, 1, instr(the_string,',',1,level-1) + 1)
    , decode (instr(the_string,',',1,level), 0, length (the_string), instr(the_string,',',1,level) - decode (level, 1, 0, instr(the_string,',',1,level-1))-1)
    ) the_value
    from (select (select item1 |)) «, » || Item2. «, » || Item3 item_table where sno = 1) ELEMENTS
    the double)
    connect by level < = length (the_string) - length (replace(the_string,',')) + 1


    Thank you and best regards,
    Kiran
    WITH pivot_data
         AS (SELECT 'AAA' ITEM1,
                    'BBB' ITEM2,
                    'CCC' ITEM3,
                    '10.0' AMT1,
                    '20.0' AMT2,
                    '15.00' AMT3
               FROM DUAL)
    SELECT t1.items, t.amount
      FROM (SELECT NULL items, amount, ROWNUM rn
              FROM pivot_data UNPIVOT INCLUDE NULLS (amount
                              FOR items
                              IN (AMT1, AMT2, AMT3) )) t,
           (SELECT items, NULL amount, ROWNUM rn
              FROM pivot_data UNPIVOT INCLUDE NULLS (items
                              FOR amount
                              IN (ITEM1, ITEM2, ITEM3))) t1
     WHERE t.rn = t1.rn
    
    ITEMS     AMOUNT
    AAA     10.0
    BBB     20.0
    CCC     15.00
    
  • Help with query - Conversion of the value of the line to the value of the column for the same column

    CREATE TABLE TESTY
    (
      BATCH_ID  VARCHAR2(100 BYTE),
      LINE_NUM  NUMBER,
      STRING    VARCHAR2(100 BYTE),
      AMOUNT    NUMBER
    )
    /
    Insert into testy
       (BATCH_ID, LINE_NUM, STRING, AMOUNT)
     Values
       ('DBA', 1, '101-201', 100)
    /
    
    Insert into testy
       (BATCH_ID, LINE_NUM, STRING, AMOUNT)
     Values
       ('DBA', 1, '101-202', 200)
    /
    
    Insert into testy
       (BATCH_ID, LINE_NUM, STRING, AMOUNT)
     Values
       ('DEVELOPER', 2, '101-201', 110)
    
    /
    Insert into testy
       (BATCH_ID, LINE_NUM, STRING, AMOUNT)
     Values
       ('DEVELOPER', 2, '101-202', 210)
    /
    
    Insert into testy
       (BATCH_ID, LINE_NUM, STRING, AMOUNT)
     Values
       ('DEVELOPER', 2, '101-203', 310)
    /
    COMMIT
    /
    
    BATCH_ID     LINE_NUM     STRING     AMOUNT
    DBA          1          101-201     100
    DBA          1          101-202     200
    DEVELOPER     2          101-201     110
    DEVELOPER     2          101-202     210
    DEVELOPER     2          101-203     310
    
    Required Output 
    
    BATCH_ID     LINE_NUM  AMOUNT1 AMOUNT2
    DBA          1         100     200
    DEVELOPER    2         110     210
    Only need to this result for string IN (101-201', 101-202').

    Can anyone help. ?

    Thank you

    Hello

    In Oracle 8.1 or more

    SELECT       batch_id, line_num
    ,       SUM (CASE WHEN string = '101-201' THEN amount END)     AS amount1
    ,       SUM (CASE WHEN string = '101-202' THEN amount END)     AS amount2
    FROM       testy
    GROUP BY  batch_id, line_num
    ORDER BY  batch_id, line_num
    ;
    

    From Oracle 11.1, you can also use SELECT... PIVOT.
    For more information, see the FAQ forum {message identifier: = 9360005}

  • generate the view in line with the values of the 'sequence' 0.36

    I want my query to join inline view that has values of 0.36, what is the best way to create this inline-view?
    My initial solution would be:
    SELECT LEVEL RESULT FROM Dual CONNECT BY LEVEL < 37
    union
    select 0 from dual
    order by 1
    I want to write the query that returns the same values as this query, I showed.

    CharlesRoos wrote:
    I want my query to join inline view that has values of 0.36, what is the best way to create this inline-view?
    My initial solution would be:

    SELECT LEVEL RESULT FROM Dual CONNECT BY LEVEL < 37
    union
    select 0 from dual
    order by 1
    

    I want to write the query that returns the same values as this query, I showed.

    SELECT (LEVEL - 1) RESULT FROM Dual CONNECT BY LEVEL <= 37 ;
    

    Published by: user503699 on October 29, 2010 14:20

  • Red line on the images in png format.

    Hello!

    Newly I went for first cs6. This is a problem! When I used png first cs5 images move abruptly and even have made, I use motion graphics.! But the first cs6, it requires a rendering! I have windows 7 with 8 GB of ram and quadro 600 also nvidia graphics card!

    Help, please

    Attached Image example

    Issue.jpg

    I have already mentioned in the post 6 How hack:

    In the folder 'Program Files' 'Adobe' 'First CS6' open the text file called cuda_supported_cards.txt and add the name of your card.

  • for the combined line and conditional formatting bar graph

    Hi all

    I have a combined line and bar chart, bars showing the values of the CDA in different exercise, as well as the lines that appear from year to month values in the different financial year, how set up the conditional formatting to do the same exercise, the same color - isn't serious CDA (BAR) or the year (line)?

    Thank you
    Ling

    Check the image at the Point # 5 of the link
    http://obieetraining11.blogspot.com/2012/08/OBIEE-11g-adding-graph-to-analysis.html

    Who has the possibility of conditional formatting.

    check if help

  • for each loop to print the values in the same line?


    Hi guys,.

    For our customer, I create a RTF file.

    In one line, I use this:

    Internal req. Ref #: <? for-each: G_2? > <? SEGMENT1? > <? end foreach? >

    Now when I run this report this part of line shows the values in separate lines

    Output:

    -----------------------------------------------

    Inside Ref No. DDE:

      226

    230

    ------------------------------------------------

    How can I make it back in the same line. Like this and separated by commas

    -----------------------------------------------

    Internal req. Ref #: 226 230

    ------------------------------------------------

    You can use inline grouping, please take a look at these posts:

    https://blogs.Oracle.com/XmlPublisher/entry/inline_grouping

    Re: Using conditional output

    Re: Display data from a list in a single field with values separated by commas

  • Some columns of the values of the selected line returns NULL in the table of the adf.

    Hello..

    My version of jdev 11.1.1.5.0

    I have a vision with some columns. This view is mapped to a table of adf with some of the displayed columns. My task is to get the column values selected line (including the values of the column not displayed).
    But I'm certain values such as null, although there are values present when I run the query from the view.
    My code:
    DCIteratorBinding tableVO = ADFUtils.findIterator ("myVO");
    ViewObject voTableData = tableVO.getViewObject ();
    Line rowSelected = voTableData.getCurrentRow ();


    + / / codeto display column and the values +.
    int x = 0;
    * for (the names of the objects: rowSelected.getAttributeNames ()) {*}

    * for (int i = x; i < rowSelected.getAttributeValues () .length; i ++) {*}
    * System.out.println (x + "." + name + "=" + rowSelected.getAttribute (i)); *
    break;
    *}*
    x ++ ;
    continue;
    *}*


    MY table:
    * < af:table value = "#{bindings.myVO.collectionModel}" *.
    * var = "row" rows = "#{bindings.myVO.rangeSize}" *.
    * EmptyText = "#{Bindings.myVO.Viewable?" "{'No data to display.': 'Access Denied.'}". *
    * fetchSize = "#{Bindings.myVO.rangeSize}" *.
    * rowBandingInterval = "0."
    * filterModel = "#{Bindings.myVO.queryDescriptor}" *.
    * queryListener = "#{Bindings.myVO.processQuery}" *.
    * filterVisible = "true" varStatus = "vs."
    * selectionListener = "#{myBean.method_onRowSelect}" *.
    * rowSelection = "single" id = "t1" styleClass = "AFStretchWidth."
    "* partialTriggers =": sbcClose: sbcOpen: socWarehouse. "
    * inlineStyle = "height: 217px;" / > *.


    Thank you

    Question: the attributes are not null in the DB?
    The attributes are part of the past of the query select?
    And they are part of the binding of the tree?

    Timo

Maybe you are looking for

  • What is in 25.0.1?

    Received a prompt (for lack of a better word...) this morning about 25.0.1 is available - but the link that was supposed to describe "what is in it," doesn't work. I can't download the new versions just because someone told me to. What are the defect

  • Academic version Simulation Interface Toolkit

    Hi, I am a student Brazilian and I use the Labview in my monograph. I need communication between Labview and Simulink. I have in my computer of 2012 Labview and SIT AcademicVersion installed that came to the DVD of the academic version of Labview 201

  • I can't install software to windows 7 using the windows vista product key

    In our firm, we use windows vista OS of PC licensed. can I install windows 7 OS with licensed windows vista product key?

  • QuickBooks does not install, it goes through the initial setup and then everything stops.

    I tried to install quickbooks, but after that happening by initial installation it just hangs.  I have error view in my computer management for setup of windows and checked to see if it has been activated (I put it on automatic).  Is there a windows

  • Hebrew language

    my smart watch 2 is only in English do you know how can I install language pack in smart watch 2?