Columns used

Hola,

Estoy tratando save data of unas measures breakfast con UN LIA SR830 don't con el programa as editor, El problema esta in what repiten las columns en el archivo salida y no is como quitarme ese problema encima. If I can help con eso grateful quedo. El archivo .lvm not be can adjuntar, por eso pego example of measures that obtienen para clarificar el un problema.

(1) back variables guardadas

7,937500 0.000977 7.937500 6.103560E - 5
7,968750 0.000977 7.968750 6.103560E - 5
8,000000 0.000977 8.000000 6.103560E - 5
8,046875 0.000977 8.046875 6.103560E - 5
8,078125 0.000977 8.078125 6.103560E - 5
8,109375 0.000977 8.109375 6.103560E - 5
8,140625 0.000977 8.140625 6.103560E - 5

Para este caso me appears UN extraño dato of the column is the 1 y the columna 3, the columna 2 y 4-wire measures X e Y respectively. No to porque appears esa repetida columna y además no tengo idea that are.

(2) 3 variables guardadas

7.640625 7.000000 7,609375 0.000977 7.609375 6.103560E - 5
7.671875 8.000000 7,640625 0.000977 7.640625 6.103560E - 5
7.703125 9.000000 7,671875 0.000977 7.671875 6.103560E - 5
7.750000 10.000000 7,718750 0.000977 7.718750 6.103560E - 5
7.781250 11.000000 7,750000 0.000977 7.750000 6.103560E - 5
7.812500 12.000000 7,781250 0.000977 7.781250 6.103560E - 5
7.859375 13.000000 7,828125 0.000977 7.828125 6.103560E - 5
7.906250 14.000000 7,875000 0.000977 7.875000 6.103560E - 5

In this case, las extranas son columns 1, 3 y 5. The 2 are the number of measures, the 4 years 6 son measures X e Y respectively.

Saludos,

Hola Guillermo, buen dia.

I made the stupid tests following configs (modifique a poco el VI are only no tengo el LIA in the mano):

In el archivo solo me arroja columns 3:

* El valor (tiempo grafica Delcourt, no las variables) X

* The value of the first variable (V1) = 8.345

* The value of the variable segunda (V2) = 14.4532

X           V1           V2

0.000000 8,345000 14.453200
0.000000 8,345000 14.453200
0.000000 8,345000 14.453200
0.000000 8,345000 14.453200

The column 1 of you archivo are precisely the same as menciono anteriormente. If quieres eliminarla, select the column option empty in el ExpressVI to save a file:

Espero you sirva information.

Saludos.

Tags: NI Hardware

Similar Questions

  • Starting from two data tables, how do you get the values in two columns using values in a column (values get col. If col. A is not null values and get the pass. B if col. A is null)?

    Two tables provided, how you retrieve the values in two columns using values in a column (the pass get values. If col. A is not null values and get the pass. B if col. A is null)?

    Guessing

    Select nvl (x.col_a, y.col_b) the_column

    from table_1 x,.

    table_2 y

    where x.pk = y.pk

    Concerning

    Etbin

  • Attachment column 'use '.

    Hi all.

    I put a 'Table of attachments' section in my page and it seems to work fine.
    I prefer not to see the column 'Use' in the display of parts attached in the page layout.
    I tried to use "Customizations" but it does not change, because the element is mandatory

    for data queries.
    You know any method to put "not made"?

    Thank you
    Concerning
    -Vincenzo

    Published by: Vincenzo on 18.58 11-mar-2010

    Hello

    Put the following code iin the processRequest for your controller:

    OATableBean attachTable = (OATableBean) webBean.findIndexedChildRecursive ("AttachmentTable");
    attachTable.findIndexedChildRecursive("UsageTypeColumn").setRendered (false);

    Thank you
    Deepak

  • index on the column using custom function

    Can we create index on the column using custom function?

    http://www.dbasupport.com/Oracle/ora8/FBI.shtml

    Kind regards
    Kaila Mahesh

  • How to search for a string in a column using REGEXP


    Hi Forum,

    I have a table with a column that has records that contain one of the 3 words viz.

    TABLE X

    col1

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

    remit_method = EMAIL/remit_details = some other details

    remit_method = SMS/remit_details = some other details for sms

    remit_method = POST

    I need to write a SQL that captures the remit_method of the column. I wrote SQL using SUBSTR and INSTR to capture him. But I was wondering if I could do it using the functions of RegExp as well?

    SELECT REGEXP_SUBSTR (col1) == > how?

    Of

    (

    SELECT ' remit_method = EMAIL/remit_details = FROM DUAL some other details

    UNION

    SELECT ' remit_method = SMS/remit_details = some other details for FROM DUAL of sms

    UNION

    SELECT 'remit_method = POST' FROM DUAL

    ) ;


    Output must be

    1st row = > EMAIL

    Row2 = > SMS

    Row3 = > POST

    Thank you

    Maëlle

    Like this...

    SQL > ed
    A written file afiedt.buf

    1 with tablex as (SELECT ' remit_method = EMAIL/remit_details = col1 OF DOUBLE UNION some other details)
    2. SELECT ' remit_method = SMS/remit_details = some other details OF UNION of the sms for DOUBLE
    3. SELECT 'remit_method = POST' FROM DUAL
    4                 )
    5 SELECT REGEXP_REPLACE (col1, ' ^ remit_method =([[:alpha:]]+). * $', '\1') as remit_method
    REGEXP_REPLACE 6, (col1, ' ^. * remit_details =(.*) $ |. *', '\1') as remit_details
    7 * FROM tablex
    SQL > /.

    REMIT_METHOD REMIT_DETAILS
    -------------------- ----------------------------------------
    A few other details by E-MAIL
    Publish
    Other details for sms SMS

  • How to upgrade a table column using the values in the Oracle collection

    create or replace procedure test_coll
    
    IS
    
    CURSOR upd 
    IS
    SELECT CONTACT_NAME FROM Supplier_16;
    
    TYPE dept IS TABLE OF upd%rowtype;
    cur_var dept;
    
    Type List Is table Of  varchar2(20);
    Name List:=  List('Shilpi','Sunil','Shreyas','Saral');
    
    BEGIN
    
    OPEN upd;
    LOOP
         FETCH upd BULK COLLECT INTO cur_var;
    --    EXIT WHEN upd%NOTFOUND;
    
         FORALL i IN cur_var.FIRST..cur_var.LAST
      
         UPDATE supplier_16
    **  SET Contact_name= name(i);  ***
         
         COMMIT;
    
    END LOOP;
    CLOSE upd;
    
    END;
    On the "BOLD" line, I don't know how I should move the values of the collection of name I said without which are set all the values in the table supplier_16 = 'Saral.

    Help, please.

    Aashish S. wrote:
    Thank you very much...

    Yes, I slide collections and was trying to reach somwthing on similar lines to which you provided the code example...

    My essay is equipped to take a collection: initialized with values of say 3-4...

    Take other tables... A column... and update the column in the table (not PK, FK anything) using the values of the initialized collection...

    However, I am stuck between the two on how the UPDATE clause should be...

    OK, if it's just because you want to practice with collections, you might do something like this...

    SQL> set serverout on
    SQL> create table supplier_16 as
      2  select 'Frederick' as contact_name from dual union all
      3  select 'Robert' from dual union all
      4  select 'Jeremy' from dual union all
      5  select 'Simon' from dual
      6  /
    
    Table created.
    
    SQL> create or replace procedure test_coll is
      2    CURSOR upd IS
      3      SELECT CONTACT_NAME
      4      FROM Supplier_16
      5      FOR UPDATE;
      6    Type List Is table Of  varchar2(20);
      7    Name List := List('Shilpi','Sunil','Shreyas','Saral');
      8    v_contact_name varchar2(30);
      9    v_idx          number := 1;
     10  BEGIN
     11    OPEN upd;
     12    LOOP
     13       FETCH upd INTO v_contact_name;
     14       EXIT WHEN upd%NOTFOUND;
     15       UPDATE supplier_16
     16       SET    contact_name = name(v_idx)
     17       WHERE CURRENT OF upd;
     18       DBMS_OUTPUT.PUT_LINE(v_contact_name||' update to '||name(v_idx));
     19       v_idx := v_idx + 1;
     20    END LOOP;
     21    CLOSE upd;
     22    COMMIT;
     23  END;
     24  /
    
    Procedure created.
    
    SQL> exec test_coll;
    Frederick update to Shilpi
    Robert update to Sunil
    Jeremy update to Shreyas
    Simon update to Saral
    
    PL/SQL procedure successfully completed.
    
    SQL> select * from supplier_16;
    
    CONTACT_N
    ---------
    Shilpi
    Sunil
    Shreyas
    Saral
    

    Of course, there is treatment rank by rank and is not best for performance, but it allows you to access your collection that you created names.

  • How to insert data into a BLOB column using sql

    Hi all

    How to insert data into the BLOB column directly using sql.
    create  table temp
    (
      a blob,
      b clob);
    
    SQL> /
    Insert into temp  values ('32aasdasdsdasdasd4e32','adsfbsdkjf') ;
                                      *
    ERROR at line 1:
    ORA-01465: invalid hex number
    
    Please help in this.
    Thank you
    Prakash P

    Insert into temporary values (UTL_RAW. CAST_TO_RAW ('32aasdasdsdasdasd4e32'), 'adsfbsdkjf');

  • Sum of columns using Formcalc

    I created a form with 12 columns and 23 fixed lines. In line 1 of table is a value, the 22 remaining lines allow the user to enter a number, what I would like task is in the footer line power add up the figures in 22 columns and then multiple that by rank value for a total 1.

    Any help would be appreciated.

    Hi Steve,.

    for now, I'll send your pdf with the calculation script.

    You must use the following script in each column in the total field

    -Sterling is the objectname in the user input in column 1 in each row field

    -Various is the objectname in the user input in column 1 in each row field

    - ...

    Column $ = Sum(Row1[*].Sterling)* Row1.TTValue
    Columns $ = Sum(Row1[*].Other)* Row1.OtherValue
    Column $ = Sum(Row1[*].Banking)* Row1.BankingValue
    

    You understand that?

    You must use the [*] the repeated thing, in your, this is the Row1. You can see on the Row1 [0]... Row1 [1). And your amount, for example 4 oder 7.50 needs a static cross reference by column.

    I hope I could help?

    Mandy

  • Update column using a calculation based on a query

    Hello

    I need to update an empty column, that I created in my table. I created a query that returns the variables I need in the calculation, but I don't know how to link.

    This query works very well.
    Select z.seq_no
    , z.Day_X
    , z.Day_Y
    , x.Night_X
    , x.Night_Y
    
    from
    
    (select seq_no, ga.centre_x Day_X, ga.centre_y Day_Y
    from MICHAELC_Nov_01_final ff, rbn_gis_area ga
    where ff.day_addr_code = ga.sp_code) z
    
    ,(select seq_no, ga.centre_x Night_X, ga.centre_y Night_Y
    from MICHAELC_Nov_01_final ff, rbn_gis_area ga
    where ff.risk_addr_code = ga.sp_code) x
    
    where z.seq_no = x.seq_no
    What I'm asking, is my column called Distance_to_work be calculated as follows:
    Distance_to_work = (100 * sqrt (power ( (Day_X - Night_X), 2) + power ( (Day_Y - Night_Y), 2)))
    That's what I tried without success:
    UPDATE MICHAELC_Nov_01_final ff
    SET
    
    Distance_to_work = (select (100 * sqrt (power ( (Day_X - Night_X), 2) + power ( (Day_Y - Night_Y), 2)))) 
    
    from
    
    (Select z.seq_no
    , z.Day_X
    , z.Day_Y
    , x.Night_X
    , x.Night_Y
    
    from
    
    (select seq_no, ga.centre_x Day_X, ga.centre_y Day_Y
    from MICHAELC_Nov_01_final ff, rbn_gis_area ga
    where ff.day_addr_code = ga.sp_code) z
    
    ,(select seq_no, ga.centre_x Night_X, ga.centre_y Night_Y
    from MICHAELC_Nov_01_final ff, rbn_gis_area ga
    where ff.risk_addr_code = ga.sp_code) x
    
    where z.seq_no = x.seq_no) w
    
    where ff.sp_code = w.sp_code
    Any help would be appreciated.

    Banner:
    Oracle Database 11 g Release 11.2.0.2.0 - 64 bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    "CORE 11.2.0.2.0 Production."
    AMT for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production

    Hello

    885178 wrote:

    ...  with Temp_table
    as
    (
    select 77317027 sp_code, 28.137 x_day, 28.244 x_night, -26.179 y_day, -26.092 y_night, 13.7905 distance_to_work  from dual
    union all
    select 57218000 sp_code, 30.897 x_day, 30.851 x_night, -30.022 y_day, -29.884 y_night, 14.54647 distance_to_work  from dual
    union all
    select 70406009 sp_code, 28.131 x_day, 28.192 x_night, -26.316 y_day, -25.837 y_night, 48.28685 distance_to_work  from dual
    
    )
    select *
    from Temp_table
    

    What is temporary_table? What is the role in this problem?

    with michaelc_nov_01_final2
    as
    (
    select 77317027 sp_code, 77317029 risk_addr_code, 77303000 day_addr_code, 1274799 seq_no, 13.7905 distance_to_work   from dual
    union all
    select 57218000 sp_code, 57271032 risk_addr_code, 57218000 day_addr_code, 1624223 seq_no, 14.54647 distance_to_work from dual
    union all
    select 70406009 sp_code, 77603008 risk_addr_code, 77301006 day_addr_code, 2240402 seq_no, 48.28685 distance_to_work from dual
    )
    select *
    from michaelc_nov_01_final2
    

    What is micahealc_nov_01_final2? Do you want to micahealc_nov_01_final be changed so that it's like micahealc_nov_01_final2? Can't you just after the desired results, like this:

    `  SP_CODE RISK_ADDR_CODE DAY_ADDR_CODE     SEQ_NO DISTANCE_TO_WORK
    ---------- -------------- ------------- ---------- ----------------
      77317027       77317029      77303000    1274799       13.7905765
      57218000       57271032      57218000    1624223       14.5464772
      70406009       77603008      77301006    2240402       48.2868512
    

    ?
    The above data, it is what michaelc_nov_01_final looks like after executing the MERGE statement below. Distance_to_work is exactly what it is in michaelc_nov_01_finalw, but looks like you're just rounded differently.

    The rbn_gis_area is created. There is a column called version and the latest version = 10. This will bring unique lines.

    There is no version column in the code above.

    with rbn_gis_area
    as
    (
    select 77303000 sp_code, 28.137 centre_x, -26.179 centre_y    from dual
    union all ...
    

    Also note that a sp_code may be day_addr_code as seen in the example above. SEQ No. is not unique. There is a column in michaelc_nov_01_final called cla_case which is unique.

    There is no column cla_case in the code above.

    with michaelc_nov_01_final
    as
    (
    select 77317027 sp_code, 77317029 risk_addr_code, 77303000 day_addr_code, 1274799 seq_no, '' distance_to_work   from dual
    union all ...
    

    What follows assumes that seq_no is unique:

    MERGE INTO       michaelc_nov_01_final          dst
    USING (
            SELECT       ff.seq_no
         ,       MIN (d.centre_x)     AS day_x
         ,       MIN (d.centre_y)     AS day_y
         ,       MIN (n.centre_x)     AS night_x
         ,       MIN (n.centre_y)     AS night_y
         FROM       michaelc_nov_01_final     ff
         JOIN       rbn_gis_area          d  ON   ff.day_addr_code   = d.sp_code
         JOIN       rbn_gis_area          n  ON     ff.risk_addr_code  = n.sp_code
         GROUP BY  ff.seq_no
    )                                 src
    ON      (src.seq_no     = dst.seq_no)
    WHEN MATCHED THEN
    UPDATE  SET     dst.distance_to_work  = 100 * SQRT ( POWER (src.day_x - src.night_x, 2)
                                                 + POWER (src.day_y - src.night_y, 2)
                                     )
    ;
    

    If only cla_case in your real of the table, and then use cla_case instead of seq_no above.
    I used a line of GROUP of to get (maximum) in src for each line of the dst. If you have a version column, you can use instead, or GROUP, just make sure that each line of the CBC (at most) corresponds to a line in dst.

  • Select different columns using union all

    I'm trying to select all the records of two table

    Select A, B, C from table1
    Union of all the
    Select A, B, D, E, F from table2

    I get results A, B, C columns but not D, E, F.

    What should I do to get all the columns in the result. as A, B, C, D, E, F

    Thank you
    SK

    Hello

    That's what you asked for:

    select         Total_Customer_Qty,  NULL AS Total_Supplier_Qty,  Item_number,  Org,item_id  from table1;
    union all
    select NULL AS Total_Customer_Qty,          Total_Supplier_Qty,  Item_number,  Org,item_id  from table2;
    

    I hope that's what you want, too.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

  • Organize text into columns using CSS?

    Hello guys, once again

    Another day another problem.

    This community has been really friendly and helpful with what I'm sure must appear to many to really just be problems so far, so I hope you can bear with me and help me once again!

    Basically, I design my page using CSS, and I came to the part where I would like to have 3 columns of text, fixed width, with a fixed difference between the two. With the help of my very limited knowledge and experience, I entered the code that I thought would work, but when I go to enter text more, is not jumping on a new line when it reaches the maximum width of the column, he continues on the same line and pushes the rest of the text throughout.

    How to solve this problem?

    I can't actually download my site until Monday, but I've included a few screen below which I hope will help.

    Thanks again guys.

    Text in columns:

    http://i51.Tinypic.com/2s9vyhg.PNG

    When I type even more, it does not remain in the column width:

    http://i55.Tinypic.com/dlno7b.PNG

    The code that I thought would work:

    http://I54.Tinypic.com/yjoed.PNG

    http://i56.Tinypic.com/2dax46c.PNG

    Try do # low-content like this.

    # low-content ul {width: 780px; overflow: hidden ;}}

    # low-content li {float: left; width: 200px; padding: 30px ;}}

    See if that helps.

  • A Collection of sorting with dynamic columns using a custom multi-column comparison function

    I need help and ideas on how to sort a ListCollectionView.  My problem is complicated by requirements - 3

    1. the values of column contain HTML tags which must be removed before the custom to strip HTML (use of compareFunction) sort

    2. the columns are dynamic, so dataField names are not known at compile time (need a unique compareFunction for all columns)

    3. the data is used in an AdvancedDataGrid, so multicolumn sorting is necessary

    I understood how to resolve any 2 of the 3 conditions.  However, I have difficulty taking care of all the 3 requirements.

    Any help or ideas would be greatly appreciated.  Thank you.

    Here's my analogy simplified your script.

    I have a set of fields that I get from a place:

    Var columnFields:Array = ["firstName", "lastName"];

    And I want to generate columns for these fields:

    Var columns: Array = [];

    For (var int index = 0; index< columnfields.length;="">

    {

    the col: AdvancedDataGridColumn var = new

    AdvancedDataGridColumn (columnFields [index]));

    and assign a custom comparison function that uses that

    columnField

    col.sortCompareFunction =?

    Columns.push (col);

    }

    ADG. Columns = column;

    I mean subclassing AdvancedDataGridColumn

    SerializableAttribute public class MyAdvancedDataGridColumn extends DataGridColumn

    {

    public void MyAdvancedDataGridColumn(dataField:String)

    {

    sortCompareFunction = mySortCompareFunction;

    }

    public void mySortCompareFunction (obj1:Object, obj2:Object,

    fields: Array = null)

    {

    in this function, you can use 'obj1 [dataField]'

    access the field for this column

    If (obj1 [dataField]<>

    Returns - 1;

    ...

    }

    }

    Then your just loop will look like this:

    Var columns: Array = [];

    For (var int index = 0; index< columnfields.length;="">

    {

    the col: AdvancedDataGridColumn var = new

    MyAdvancedDataGridColumn (columnFields [index]));

    Columns.push (col);

    }

    ADG. Columns = column;

  • Entre-Filtre on the column using calculated values of presentation-variable

    Hi all

    I would like to know if it is possible to filter a column with an entre-declaration using two calculations on an single variable of presentation in Oracle BI answers


    What I have:
    -OBIEE 10 g
    A line chart that shows the revenue over a period of several years: in 1999, there could be € 100,000 in 2000, it could be € 80,000,..., in 2009, it might be €95,000 and so on.

    What I want:
    Now, I would like to create a dashboard can quickly choose a given year, for example, 2006.
    The table should then display the data for the year given (2006-...) and two years more early (2004, 2005) and two years after the year (2007,2008) chosen.

    Example:
    If 2006 is chosen, then the data from 2004 to 2008 should be indicated in the table
    If 2000 is chosen, then 1998 to 2002 data should be included in the table.
    [...]

    What I did:
    -J' created the prompt, set its presentation to var_yearvariable.
    -J' then I created a filter on my years column, choose "between" in the drop-down list.
    -J' added two 'Variable-fields in the filter dialog', each filled with var_year and a default value.
    -J' tried to add a + 2 or - 2 in the field of variable expression, but (of course) has been a mistake.

    Thanks in advance and greetings from the Germany,
    Chris

    Edited by: user12288481 the 04.08.2010 13:18

    Just reverse the filter:

    @{var_year} {2009} BETWEEN "-Dates. "" Date ISO year '-2 AND "-Dates. "" Date ISO year ' + 2

    concerning

    John
    http://www.obiee101.blogspot.com/

  • Value of the column used as a column in the join

    We have three tables
    Product table          
    Pno     Pname     Htype1     Htype2
    101     ABC     Ltype1     
                   
    Loc Table          
    LocId      LocName Ltype1 Ltype2
                   
                   
    TransportTable          
    Tid     Ttype     LocId     
    I need to create the query like this
    begin
    
    select Ltype1 into v_type
    from Product 
    where Product = 101;
    
    for x in (select t.Tid,t.Lid 
                 from Loc l,Transport t
              where l.locid = T.locid
                    and t.ttype = 'l.'|| v_type ) --- Getting Problem when the column 
                           which is set in Htype1 in Product table to be used to join here
        loop
    Can you pls suggest/help me how to use the colum that is located in Htype1 in the Product table
    to be used in the cursor?

    Thank you very much

    Published by: user12093849 on August 2, 2010 06:32

    Published by: user12093849 on August 2, 2010 06:32

    Hello

    As Sven said, the paintings were not designed for a relational database. The longer term solution wouold be redisgn the tables of a relational database.

    The fundamental problem is that identifiers (such as column names) should be hardcoded in the query when compiling. You cannot use variables.
    You can use variables in the Dynamic SQL statements , where the application is not compiled until the time of execution. I find this easier to do in SQL * more, using the substitutuion variables, but you can do dynamic SQL in PL/SQL, too.

    Depending on the data types involved, something like that can work for you as well:

    SELECT     t.tid
    ,     l.lid
    FROM     loc          l
    ,     transport     t
    ,     product          p
    WHERE     p.product     = 101
    AND     l.locid          = t.locid
    AND     t.ttype          = CASE  p.htype1
                         WHEN  'Ltype1'     THEN  lytpe1
                         WHEN  'Ltype2'     THEN  lytpe2
                     END
    ;
    

    This is likely to be less effective than other alternatives.

  • change the column using the trigger

    Hello
    is there any possibility or a way around to change a LONG column in a trigger BEFORE INSERT and BEFORE UPDATE?
    the scenario is like this.
    Old DOS applications (this is why we must use LONG in the Oracle), they inserting a record in Oracle (9.2.0.8 - HP UX).

    They are inserting ASCII characters that must be converted properly by Oracle using REPLACE.
    But the problem is that I can not handle a long TIME in relaxation.

    We have set the Oracle Client and Server NLS_LANG by using the same character set ISO-8859-1.
    but in some sort the ASCII character has managed to go to the Oracle, and it had not stored in the database.

    Use change will take more time than making a cleaning trash in the database.

    Is there a way around that you think.

    OK, you have your problem:

    Check this box:

    SQL> create table t
    (
       user_id        number,
       user_account   varchar2 (10),
       user_status    varchar2 (1),
       user_message   long
    )
    /
    Table created.
    
    SQL> create or replace trigger t_trg
       after insert
       on t
       for each row
    declare
       l_new_long   long;
    begin
       execute immediate '
           declare
             l long;
           begin
             select user_message into l from t@loopback where user_id = :1;
             update  t@loopback set user_message = replace(l, ''Some'', ''Some other'') where user_id = :1;
           end;
              ' using :new.user_id;
    end t_trg;
    /
    Trigger created.
    
    SQL> insert into t  values (1,  'michael', 'Y',  'Some Message')
    /
    1 row created.
    
    SQL> select * from t
    /
       USER_ID USER_ACCOUNT USER_STATUS USER_MESSAGE
    ---------- ------------ ----------- --------------------
             1 michael      Y           Some other Message
    1 row selected.
    
  • Select the column using

    Hello

    I have a report with 4 columns, 'Year', 'Demand amount', 'Amount of the purchase order' and 'invoice amount.

    The user want to select "Amount of demand", "The purchase order amount" or "Invoice amount" in the drop down menu from the drop in the Oracle replies

    In other words, he wants to see only the year and "amount of demand."
    year or "amount in the purchase order.
    year or "amount of the invoice.

    How can I do? I already search column, select but did not understand. Please tell me in detail.

    Thank you

    Hello user.

    I advise to use the column picker in the responses.

    (1) build your table (or any other point of view) a year and the amount of the claim.
    (2) then create a view by using the choice of mode 'column selector.
    (3) check the checkbox 'Include the selector' for your column 'amount of demand. "
    (4) add the other two columns in the selection pane. Your view should look like the image below:

    ! http://i46.Tinypic.com/2gwyfso.jpg!

    5) go to your compound view and add your views 'column selector.

    You should now be able to Exchange "Amount of demand", "The purchase order amount" and "Amount of the invoice" using the column Chooser, and your other points of view should replace columns that you select.

    I hope this helps and please assign points if you found it useful!

    Kind regards
    Jason

Maybe you are looking for

  • How to change the Services Menu.

    Installed WordService to test. Ran very well but I have no reason to keep it. I removed all traces of it except, WordService choices that are listed in the preferences of Services. It does not hurt anything for them to be there, but if someone knows

  • Satellite T130 keeps restarting instead of close

    Just bought a laptop Toshiba Satellite T130 used pre-installed with Windows 7, and as we got him, he had a problem down. When I press Shut Down, it stops ok, all the lights go out as if it's just off and then a few seconds later, it starts again.I ca

  • EliteBook 8440p: Recover my windows series

    Hello I bought a 8440p with a friend here last week, I tried to restore the system from the F11 key at startup, but it seems that this key don't have any function, I googled and I found that I have to download HP protect tools and HDD decryp but with

  • New update BBM? Solved the problem of copy? None...

    Hello We waited more than 3 months for an update solve the problem that only the first line is copied, but it has not been resolved so far. Come on BB, you can do better than that. What was the last time it worked? Before 2 updates. What did the issu

  • Photoshop "in edit...". "no longer works for my DNG files

    OK, I have read many discussions on this topic and tried all the solutions given, but the option no longer works for me because I've updated both programs.Currently working on:Mac OSX 10.11.6CC 2015.6.1 the Photoshop Lightroom and Camera Raw 9.6Photo