name of the variable column for a source

Can I have a column name variable for a text box, such as this one source

Select (: P2_column_name) of the budget where id =: P2_id;

I get the: P2_column_name variable and not really the content of the column.
what I am doing wrong, thank you, Doug

Only works for reports. It sounded like you want to select in a correct form, update the value and then present at the table element?

Thank you

Tony Miller
Webster, TX

I cried because I don't have an office with a door until I met a man who had no cubicle.
-Dilbert

If you answer this question, please mark the thread as closed and give points where won...

Tags: Database

Similar Questions

  • Is it possible to rename the variable loop for I?

    I do a lot of work with 2D arrays.  Sometimes, it would be useful when browsing the tables for one of the index named i and the other named j.  Is it possible to change the name of the variable increment other than what actually in another variable?

    Thnaks.

    Hummer1,

    As already said, there is no way to change the image of the final iteration.  However, you can add a description to the wire.  Click with the right button on the wire, then select "Description and Tip", type the name/description you want in the box.  Now you can move your mouse over the wire, and the description will appear in the context-sensitive Help window.  I hope this helps.

    Chris M

  • When Outlook Express 6 detects emails from a name in the right column indicates the folder in which it is in. How can you tell which folder this folder is located in?

    Column of Outlook Express folder in find

    When Outlook Express 6 detects emails from a name in the right column indicates the folder in which it is in. How can you tell which folder this folder is located in?

    OE does not have the capacity to tell you where the folder is located in the folder hierarchy.  You can select different trees under local folders to find what subfolder is and what kind of tree it is under.  Unless folders.dbx is corrupted (which happens a bit), then OE will not create folders for you.  If folders.dbx is corrupt or not, I would suggest that you backup the files and the registry (see www.oehelp.com/OETips.aspx#6) before things become corrupt, because you seem to have a complex organization from your e-mail folders.

    Steve

  • Is it possible the reel with the variable column size?

    Hi, I'm queue to a CSV file with the following script (the SELECT real is different but similar, Oracle 10.2.0.3.0):
    SET COLSEP ';'
    SET FEEDBACK OFF
    SET LINESIZE 2000
    SET PAGESIZE 0
    SET TERMOUT OFF
    SET TRIMSPOOL ON
    SET VERIFY OFF
    
    SPOOL test.csv REPLACE
    
    SELECT 'COLUMN1', 'COLUMN2', 'COLUMN3' FROM dual UNION ALL
    SELECT 'value1', NULL, NULL FROM dual UNION ALL
    SELECT 'value2', NULL, NULL FROM dual;
    
    SPOOL OFF
    
    EXIT SUCCESS COMMIT
    Which produces the following output:
    COLUMN1;COLUMN2;COLUMN3
    value1 ;       ;
    value2 ;       ;
    Is it possible to get the following with the variable column size result
    COLUMN1;COLUMN2;COLUMN3
    value1;;
    value2;;
    I tried SET NULL "but I see no difference. Thanks in advance!

    Markus

    Hello

    SQL * Plus you button the output so that each column has a fixed length, which is exactly what you don't want.

    To get around this, concatenate all your data in a column VARCHAR2 fat with delimiters.

    For example, instead of

    SELECT    empno
    ,       ename
    ,       hiredate
    FROM       scott.emp
    ;
    

    Do something like

    SELECT    empno
    || ';' || ename
    || ';' || TO_CHAR (hiredate, 'DD-Mon-YYYY')
    FROM       scott.emp
    ;
    
  • Get the name of the variable

    Hello

    May be a simple question, but I can't understand how in fact.

    When I do this

    //--------------------

    var obj:Object = new Object();
    obj.test = 'My Test';

    for (var i: * in obj)
    trace (I + ":" + obj [i]);

    //--------------------

    The output is-> test: test my

    My problem is when I put an object inside the object

    //--------------------

    var obj:Object = new Object();
    obj.test = new Object()

    obj.test.secondTest = 'My Test';

    for (var i: * in obj)
    trace (I + ":" + obj [i]);

    //--------------------

    The output is-> test: [object Object]

    So no idea how to get the name of the variable instead of [object Object], like the first release, but with the second code. I have an object inside an object.

    Thank you

    The following approach will dig its way.  I've added other variables to the main object just for the sake of the demo...

    var obj:Object = new Object();
    obj.Test1 = "test string";

    obj.test = new Object();
    obj.test.secondTest = 'My Test';

    obj.test2 = new Object();
    obj.test2.secondTest2 = new Object();
    obj.test2.secondTest2.val = "test deeper."

    function traceObjectVars(obj_arg:Object):void {}
    for {(var i: * dans obj_arg)}
    If (typeof (obj_arg [i]) is' objects ' ') {}
    traceObjectVars (obj_arg [i]);
    } else {}
    trace (I + ":" + obj_arg [i]);
    }
    }
    }

    traceObjectVars (obj);

  • How to get the names of the table columns in the quick dashboard

    How to get the names of the table columns in the quick dashboard


    Thanks and greetings
    ------------------------
    Kishore P

    Make a prompt like:

    SELECT case when 1 = 0 then 'D0 time. " "" T02 by month name "other" 'D2 market' '. "" M04 region' ' the end 'Sample Sales' UNION ALL SELECT case when 1 = 0 then 'D0 Time. " "" T02 by month name ' else ' 'Time D0. "" T02 by month name ' ' the end 'Sample Sales.

    Put the name of column in single quotes.

    Make your rank as a function:
    Rank ('F1 income'. "" Recipes 1-01 (after all) "by @{pColumn} {'D0 time'. ({"" T05 annually name '})

    It works fine for me

    concerning

    John

    http://obiee101.blogspot.com

  • Retrieves the name of the variable

    Hello

    I'm trying to change the OpenG changed? Subvi (see below) so that he will write the new value of the variable sent to 'Variant' if changed on the disk (using the following config VI). To do this, I need to somehow extract the variable name of the variable (any type) which was connected to the entrance of variant of the changed? Sub - VI by VI calling so that I can use it as a key name. Is this possible? This information is still transmitted to the Subvi?

    If you use openg, there is a "Get the name of data" function that retrieves the name of the data passed in the Variant.

  • adding multiple files *.csv while retaining the original file name in the first column

    Hi guys Cela made some time.

    I am trying to add several *.csv files while retaining the original file name in the first column, the real data set is about 40 cases.

    file a.csv contains:
    1, line an a.csv
    2, line 2 in a.csv

    file b.csv contains:
    1, line a b.csv
    2, line 2 in b.csv

    result output.csv is:

    I would like this:
    a.csv, 1, the line in a.csv
    a.csv, 2, line 2 in a.csv
    b.csv, 1, the line in b.csv
    b.csv, 2, line 2 in b.csv

    Any suggestions to speed up my hobbling attempts would be aprieciated

    Thank you

    -SS

    What you could do is given in attachment.

    Started with 2 files:

    a.csv

    copy of a.csv

    Both with data:

  • How can I identify the name of the invisible file for a backup file successfully to an external hard drive USB2 separate? I use Windows Vista backup program (Service Pack 2),

    How can I identify the name of the invisible file for a backup file successfully to an external hard drive USB2 separate?  I use Windows Vista backup program (Service Pack 2), and I need to do backups plus two from other computers on the same external hard drive.  To do this, I think I would need to identify each backup file separate I know which file to specify if I need to do a restore.

    How can I accomplish this? The program does not seem to give me the ability to specify a file to which to write the backup during a given session files.  In addition, I do not understand why I can not see the file name in Windows Explorer - my files options are defined to be able to view hidden and system.  Would be grateful for any help you can provide, tonight if possible.   Best regards, Oliver for Norm

    Hello

    See this link:

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-and-restore-frequently-asked-questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-or-change-automatic-backup-settings

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-your-programs-system-settings-and-files

  • I want to get only year sysdate with my name of the defined column. but not able to get it.

    I want to get only year sysdate with my name of the defined column. but not able to get it.

    SQL > select to_char (sysdate, 'yyyy') as 'mahesh tyagi' from dual;

    Mahé

    ----

    2015

    SQL > select to_char (sysdate, 'yy') as 'Manu' from dual;

    my

    --

    15

    So I couldn't do 'Manu' or "mahesh tyagi" as the column name.

    The column name is "mahesh tyagi" is simply displayed it shortened to sqlplus due to the known values in the column length.

    create table year_test select to_char (sysdate, 'yyyy') "mahesh tyagi" double;

    year_test / / DESC

    You can change the way sqlplus displays the header of column with something like

    column "mahesh tyagi" format a15

  • Using for example the names of the Variables

    Hello

    I hope someone can help me understand the right way to do it. Basically, I have extracts of film enclosed programmatically that are attached in a loop, so the only way I can refer to names of the Instance is using a variable. I want to do what I can attach a createTextField for each clip instead of _root, which is what I do now, for example I am tring to do this:

    for (i = 0; i < 5; i ++) {}
    Clip2 = _root.attachMovie("A","A"+i,{_x:coordx,_y:coordy});)
    Variable-which-is-named-("A"+i)-here.createTextField("_TEXT"+i,depth,coordx+5,coordy+5,40, 30);
    }

    I hope that makes sense? If someone can point me in the right direction I'm not having any luck with google searches

    Best regards
    Tom

    You can use either:

  • bind the variable column of v$ sqlarea

    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    select to_char(sql_fulltext), bind_data from v$sqlarea where sql_id = '5fwm73ndv5pjp';
    TO_CHAR(SQL_FULLTEXT)                    BIND_DATA
    select vgal.GAFS_DISPLAY_LINE_CD
    from view_gafs_account_line vgal
     where vgal.ACCOUNT_ID =  :p1 and
     vgal.ACCOUNT_LINE_SEQ_CD =  :p2 and 
    vgal.ACCOUNT_TYPE_ID =  :p3 and 
    vgal.PROGRAM_SUMMARY_ID =  :p4     
    I'm not horribly v$ sqlarea. but there were some questions about the application executes a query and get
    no row is returned.

    I find the query in v$ sqlarea but I would like to know what are bind variables, but this column is null.

    This means that the query has been run with null for all bind variables?
    or bind variables not seized for any reason are any?

    v$ sql_bind_capture I bind the value of the variable

    SELECT
       a.sql_text,
       b.name,
       b.position,
       b.datatype_string,
       b.value_string
    FROM
    
      v$sql_bind_capture b,
    
      v$sqlarea          a
    
    WHERE
    
       b.sql_id = 'dpf3w96us2797'
    
    AND
       b.sql_id = a.sql_id;
    
  • A target table is in charge of two different sources but the same columns, but a source is one database and another in a flat file.

    We all hope you are doing well.

    I have a business problem to implement in ODI 11 G. It's here. I'm trying to load a target table from two sources that have the same column names. But a source is to the file format and the other is in the Oracle database.

    That's what I think I'll create two mappings in the same interface by using the Union between the sources. But I don't know how the interface would connect to different logical architecture to connect to two different sources.

    Thank you

    SM

    You are on the right track, all in a single interface. Follow these steps

    (1) pull model of your data in the designer of the source file and your table model target to the target pane.

    (2) all relevant columns map

    (3) in the source designer to create a new dataset and choose as the UNION join type (this will create a separate tab in the source designer pane)

    (4) select the new dataset tab in the source designer pane and pull your source oracle table data model in the designer of the source. All columns that are relevant to the target card

    (5) make sure that your staging location is set to a relational technology i.e. in this case the target would be an ideal candidate because it is where the ODI will organize the data from source two files and oracle and perform the UNION before loading to the target

    If you want to watch some pretty screenshots showing the steps above, take a look at http://odiexperts.com/11g-oracle-data-integrator-part-611g-union-minus-intersect/

  • Sort the existing column (for example: status) when the ColumnHeader click to grid VM

    Hello

    In Vsphere Webclient.

    Inventory-> grid VM:

    VMware provides a few existing columns, few are sortable such as name, State, etc on the click of columnHeader and few are not sortable.

    Is there a way to do an existing non-sortable column to the sortable?

    I wanted to do for the status"" column.

    Any help or suggestions will be much appreciated.

    Thanks in advance,

    Mayur

    If you want your newly added columns sortable, there is an example in the SDK which illustrates this.

    Please, look at the example of the chassisRackVSphere-ui .

                
                
                  com.vmware.samples.chassis.column.name
                  
                      
                        
                        #{name}
                        
                        
                            name
                        
                        
                        name
                        
                        name
                      
                  
                
    

    The sortProperty should allow sorting. And of course your back-end service that supports. In the example, it is the chassisRackVSphere-service.

  • "Se ' Essbase Error (1012010): name of the Variable Redeclare"

    For business rules, I am using a macro that I declared a variable (VAR SS_Room_alloc);. When I do a validation on the Macro it validates without problem. When I go to run the commercial rule I get the error message 'cannot calculate. "Essbase Error (1012010): name of Variable Redeclare [SS_Room_alloc].

    You need to declare the variable (VAR SS_Room_alloc ;) in the rule of business or you put it in the macro using the variable? I've declared the variable and used in the calculations of the macro.

    Or y at - it known issues using the VAR command in macros?

    Any thoughts would be greatly appreciated.

    Thank you!

    Robert

    Have you tried redéclarant the VAR in the host of HBR? It would be easy to test.

    Kind regards

    Cameron Lackpour

Maybe you are looking for

  • fingerprint on startup

    Hi all Could someone help me with this: I am a recent owner of the T440s (unfortunately with the LG Panel). I checked every single parameter of fingerprints, that I could find. I also tried older drivers and older versions of the Manager of fingerpri

  • Problem with LabVIEW 9.0f2 and VISA 5.0 on Mac OS x 10.6

    Hello I'm using MacOSX 10.6 and Labview 9.0f2. I installed the lates VISA (5.0.0) drivers, as they are the only support OSX 10.6. Now, I try to run the "basic series write and read" example and get the following error: Error 1073807343 has occurred t

  • Are files that have been permanently deleted from really deleted trash?

    What follows is of http://windows.microsoft.com/en-us/windows/permanently-delete-files-recycle-bin#1TC=windows-7, "To permanently remove files from your computer and retrieve any hard disk space they were using, you must delete the files from the Rec

  • Can I re - install Windows 8 in another computer?

    http://Windows.Microsoft.com/en-us/Windows/support LAPTOP , I PUT ON the COMPUTER WRONG CAN I re - DOWNLOAD AND PUT ON THE 1 I WANTED, ANOTHER laptop

  • Impossible to update Adobe CC 2014 - error code: 72

    I tried logging on to the computer as an Admin and I tried right click and run as administrator, two ways to give me "" error Code: 72 Contact customer service ""This user has Adobe CC 2014 and I try to update its applications to CC, 2015Thank you!