Union all not showing all columns of 2 Excel files

Hi
File Excel1.xls has 2 columns: first name and last name.
File Excel2.xls has 3 columns: first name, last name and middle name.
Why does "Union all" show only first and last names? I thought that it shows also the middle name. I see it by double clicking box
Union all. In box Union All Transformation Editor
I expect such a line:
Output column name: middle name
Union All Input 1: <#ignore>
Union All Input 2: middle name
Thanks!
gec

Hi,
I think you need to select <ignore> in union all input1 and select middlename in unionall input 2 and Type Middlename in Output Coulmn Name.
As Shown Below.
Hope this answer your question.
If it does mark this as answer please.
Regards
Kaushal

Similar Messages

  • Not showing the column name

    Hi
    I am using jdev 11.1.1.3
    .i i dragged an adf table from data control.it has got 3 columns.i changed the name of first column as Lang grades.when i run that it is showing the column name as lang grades.then in that table two fields r mandatory.so in the property inspector i put the show required as true.but after that on running it is not showing the column name as lang grades.there is only the star sign for showing the attribute as required only.

    Hi,
    not enough information. So from your description, a column that is not marked required on its cell renderer component is not displayed at runtime. I am not aware of such a problem and suggest to try a later version of 11g R1 (11.1.1.6) to see if this reproduces. This allows you to exclude a probelm with 11.1.1.3 only
    Frank

  • How to import all column heading of excel to oracle 6i forms(no rows).

    hello,
    I am new to oracle forms.
    There are so many links for importing and exporting data from forms to excel and excel to forms.
    But i want to import all column heading of excel to form (no rows). I am using forms 6i.
    please help me for the same.
    Thank You.
    Edited by: sam8682 on Apr 9, 2013 5:48 AM
    Edited by: sam8682 on Apr 9, 2013 5:50 AM

    Reading from any file is always done in a loop through the records. So, just loop only once. That will give you the first record only.
    If you have some code already you can modify it to something like:
    for i in 1..1 loop
    end loop;

  • The firefox icon shows on my desk top and in my task bar, but why does it NOT show in my list of Program files?

    My Firefox icons are showing and usable from the desktop and from the task bar; however, the Mozilla Firefox does not show in my list of program files. Why doesn't it show?

    Hello,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=troubleshooting&r=3&as=s#w_5-reinstall-firefox here].
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>
    Please report back to see if this helped you!
    Thank you.

  • Acrobat Pro "save as" function in the file menu does not show the current directory of the file

    I have installed CC but Acrobat Pro gives me headaches.
    The "save as" function in the file menu does not show the current directory of the file but something I have worked on in the past.
    It forces me to navigates through my hard disk for this very straightforward thing in normal conditions. I precise: Acrobat is the only software reacting like that.
    I use Windows7 professional 64bits.

    I use what seems to be the latest version available on the Cloud:
    To illustrate my point, I open a directory with explorer and double-click on the only PDF in there:
    So here it is, open:
    When I do a "Save as", it takes me to a totally different place on the disk!
    Very annoying...
    Thanks for your time!
    JJ

  • Pb! pics not showing in n85 gallery but in file ma...

    Hi!
    As it is writen in title, my pics not showing in n85 gallery but in file manager!
    I don't now if it is because I have uptdated till share online 4.
    I just have a blank screen with now pics showing. When I click on open, I just have white and grey icons with a boat in it but unable to open one.
    That's is really annoying as I bought this mobile phone for the multimedia advantages...
    Please need help!
    Thanks

    its either the presence of Share Online 4.0 or a firmware issue. the same thing happened with N78 until new firmware 20.149 rectified the problem of the thumbnails not displaying/displaying incorrectly. a new firmware should be on the horizon for N85 i'm sure 
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!
    Message Edited by adrianhughes on 04-Apr-2009 12:47 PM

  • Read a Column from an Excel file

    Guys,
    Is there a way I can read a specific column from an excel file, use that data to query and select data from a table and then insert the output into another column of that same excel file.
    Please advise! Thanks

    > Is there a way I can read a specific column from an excel file, use that data to query and select data from a
    table and then insert the output into another column of that same excel file.
    Not easily. An Excel file is typically in a proprietary binary file format. Perhaps saved using the new MS Office XML format.. which would be possible to process via Oracle's XDB.
    But assuming it is in a binary format, you need "something else" to read and parse that file for you - like ODBC or DDE or COM/DCOM, etc.
    Oracle supports Heterogeneous Database Services. On a Windows Server, you can create a database link in Oracle that uses an ODBC driver to connect to an ODBC data source. There are ODBC drivers for Excel. However, this requires the data in the worksheet to be properly marked as a data table. Or did last time I looked at it about 2 years ago.
    You can also call external "interfaces" from PL/SQL using EXTPROC - such interfaces can be DLLs. Which means you do have access to the Win32 API and application APIs from PL/SQL. This can be used to access the content of an Excel file - DDE for example can quite easily do this (you use it to peek the contents of an Excel grid location), but requires Excel to be running and that spreadsheet to be loaded. DDE can also be used to poke contents (write something back to a cell in a spreadsheet).
    But using Oracle code to use an Excel file as a kind of database file... that IMO does not make a lot of sense. At all.

  • To set a dropdown list for one column in the excel file before downloading

    Hi all,
    I am downloading an excel file which has the format of an internal table with a number of fields. I want to set a dropdown list for one column in the excel file. How can i do this?
    Thanks

    HI ,
    U can use function module " QINT_GET_EXCEL_DATA " ....
    and modify the excel sheet based on ur requirement ......
    Try this ...
    Hope it works
    Thanks
    Shambhu

  • Append time stamp as a column in an excel file

    Hi
    i want to add timestamp to the last column  of my excel file
    my data is this 
    columnA   columnB  column C  columnD
    temp10     temp11    temp12     timestamp       these are header name
    74.212     73.122     73.222      11AM:23:59.012
    73.444     73.223     74.322      11AM:24:02.083
    73.445     73.478     75.555       11AM.24:03.833
      and continue
    I can use write spreadsheet to have the three numeric tempdata but the last column formatted as time stamp and string 
    how do I add time stamp to my data and call the spreadsheet write VI to append to the excel file ?
    help
    Solved!
    Go to Solution.

    You have at least two possibilities:  One is to do the formatting yourself with string functions and write the data as a text file or an array of strings.
    Another is to convert the timestamp to a Double and save it as numeric data.  This is only useful if your are going to read the data back into LV and analyze it there, because Excel's numeric representation of date and time is different from that used by LV.
    Lynn 

  • Validating the first two columns of a excel file when importing?

    Hi everyone,
    I have an excel file in the presentation server which has to be uploaded into prog.First the user adds a additonal column in the excel file.
    For example the excel file is intially in this way,
    col1 col2 col3 col4 col5
    Now the user adds one more column 'colx' in the excel sheet and he will upload it into the prog.Before uploading programatically we have to validate that the first two columns of the excel file should be col1 colx(the newly added one).How can I do it?
    Any suggestions please?
    Thank you.

    Hi gopi,
    Thanks for the reply.
    I have one more problem.Now in the excel file I may have only 5 columns in the future it may have more than that.So the internal table which will hold the uploaded values from excel file should be dynamic.I can't declare the internal table with 5 or 6 columns like that.If the user adds some columns in the excel file and upload it,the internal table should hold these columns also.
    i hope u understood my requirement.Can u give me any ideas.If u have any sample code for this kind of requirement.
    Thank you.

  • Times ten not showing the column alias as column header in select query.

    Hi All,
    I am trying to execute following queries on TimesTen database 11.2.2.2.0.
    SELECT ROWNUMBER,
    floor((to_date(TO_CHAR(SYSDATE,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss')-to_date(TO_CHAR(starttime,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss'))*24)
    || 'h '
    || mod(floor((to_date(TO_CHAR(SYSDATE,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss')-to_date(TO_CHAR(starttime,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss'))*24*60),60)
    || 'm '
    || mod(floor((to_date(TO_CHAR(SYSDATE,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss')-to_date(TO_CHAR(starttime,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss'))*24*60*60),60)
    || 's' TIME_DIFFERENCE
    FROM
    (SELECT ROW_NUMBER() OVER (ORDER BY USERIDENTITY DESC) ROWNUMBER,
    u.*
    FROM TBLMCORESESSIONS u
    WHERE 1=1
    ) B
    WHERE ROWNUMBER BETWEEN 1 AND 5
    and I am getting the follwing output.
    ROWNUMBER,
    < 1, 8h 52m 34s >
    < 2, 8h 54m 24s >
    < 3, 8h 54m 13s >
    < 4, 8h 55m 6s >
    < 5, 8h 54m 40s >
    The issue is I should get TIME_DIFFERENCE as column header but it is not showing TIME_DIFFERENCE as the column header & it is calculating the value just fine .
    & if same query I execute on oracle 11g database every thing works fine.
    please suggest me something that column header is must.
    or suggest me any other for query
    Edited by: hiaditya04 on Apr 24, 2012 11:05 AM

    Hi,
    It is similar to bug which is raised in Timesten 11.2.2.2.. BUG 13896607 - COLUMN NAME MISSING FROM A VIEW IN TIMESTEN 11.2.2.2 . If you have MOS access then you can view about this bug. The bug is going to be fix in the future release. The bug basically indicates that we are not displaying the column name properly when select list contains complex expressions. The column itself can be accessed and values are displayed correctly.
    Regarding your issue "column TIME_DIFFERENCE not found" , I would suggest you to access the column by position, not by name like below
    I believe you are trying to access your column like below
    resultset.getString(“TIME_DIFFERENCE”)
    Instead of this you can use : -- resultset.getString(2) ( this position should based on the position of the column you are using in the query)
    Hope this helps.
    Regards
    Rajesh

  • Edit/Display form does not show site columns after upgrade

    https://social.technet.microsoft.com/forums/sharepoint/en-US/580111d4-72ca-4193-87ab-1dfd6082fa88/document-set-library-column-not-showing-up-on-edit-form
    Hi all,
    I don't think this is related to the above question, but the linked "solution" is as good as I can come up with, however it looks like its possible that ALL the libraries in the collection are suffering the same situation...
    WHATS HAPPENING:
    our site was migrated to 2013 from 2010 from 2007 and is running in compatability mode around 6-18 months ago. I'm pretty sure the old system is gone too - database backups might be obtainable... not sure.
    There are a bunch of "site columns" that are used consistently across the collections libraries (there seems to be a general avoidance of "content types", don't ask me why, I don't know, I also don't know what would be involved in moving
    them all to content types as many of the sites "views and webparts" use the content type columns to surface things all over the place, so I suspect it would be a big job), but folks have recently noticed that some documents are missing from various
    pages (webparts that are gathering documents from these columns values).
    But the problem is that it seems that since the update most (all?) of the document libraries NO LONGER enforce the requirement and litterally only show "name*", and "title" in display and edit properties...
    Any ideas on how to get things back to showing the "proper" forms (I can only guess what this was from documentation and screenshots and general guessing based on the "commonness" of the columns in question)? Or is there a way to merge
    or migrate "columns" to content types in some way that is either "collection wide" or non-breaking?
    ANY assistance would be greatly appreciated!

    So just to be sure are you saying that '2010 compatabilty mode' is causing these issues?
    Just to be SUPER clear from my end this is what I'm seeing as an example;
    For a collection
    with site columns
    many but not all lists
    many but not all list items
    --> are missing valid data in the site columns that have been registered for that list.
    sample:
    name          modified by    doctype     department
    item1.docx   username   <blank>  <blank>
    item2.docx   username    WorkInstruction    Planning
    if you click "edit properties" you are presented with ONLY the (I'm guessing) content types fields (eg: for Document you get Name and Title) and NONE of the other fields that should be specified.
    However if you hit "save" you can see that the data in these fields returns to the "list view" (however it does not re-enable these fields from being active in the View/Edit properties pages).
    Is this something that can be fixed? Or are you saying that we need to backup the DB and restore to a FULL version (not in compatability mode) of SharePoint2013? Or are you saying we need to revert to our PRE update backup and do something?
    Its been many months since thsi upgrade was done and the system has changed a lot, so you can imagine we are reluctant to loose much of these changes...
    Bazinga!

  • Relational Diagram not showing Views column alias (R3.3)

    This seems to be a change as well? When I build views I often alias the columns in the view query builder. I would like the diagram to show those alias names rather than the name of the underlying column. Otherwise I have to look at the DDL to see if I got the names the way I want them.
    In previous version I thought it showed me the alias (I could be wrong?)

    Hi Kent,
    I logged a bug for that. It was added support for view header and unfortunately alias was lost.
    here is a script you can use to copy alias to header alias. If you have header alias for all columns then header will be included in generated DDL for that view.
    Philip
    views = model.getTableViewSet().toArray();
    for(var i=0;i<views.length;i++){
         cols = views.getElementsCollection().toArray();
         for(var k=0;k<cols.length;k++){
              col = cols[k];
              if("".equals(col.getHeaderAlias()) && !"".equals(col.getAlias())){
                   col.setHeaderAlias(col.getAlias());
                   views[i].setDirty(true);

  • Data is not showing in Column

    Hi experts,
    I have two Fact Tables F1 and F2 and both having the join with Dimensions D1,D2.
    when i pick the data from D1,D2 and measure from F2 and F1 then the report is runnug fine. but when i pick data from D1,D2 and some character from F2 and measure from F1 . then the column from F1 does not showing any data.
    Please suggest.
    S

    This is expected behaviour from the BI Server. F1 doesn't know how to aggregate over the character column from F2.
    There are two solutions.
    1) Add an aggregation rule to the character column of F2.
    If this is not what you want:
    2) Create a logical dimension for the character column of F2. Create a hierarchy for this new dimension. Set the logical level of measure F1 to grand total level of new dimension.

  • Summary Links web part not showing correct column number

    Here is my scenario. I have a simple two server dev farm that is using a snapshot of production data. I have migrated the 2010 content db over and everything is running fine. One quirk I have noticed is with the summary links web part. If I add the webpart
    to a page, in the configuration settings for the webpart you can create named groups and the next setting is how many columns you want the links to appear in. When I select lets say "4" columns, and I create four groups. When I save and check in
    the web part only shows "3" columns instead of 4. 
    For Example. 
    I create groups: Group 1
                              Group 2
                              Group3 
                              Group 4
    In the webpart configuration I select "display number of columns" = 4
    When I save that setting and look at the web part the groups will appear as:
     Group 1             Group 2                    Group 3
    Group 4
    when in reality if the column setting is = 4, I would expect: 
    Group 1      Group 2      Group 3      Group 4
    So it appears it is behaving as if whatever column number you select, what is displayed is N-1. 
    Has anyone else had this happen in SharePoint 2013? The same webpart doesn't behave this way in the 2010 production environment where dev gets its content. Any help would be great. 
    Thanks,

    Hi againeyuga,
    Yes, I have tested in my SharePoint Server 2013 with December 2013 CU  and it  works fine. For your environment, I recommend  you install the SP1 update.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

Maybe you are looking for

  • Do I need a a/c usb adapter for my shuffle?

    when i plug in my new shuffle it shows up in iTunes and will load songs and all but doesn't seem to want to charge. Does this mean I need a wall outlet plug in adapter or is the battery just dead? I already tried restoring it. Please help!

  • OC4J  instance doesn't start automatically on boot.

    I've installed 9iAS 9.0.2 on a Win2K advanced Server machine. However the OC4J instances don't startup automatically on boot and I have to start them up manually using the Enterprise Manager. Is there any way to make them start up automatically?

  • Where can i download migration assistant for mac os 10.4.1.1 update

    Where can i find the migration assistant upgrade download for a mac OS 10.4.1   I am trying to copy files from Mac 0sx 10.4.1.1 to a new mac

  • Portege R600 (PPR61E) - How to disable WLAN in BIOS?

    Hi, I have a Toshiba Portege R600, model number PPR61E with BIOS version 1.50. I want to be able to disable Wireless in the BIOS. This should be possible because the option exists on page 2 of the Bios screen under 'PCI LAN'. It is greyed out, howeve

  • My Oracle AS HTTP_Server cannot start now !

    I use command './opmnctl startall' to start My My Oracle AS Server, But it didn't work now. step 1 $ ./opmnctl status Processes in Instance: ias.c.abc.net --------------------------------------------------------------+--------- ias-component | proces