Column name missing from a View

I tried to create a view based on another view but the column header is missing from the view.
The view was create with the following statement:
create view TEST.MDQ_VU_TEST2 (FXT_BANKCODE, FXT_FCY, FXT_FXINDICATOR, SUMFXT_FXFCYAMT, SUMFXT_FXLCYAMT, CASESTMT) as
SELECT MDQ_VU_POS.FXT_BANKCODE,
MDQ_VU_POS.FXT_FCY,
MDQ_VU_POS.FXT_FXINDICATOR,
MDQ_VU_POS.SUMFXT_FXFCYAMT,
MDQ_VU_POS.SUMFXT_FXLCYAMT,
ROUND( CASE WHEN (MDQ_VU_POS.CCY_BASE_CURRENCY = '1')
            THEN CASE WHEN (MDQ_VU_POS.SUMFXT_FXFCYAMT = 0)
                      THEN MDQ_VU_POS.SUMFXT_FXFCYAMT
                      ELSE MDQ_VU_POS.SUMFXT_FXLCYAMT / MDQ_VU_POS.SUMFXT_FXFCYAMT
                 END
            WHEN (MDQ_VU_POS.CCY_BASE_CURRENCY <> '1')
            THEN CASE WHEN (MDQ_VU_POS.SUMFXT_FXLCYAMT = 0)
                      THEN MDQ_VU_POS.SUMFXT_FXLCYAMT
                      ELSE MDQ_VU_POS.SUMFXT_FXFCYAMT / MDQ_VU_POS.SUMFXT_FXLCYAMT
                 END
            ELSE 0
       END, MDQ_VU_POS.CCY_FXDECIMAL_PLACES) CASESTMT
FROM TEST.MDQ_VU_POS;The view is created successfully, but the last column name does not appear as show below
View TEST.MDQ_VU_TEST2:
  Columns:
    FXT_BANKCODE                    VARCHAR2 (12) INLINE NOT NULL
    FXT_FCY                         VARCHAR2 (3) INLINE NOT NULL
    FXT_FXINDICATOR                 VARCHAR2 (1) INLINE NOT NULL
    SUMFXT_FXFCYAMT                 NUMBER NOT NULL
    SUMFXT_FXLCYAMT                 NUMBER NOT NULL
                                    NUMBER NOT NULLAnyone knows why TimesTen unable to get the alias name for that particular column ?
Thanks is advance.
Regards,
Gary

Thanks Gary - I tried it on 11.2.2.2.0 64bit on Linux x86/64 but it again succeeded for me. That's probably due to my mocked up base table versus your real world definition.
Would you be able to open an SR so we can investigate this properly? We'd need:
ttCapture off the instance (so we get the correct DSN definition)
base table and indexes SQL definition - a ttSchema taken off the datastore would suffice.
Thanks.

Similar Messages

  • How to get column names for a specific view in the scheme?

    how to get column names for a specific view in the scheme?
    TIA
    Don't have DD on the wall anymore....

    or this?
    SQL> select text from ALL_VIEWS
      2  where VIEW_NAME
      3  ='EMP_VIEW';
    TEXT
    SELECT empno,ename FROM EMP
    WHERE empno=10

  • Please help me I am not seeing Database table column names in field explorer view

    Hi,
    I am developing a crystal report using eclipse and sql server. After creating connection, when i drag and drop tables, The table name and its columns should apper in field explorer view. Then we drag the columns onto crystal report. Unfortunately I am just  seeing only table names but not column names in field explorer view. Could anyone help me?
    After downloading eclipse I have plugged in the crystal report using the following instructions
    1. Click on the Help menu, and then Software Updates > Find and Install... to open the Install/Update wizard.
    2. Select Search for new features to install and click Next.
    3. Click the New Remote Site button. This will launch the New Update Site wizard
    4. Type the Business Objects Updsate Site for the Name field and the following for the URL: http://www.businessobjects.com/products/dev_zone/eclipse/
    5. Click OK to complete the wizard.
    6. Enable the newly created Business Objects Update Site checkbox as well as the Callisto Discovery Site (which should appear by default with Eclipse 3.2) and click Finish.
    Expand the Business Objects Update Site node and enable the Crystal Reports for Eclipse 1.0.0v555 checkbox.
    8. Expand the Callisto Discovery Site and click the button "Select Required". This will automatically select the required Eclipse features necessary to successfully install Crystal Reports for Eclipse.
    Thank You
    Rajavardhan Sarkapally

    Now we have a lot of views which select data from the tables, but I need to get the "Table Column Name" that is linked in the view.
    If you are using SQL Server 2012/2014, then you can use
    sys.dm_exec_describe_first_result_set (Transact-SQL) to gte the informations.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to use the column names generated from Dynamic SQL

    Hi,
    I have a problem with Dynamic SQL.
    I have written an SQL which will dynamically generate the Select statement with from and where clause in it.
    But that select statement when executed will get me hundreds of rows and i want to insert each row separately into one more table.
    For that i have used a ref cursor to open and insert the table.
    In the select list the column names will also be as follows: COLUMN1, COLUMN2, COLUMN3,....COLUMNn
    Please find below the sample code:
    TYPE ref_csr IS REF CURSOR;
    insert_csr ref_csr;
    v_select VARCHAR2 (4000) := NULL;
    v_table VARCHAR2 (4000) := NULL;
    v_where VARCHAR2 (4000) := NULL;
    v_ins_tab VARCHAR2 (4000) := NULL;
    v_insert VARCHAR2 (4000) := NULL;
    v_ins_query VARCHAR2 (4000) := NULL;
    OPEN insert_csr FOR CASE
    WHEN v_where IS NOT NULL
    THEN 'SELECT '
    || v_select
    || ' FROM '
    || v_table
    || v_where
    || ';'
    ELSE 'SELECT ' || v_select || ' FROM ' || v_table || ';'
    END;
    LOOP
    v_ins_query :=
    'INSERT INTO '
    || v_ins_tab
    || '('
    || v_insert
    || ') VALUES ('
    || How to fetch the column names here
    || ');';
    EXECUTE IMMEDIATE v_ins_query;
    END LOOP;
    Please help me out with the above problem.
    Edited by: kumar0828 on Feb 7, 2013 10:40 PM
    Edited by: kumar0828 on Feb 7, 2013 10:42 PM

    >
    I Built the statement as required but i need the column list because the first column value of each row should be inserted into one more table.
    So i was asking how to fetch the column list in a ref cursor so that value can be inserted in one more table.
    >
    Then add a RETURNING INTO clause to the query to have Oracle return the first column values into a collection.
    See the PL/SQL Language doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/returninginto_clause.htm#sthref2307

  • Text missing from vertical view- Ibooks Author product

    I made a book in ibooks author.  In the horizontal view, it looks perfect.  In the vertical view, large chunks of text are missing from the book semi at-random.   If I attempt to insert the missing chunks of text into the vertical view, then when I switch back over to the horizontal view, I just get repetition where the text shows up twice.   That means it is impossible to make the book look good both horizontally & vertically.  Any idea how to solve?

    Remember, layout in landscape and edit content in portrait.
    Check in both.
    If you like, you can disable Portrait in the Inspector.
    For details on working w/iBA, see the built in Help and
    Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do 

  • Business Partner Name missing from ACH Payment File

    We are trying to send a payment on a loan to a business partner via an ACH file.  When the file is created, the payee name is missing from the ACH File.  It runs perfectly in our developement client, but not in production.  I can not seem to find any differences between the the two clients.  Can someone point me in a direction that I can look to get the Payee into the ACH File?

    Hello Wayne,
    What type of payment files do you use and for which country?
    Regards,
    Endre

  • Error in uploading BDC Models (Server name missing from URL in Property wcfmexURL)

    Hi,
    We are using multiple Dialogue Instances in DUET Enterprise.
    Problem: Before we did the Reverse Proxy Configuration for App Servers, Our BDC Models got imported in SharePoint Successfully (Correct WSS Setup and STS Urls) but After doing the Reverse Proxy Configurations, when we regenerated the BDC Models, apparently Server Name is missing from URL of the Propoerty "wcfmexurl".
    Below is the Error Text:
    [ERROR] The LobSystem (External System) / LobSystemInstance (External System Ins
    tance) Property with Name 'WcfMexDocumentUrl' has an invalid value 'https/sap/bc
    /srt/wsdl/bndg_CF37C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy
    /document?sap-client=400'.
        Error was encountered at or just before Line: '65' and Position: '20'.
    Failed to import model: Role
    [ERROR] The LobSystem (External System) / LobSystemInstance (External System Ins
    tance) Property with Name 'WcfMexDocumentUrl' has an invalid value 'https/sap/bc
    /srt/wsdl/bndg_CE38C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy
    /document?sap-client=400'.
        Error was encountered at or just before Line: '42' and Position: '20'.
    Failed to import model: UserRoles

    Hi Holger,
    Thanks a lot!
    This Error is gone after implementing the Note. Now the generated BDC Models have the correct URL for wcfmexURL property.
    now we have the Following Error:
    [ERROR] Error loading URL 'https://sapbwX.srv.XXX.com/sap/bc/srt/wsdl/bndg_92
    38C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy/document?sap-cli
    ent=XXX'. This normally happens when URL does not point to a valid discovery doc
    ument, service description, or XSD schema.
        Error was encountered at or just before Line: '48' and Position: '20'.
    Failed to import model: Account
    For this Error, our SharePoint Administrator is checking below Steps.
    1.    1) Open “wcfmexDocumentUrl” URL in the browser and copy all SSL certificates (including Root Certificates) to a file. Then import these certificates in the Trust Relationships section. Then try the import of the BDC Models
    2.   
    2) 2) Verifying Your server uses a virtual hostname and all the configuration (e.g. SSL certificate) is done for this virtual hostname. Also the URLs that are created and used in the BDC model are Same virtual hostnames, but not the ones from the physical server.
    3.  3)Re-verify SAML Authentication type and transport security at SAP.
    4) 4) Browse WSDL at SharePoint Server and verify “WSP:Policy”  and in WSDL make sure that it contains an entry:
    <sp:RequestSecurityTokenTemplate>
    <wst:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey</wst:KeyType>
    <wst:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</wst:TokenType>
    </sp:RequestSecurityTokenTemplate>
    I will update the Results after these checks!
    Thanks,
    Saumil

  • Connection Pool Name Missing from Drop Down when Creating a New Datasource

    Hi All,
    I'm running Weblogic Server 8.1. I've successfully created a connection pool for DB2 using the Non-XA JDBC driver from IBM (Version 7.1). When I attempt to create a datasource for this pool and un-check the "Honor Global Transactions" checkbox, the connection pool is missing from the dropdown on the next page of the wizard. If I check the checkbox, the connection pool appears in the list.
    I experience this behavior on one instance of Weblogic Server, but not on another (I can see the pool whether or not the check box is checked).
    Is there some setting on the connection pool that could cause this behavior?
    Any help would be appreciated.
    Thanks,
    Steve

    Steven Grant wrote:
    Hi All,
    I'm running Weblogic Server 8.1. I've successfully created a connection pool for DB2 using the Non-XA JDBC driver from IBM (Version 7.1). When I attempt to create a datasource for this pool and un-check the "Honor Global Transactions" checkbox, the connection pool is missing from the dropdown on the next page of the wizard. If I check the checkbox, the connection pool appears in the list.
    I experience this behavior on one instance of Weblogic Server, but not on another (I can see the pool whether or not the check box is checked).
    Is there some setting on the connection pool that could cause this behavior?
    Any help would be appreciated.
    Thanks,
    SteveI can't reproduce this on 8.1sp5...
    I would have you compare the JDBCConnectionPool entry
    between the two instances.

  • Column Name missing

    This gets the alv to popular without any errors but the column names are blank on top. Any ideas?
        CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
          EXPORTING
            i_program_name         = sy-repid
            i_structure_name       = 'ZFI_CONTRACT'
            i_inclname             = sy-repid
          CHANGING
            ct_fieldcat            = it_fieldcat
          EXCEPTIONS
            inconsistent_interface = 1
            program_error          = 2
            OTHERS                 = 3.
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program = 'ZFAP008Q'
            it_fieldcat        = it_fieldcat[]
          TABLES
            t_outtab           = wa_zfi_contract
          EXCEPTIONS
            program_error      = 1
            OTHERS             = 2.

    make your own description...
    read your field catalog table with field names and popoulate the descrption manually:
    READ TABLE g_fieldcat_tab INTO w_fieldcat_tab WITH KEY fieldname = 'PS_PSP_PNR'.
    if sy-subrc eq 0.
    w_fieldcat_tab-ref_tabname = <table name> like vbak vbap...
    w_fieldcat_tab-ROUNDFIELDNAME = vblen posnr etc...
    endif.
    or
    READ TABLE g_fieldcat_tab INTO w_fieldcat_tab WITH KEY fieldname = 'POSNR'.
    if sy-subrc eq 0.
    w_fieldcat_tab-SELTEXT_L = 'Sales Document Item'.
    w_fieldcat_tab-SELTEXT_M = 'Item'.
    w_fieldcat_tab-SELTEXT_S = 'Item'.
    endif. "keep going for all fields..
    Edited by: J@Y on Feb 10, 2009 10:51 AM

  • Getting column names empty from MS Access database

    Hi,
    I have MS Access intalled in my desktop.I am using aveConnect jdbc driver to connect to MS Access database.
    I am trying to retrieve all the table name and column names of respective tables .
    But when i get column name as empty string when i try to retrieve the column name of a table.
    here is the sample code i use.
    I am getting the column count of a particular table and type of the column.
    It would be nice if some could help me .
    ResultSet ColumnData = meta.getColumns(null, null, "TBLACCOUNT", null);
                   System.out.println( "ColumnData:" +ColumnData);
                   if (ColumnData!= null) {
                        System.out.println("ColumnData not null");
                        ResultSetMetaData rsmd = ColumnData.getMetaData();
                        int columnCount = rsmd.getColumnCount();
                        String columnName = rsmd.getColumnName(1);
                        String columnType = rsmd.getColumnTypeName(1);
                        System.out.println("columnCount is " +columnCount);
                        System.out.println("The name of the first column is: " +columnName);
                        System.out.println("The data type of the first column is: " +columnType);
    thanks
    sheeba

    You're here in a JDBC forum, not a SQL forum. I suggest you to start learning SQL and come back once you have JDBC issues.
    Here is a list of links to all SQL tutorials available on the Internet.
    http://www.google.com/search?q=sql+tutorial

  • Image missing from design view

    Hi. In DW CS4 on XP.
    I have an image that is missing in my design view from DW. It shows up in the live view, but when I select it I cannot get the option to change the image.
    I do not want to change the image in the code. It is not loading my new picture under the same filename for some reason.
    I have all the visual aids shown except the first 2 listed: CSS layout backgrounds & box models.
    I tired selecting all over the table this page is designed in. I cannot seem to select that picture missing. Right now it is a missing link & usually I am able to click the missing link box. I even tried opening it up in DW 8, but I am not even able to select the box, but at least I see it.
    Please help if you can.
    Thanks.

    I would have said "Try renaming the folder containing the images in Rh's Project Manager. That sometimes fixes the problem. You can revert to the old name afterwards."
    Keeping all the images, and / or topics, in the root is never a good idea. It can slow things down and it's messy.
    You can move the images you can see but obviously you cannot move the others. Try moving a topic that has one of the images to a different folder and see if that refreshes. Also try deleting the CPD file and reopening Rh.
    Backup first.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • File dates and names missing from library

    I have recently had my hard drive replaced and started afresh. My old copy of iPhoto library downloaded photos into separate files by date order and showed the roll name I assigned. I could click on a little arrow on the left to show or hide the photos.
    In case this is relevant - when I got my computer back it didn't have iPhoto on it (just about everything else was there, such as iTunes, etc) so I put my disc in again and downloaded iPhoto from the disc. Now all photos go into the library and automatically sort into year files, but they are not organised into separate roll dates and I cannot hide the photos any more and just show a list of roll names.
    I tried downloading iPhoto_715.dmg, but this message appears "An eligible iPhoto application was not found in the location /Applications."
    Sorry I am not really very computer literate and just don't understand what is going on.... any help would be greatly appreciated.
    Thanks, Linda.

    Have you explored the options under the View menu?
    I tried downloading iPhoto_715.dmg, but this message appears "An eligible iPhoto application was not found in the location /Applications."
    To upgrade to a later version of iPhoto requires that you purchase the relevant iLife package.
    Regards
    TD

  • How to change the column name of Data Entry View of CAT2?

    Hi experts,
    The requirement is to change the name of one of the columns in the Time Sheet: Data Entry View appearing on execution of t-code CAT2. What should be the procedure to do the same?

    I came across the thread
    CAT2 Worklist enhancement.
    which aims to do the same. Does this method work? How is the problem mentioned in Step 5 of the final post to be resolved?

  • My mail subfolders are missing from the viewing pane, but available from inbox drop down menu. How do I get them back in the viewpane?

    After a restart, all of my mail subfolders are gone from the side view pane. I can pull them down individually from the 'inbox' drop down menu. How do I get them back into the sidebar so I can sort mail out of the inbox?

    No anti virus software running as far as I am aware, as in I didn't launch any before reinstating the search email function.
    I was running a folder repair function on my inbox (which seemed to complete successfully for the emails in the inbox) when I noticed the majority of the mail folders had disappeared.

  • Topics missing from link view and topic references

    I am using RoboHelp X5 and have come across situations where
    I have a URL, and all of the topics that link to it do not display
    in link view, in the Show Topics References option, or in the
    External Topics report. I want to know if there is an easy way to
    correct this so I can see every topic that links to a particular
    URL.
    For example, I have a link to www.adobe.com that is
    referenced in the TOC and 5 different RoboHelp topics. After I
    initially set up all the links, all 5 topics show in link view from
    www.adobe.com. In topic references, the TOC also appears. Then a
    few days or weeks later, I try to view the links again, and some or
    all of them no longer appear. If I display the link in link view or
    right click and select Topic References, it may only show me the
    reference to the TOC. If I remove it from the TOC, it no longer
    appears as a URL at all. But it is still actually used in 5 topics.
    Also, if I know it is linked from topic A, I could go in and edit
    topic A and save. Then www.adobe.com will show up as a link in the
    URL list again, and topic A will appear again in link
    view/references. But I don't necessary know all of the topics that
    link to it, and if I am trying to remove it from the entire
    project, or change the URL, that becomes a problem.
    I hope this makes sense and if anyone can help, I would
    appreciate it!
    Chris

    Repair the broken links, create a zipped backup of the project, then delete the CPD file before reopening.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Weird behavior in assigning requirement pattern (audit graduation)

    Hello, I have the following setup: On the SC i have filled infotype "Requirement Catalogs (1778)" with a Requirement Catalogs and Requirement Catalogs for audit type 1000. I've also marked it as a "Main catalog". Requirement Catalogs: VAHO Version: 2

  • Jxl -need help to solve error generated while using createWorkbook() method

    I need to copy a template excel file(template will hold the file name) to another new generated excel file (book.xls). And I was trying this, - FileInputStream fis = new FileInputStream(template); jxl.Workbook jwbook = Workbook.getWorkbook(fis); Shee

  • New Workstation - System and Storage Critique Please

    Hi. I'm finalizing a new workstation config and would appreciate your advice.   Since I'm not a photo/video pro, this workstation will be used for multiple purposes: Video Editing (CS3 now; CS5 when released) Photo Editing (CS3 now; CS5 when released

  • Make anchored graphics frames act as containers

    If I choose Object/Anchored Object/Insert and make the inserted frame a graphics frame (with above line positioning), it doesn't act as a container. That is, if I put a graphic into the frame or create one with the drawing tools -- say a line diagram

  • Read Azure AD in Visual Studio 2013

    I am working on a Room App, which is simply used to let user know if the room is free/busy and display all the custom attributes along with room capacity. While using online Exchange I came across that capacity and custom attributes are stored in Act