Tree hierarchy of time displays only first character

The Database is Teradata and I am using OBIEE 11g.
I have time hierarchy and I have used this tree in reports. But when I drill down on the tree, only first letters of the caption are displayed not entire string.
Eg: instead of Q1-2010, just Q gets displayed next to the + sign.
If I drill on quarter, instead of showing "April", it shows "A".
If I just display the column or the column is in form of the usual 10g drill down, then it is fine.
Could anyone suggest a solution for this ?

This happens to be a bug in obiee 11g. SR has been raised.

Similar Messages

  • Only first character of plugin name is shown

    I'm developing a plugin using the Transmit API and for some reason it's only displaying the first character of the display name in the Playback window.
    The code is as follows:
    #define PLUGIN_DISPLAY_NAME L"My Plugin"
    memcpy(&outPluginInfo->outDisplayName, PLUGIN_DISPLAY_NAME, sizeof(PLUGIN_DISPLAY_NAME));
    I thought it could be because it's expecting a uint16_t array but the L macro produces a wchar_t array, however when I created a uint16_t array it still exhibited the same problem.
    It's worth noting that the example Transmit API code in the SDK suffers from this issue too.
    Currently my workaround is to not provide the outDisplayName at all which causes Premiere to populate it with the filename of the plugin bundle, but I would prefer to set the name programmatically.
    I am running Premiere Pro CS 6.0.2 on OS X 10.7.4.

    Thanks Zach, that now works with Encore but the problem with Prelude remains. The "stop" icon won't change to "play" and if I click it then it just steps forward by a single frame. I think for now I'll just disable the plugin in Prelude. This issue is reproducable with the sample code but if the Prelude team needs extra info I'm happy to provide it.
    Another issue I've found is that with certain types of footage (I've witnessed it with HDV thus far), every so often as I step through it jumps timecode numbers. So it will jump from 00:00:00:06 to 00:00:00:08 and then remain there for two frames before continuing on to 00:00:00:09 as normal.
    If I then log the frame time to the console, I can see that Premiere is saying that those two frames have the same time, even though they appear as distinct frames in Premiere.

  • Jpa native query returns only first character of a field

    Hi,
    I've a JPA native query that returns two fields from my oracle database. The first field is a CHAR(2) field with two char values in it, like 'OZ' etc.
    The problem is, as soon as the query is executed it returns only first character of field1. If the actual value of field1 is like 'OZ' then it returns only 'Z'.
    Query nativeQueryForProfileInfo = getManager().createNativeQuery(queryToRun);
    List list = nativeQueryForProfileInfo.getResultList();
    Please help,
    thanks

    There could be several explanations here and it's difficult to say without having more details, possibilities are
    There is something wrong with your display logic.
    There is something wrong with your mapping.

  • Only display the first character issue

    Hi,
    I'm using CR 2008 to generate reports.
    I use oracle database.
    I use a stored procedure to get data and everything working fine ,it return correct data.
    I have five details section but i display one details section and i suppress others
    My issue is execute the rpt file to presssig F5 key;   string type record is only able to print the first character on the preview.
    eg: record with value 'ABCDE', after printed on rpt file, only character 'A' was printed on the preview.
    if i verify database, it display correct data but a few times later problem occurs again
    Anyone know how to fix it?

    if you create a blank report as follows , you will take same error
    my reports section;
    section - formula fieds 
    a - - - - a b f g
    b - - - - a b e f g
    c - - - - a b c e f g
    d - - - - c f g
    e - - - - d e f g
    my details sections suppress formula;
    if {CR_TEST.CODE}=1 then false else true
    if {CR_TEST.CODE}=2 then false else true
    if {CR_TEST.CODE}=3then false else true
    if {CR_TEST.CODE}=4 then false else true
    if {CR_TEST.CODE}=5 then false else true
    my procedure is just like this;
    CREATE OR REPLACE PROCEDURE CR_TEST(
       P_MONTH IN VARCHAR2
    , P_YEAR IN VARCHAR2
    , CODE IN NUMBER
    , P_CURSOR OUT GP.REF_CURSOR
    IS
    BEGIN
       IF CODE = 1
       THEN
          OPEN P_CURSOR FOR
             SELECT A
                  , B
                  , 'X' C
                  , 'X' D
                  , 'X' E
                  , F
                  , G
                  , CODE CODE
               FROM CR_TEST_TABLE
                                 --WHERE conditions
       ELSIF CODE = 2
       THEN
          --A, B, E, F, G
          OPEN P_CURSOR FOR
             SELECT A
                  , B
                  , 'X' C
                  , 'X' D
                  , E
                  , F
                  , G
                  , CODE CODE
               FROM CR_TEST_TABLE
                                 --WHERE conditions
       ELSIF CODE = 3
       THEN
          OPEN P_CURSOR FOR
             SELECT A
                  , B
                  , C
                  , 'X' D
                  , E
                  , F
                  , G
                  , CODE CODE
               FROM CR_TEST_TABLE
                                 --WHERE conditions
       ELSIF CODE = 4
       THEN
          OPEN P_CURSOR FOR
             SELECT 'X' A
                  , 'X' B
                  , C
                  , 'X' D
                  , 'X' E
                  , F
                  , G
                  , CODE CODE
               FROM CR_TEST_TABLE
                                 --WHERE conditions
       ELSIF CODE = 5
       THEN
          OPEN P_CURSOR FOR
             SELECT 'X' A
                  , 'X' B
                  , 'X' C
                  , D
                  , E
                  , F
                  , G
                  , CODE CODE
               FROM CR_TEST_TABLE
                                 --WHERE conditions
       END IF;
    END;
    Edited by: assaulter on Oct 12, 2011 11:50 AM
    Edited by: assaulter on Oct 19, 2011 1:50 PM

  • SO_NEW_DOCUMENT_ATT_SEND_API1 - attachment contains only first character

    Hi,
    we use the FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send a report as txt attachment. The problem is that the attachment in the email contains only the first character of the origin text. But the atttachment in the transaction SOST has definitely more content (although not all as it should be... but this is another problem)
    Has anybody an idea what's wrong? We use ECC6. Before ECC6 we doesn't have that problem.
    Thanks and regards, Susanne
    Here is the content:
    DATA: begin of contents_bin occurs 0, "before ECC6
               line(132) type c,               
          end of contents_bin.
          t_contents_bin_soliti1 TYPE TABLE OF solisti1 WITH HEADER LINE. "with ECC6
        CLEAR t_pack.
        REFRESH t_pack.
    * Receiver:
        TRANSLATE p_output TO UPPER CASE.
        SELECT SINGLE * FROM ypruser INTO w_user
                        WHERE rusid = p_output.
        t_receiver-rec_id = w_user-rusid.
        t_receiver-receiver = w_user-email.
        t_receiver-rec_type = 'U'.
        APPEND t_receiver.
    * Document content:
    * Attachment content:
        CLEAR: wa_len, length, h_len.
        DESCRIBE TABLE contents_bin LINES lineno2.
        READ TABLE contents_bin INDEX lineno2 INTO wa_len.
        length = STRLEN( wa_len ).
        obj_descr = w_filename.
        t_pack-transf_bin = 'X'.
        t_pack-head_start = 1.
        t_pack-head_num = 1.
        t_pack-body_start = 1.
        t_pack-body_num = lineno2.
        t_pack-doc_size = ( ( lineno2 - 1 ) * 255 ) + length.
        t_pack-doc_type = 'TXT'.
        t_pack-obj_name = 'Attachment'.
        t_pack-obj_descr = obj_descr.
        t_pack-obj_langu = 'E'.
        APPEND t_pack.
    * Header data (fill table object_header):
        object_header = 'WP01_List.txt'.
        APPEND object_header.
        t_contents_bin_soliti1[] = contents_bin[]. "with ECC6
        w_commit_work = 'X'.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
             EXPORTING
                  document_data              = document_data
                  put_in_outbox              = ' '
                  commit_work                = w_commit_work
             TABLES
                  packing_list               = t_pack
                  object_header              = object_header
                  contents_bin               = t_contents_bin_soliti1
                  contents_txt               = t_content
                  receivers                  = t_receiver
             EXCEPTIONS

    Thanks for your very helpful hint. So I saw that I could use the BCS cause we have ECC 6. This is much more easier. The txt attachment was then ok but the format of data was wrong. Finally I used these code line http://wiki.sdn.sap.com/wiki/display/Snippets/SendMailhavingMultipleFilesasAttachmentusingobjectorientedtechnique to solve it.

  • How can a  variable display the first character that's on the page?

    I'm creating a telephone directory and want each page to display the alphabet of the first listing on the page on the top - only one character.
    Can you tell me how to do this?

    Hmmmmm, seems I was wrong about the GREP styles. I just tried it and they don't get picked up. I consider that a bug, but it's probably "as designed."
    That leaves you having to work with nested styles only, or Find/Change. I think what you'll need to do is redefine the Paragraph style so it has two nested styles that apply the correct style to whatever needs to be styled at the start of the paragraph, one for the first character and the second for the rest of the word(s) if you can figure out a trigger (can InData add an end nested style character or is thew some punctuation you can use?), then find/change to remove the applied character style. For that I'd serach for ^.+ with the find format set to the character style that InData applied and the chane format set to [None], which will only remove it from the beginning of your paragraphs. If this is done correctly there will be no change in appearance since the redefined paragraph style will do the formatting.
    If that won't work, you can use find/change to apply a new style to the first characters. Search for ^. and set the change format to the new character style that you'll use in the variable. It needs to have the same attributes as the style applied by InData or the appearance will change.
    The second method is probably easier since you don't need to redfine the paragraph style, but both methods require you to use find/change to alter the text, which means if more text is added you'll need to re-do the find/change. Not a big deal, but don't forget. I'd be tempted to wait until the last minute and just ignore the headers for the moment, if editing is ongoing. I'd also test this on a copy of the file for safety.

  • Object browser displays only First 31 columns in Data section of a table.

    I need to download data from a table which has almost 60 columns. When i selected table from object browser and clicked on data section of this table, only first 31 columns are displayed and when clicked on download, only the data for those 31 columns is displayed. How to download data of all colums of this table

    Hello Jim
    I have the same problem, but my limit is 21 columns. I think the limit is caused by the DataReader SchemaTable. Check the following value:
    IDataReader.GetSchemaTable().Columns.Count
    Columns in the SchemaTable are Metadata (ColumnName, ColumnSize, DataType, AllowDBNull...), the columns that are selected with the DataReader are stored in the SchemaTable Rows Property.
    For Oracle and SQLServer i used this workaround:
    DataTable dataTable = IDataReader.GetSchemaTable();
    while (dataTable.Columns.Count < dataTable.Rows.Count)
        dataTable.Columns.Add("Dummy" + dataTable.Columns.Count.ToString(), typeof(bool));
    I think developpers of CR use the Columns.Count instead of Rows.Count property when getting the data out of the DataReader.
    Regards,
    Walter

  • Display only first value of the repeated values  in ALV report

    Hi,
    Test Data
    Doc No   Net Val   billing Doc value Qty
    1000      2000.00    567850.00
    1000      2000.00    567850.00
    1000      2000.00    567850.00
    2000      6000.00    767850.00
    In this type of ALV Report in which only the First field value of the repeated value  should be displayed.
    Doc No   Net Val   billing Doc value Qty
    1000      2000.00    567850.00
    2000      6000.00    767850.00
    I can display document value as like expected result in SORT ORDER in LAYOUT but the Quantity value,Net value  which cannot be done in SORT ORDER in LAYOUT.
    Please tell me the suitable solution.

    For a Sales Order there are two Invoice.
    Sales doc     Invoice No    Billed Qty    Net value                     Qtywith  material no
    5000              900             234774.00    456.00000                 65             123
                                             234774.00    456.00000                 25             456
                                             234774.00    456.00000                 35             898
                                             234774.00    456.00000                 20             496
                          901            634774.00    256.00000                 50               746
                                            634774.00    256.00000                 10               456
                                            634774.00    256.00000                 20               545
                                            634774.00    256.00000                 30               869
    I  need to print this billed Qty and Net value  only once in first line and it should not be deleted.
    I need the result like this
    Sales doc     Invoice No    Billed Qty    Net value                     Qtywith          material no
    5000              900             234774.00    456.00000                 65                     123
                                                                                    25                     456
                                                                                    35                     898
                                                                                    20                     496
    5001              901            634774.00    256.00000                 50                       746
                                                                                    10                       456
                                                                                    20                       545
                                                                                    30                       869               
    The same value should not be repeated for Billed Qty and Net Value.
    I can do that for Sales doc in sort order in layout but i couldn't do for Billed qty and Net Value.
    Please  help.

  • Printing text using jdk 1.4...only first character in string output

    I have read way too many forum postings and still can't get simple ascii to come out my printer. Please don't point me to awt printing samples. I don't want the overhead/baggage of graphics contexts when they shouldn't be needed.
    If I create a printer that's a file (set to generic/ascii), then after printing and giving a filename the file contents look ok. So, this seems to be a DocFlavor issue or something.
    However when I try to print to a network printer (usb attached), I only get at best a single character on my page.
    The following is tracing from my print method (shows text to be printed and doc flavors supported by printer):
    PrinterImpl::print(text=hello world)
    image/gif; class="[B"
    image/gif; class="java.io.InputStream"
    image/gif; class="java.net.URL"
    image/jpeg; class="[B"
    image/jpeg; class="java.io.InputStream"
    image/jpeg; class="java.net.URL"
    image/png; class="[B"
    image/png; class="java.io.InputStream"
    image/png; class="java.net.URL"
    application/x-java-jvm-local-objectref; class="java.awt.print.Pageable"
    application/x-java-jvm-local-objectref; class="java.awt.print.Printable"
    application/octet-stream; class="[B"
    application/octet-stream; class="java.net.URL"
    application/octet-stream; class="java.io.InputStream"
    It appears, that besides copious image printing support (why PNG and not TEXT?!?!?!?) I can print Printable's from the awt api, as well as byte arrays and input streams. I wish to not use the awt printing api.
    I have tried all mentioned DocFlavors regarding BYTE_ARRAY.AUTOSENSE, etc. Nothing gives me more than a single character of output.
    Any ideas? I'm getting a little burnt out on this problem.
    Thanks.

    I cannot comment on the 2 examples you referenced, because I don't have a Postscript printer, but your own example does not work, at least under Win2K, neither on a USB nor an ASCII printer, here is why (aside from the fact that it contains 2 or 3 formal errors).
    I am trying desparately to print a simple ASCII file on a USB printer under Win2K since weeks and found 2 problems, but no solution so far.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Java PrintServiceLookup.lookupPrintServices() returns nothing
    =============================================================
    I want to print a simple ASCII file on a USB printer under Win2K and found 2 problems. Here is the 1st one.
    PrintServiceLookup.lookupPrintServices(<DocFlavor>, <AttributeSet>) returns nothing when I specify any AttributeSet:
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    I tried
    aset.add(new Copies(1));
    or
    aset.add(MediaSizeName.ISO_A4);
    I tried it with JDK 1.4.2 and with Java 6, same problem.
    When I specify null for AttributeSet, I get as many services as I have printers specified in the Printers folder of the Control panel.
    I have scanned quite a few contributions about this subject, and it looks like this problem has been around since years, but I haven't found a solution.
    But there is a circumvention of the problem for a parallel printer (at least an HP Laserjet 4 Plus): forget lookupPrintServices, just use the default printer. It works. Here are the essential code lines to print a simple ASCII file in Win2K.
    //String fileID = = args[0];
    FileInputStream textStream = new FileInputStream(fileID);
    PrintService defService = PrintServiceLookup.lookupDefaultPrintService();
    DocFlavor myFormat = DocFlavor.INPUT_STREAM.AUTOSENSE;
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(MediaSizeName.ISO_A4);
    DocPrintJob job = defService.createPrintJob();
    Doc myDoc = new SimpleDoc(textStream, myFormat, null);
    try {
    job.print(myDoc, aset);
    } catch (PrintException pe) {
    System.out.println(pe.toString());
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Cannot print on a USB printer with Java PrintService
    ====================================================
    I want to print a simple ASCII file on a USB printer under Win2K and
    found 2 problems. Here is the 2nd one.
    Even though
    PrintServiceLookup.lookupPrintServices(<DocFlavor>, <AttributeSet>)
    returns nothing when I specify any AttributeSet, I can still print on the default printer, which I get by
    PrintService defServicedefService = PrintServiceLookup.lookupDefaultPrintService();
    but only on a parallel printer (HP Laserjet 4 Plus), either directly attached or over the network. When I try the very same code on a locally USB-attached printer, the printer is obviously reacting, but nothing is printed.
    In case of a Lexmark 730 (an ink printer), the driver even lies, it has printed 100%,
    on a Samsung CLP-510 (a color laser) the ready light flashes twice, that's all.
    The file to be printed has 5 lines and a "0C"X at the end in order to force a page eject at the end.
    I tried it with JDK 1.4.2 and with Java 6, same problem.
    I should mention that I can print that little file out of the editor Textpad without any problem.
    Edited by: eSchobbert on Jan 30, 2008 7:26 AM
    Sorry I forgot to mention, that this post refers to the pretty old post of MartinHilpert of May 22, 2003 2:45 AM

  • Multiple FacesMessage in BPEL Workflow does not display on first instance

    Hi,
    Am not sure where should I categorize this question (bpel or soa or adf')
    We are integrating bpel with our application for workflow management. SOA suit 11g generates the workflow adf pages automatically with payload which it stores.
    However what we have noticed till now is:
    1. FacesMessages which are added to FacesContext are not displayed immediately. For e.g. we have validation on button click n we add a message for the same. Then when user clicks the button second time it shows the old FacesMessage.
    2. Position of any FacesMessage is not the center of the "Detail Area" (part of the entire screen where workflow pages are rendered) but left top corner and it is not movable either.
    3. Another if we have added 4 FacesMessages suppose then it could display only first message which was added to FacesContext
    Does anybody has idea about what might be happening right here?
    Thanks, Kedar

    scott.wesley (grassroots-oracle.com) wrote:
    BlueShadow - would you please advise how that breaches the terms of use? I've had another read through and I'm not sure how this is interpreted.
    What if ones own blog had the relevant answer to a question?Hi Scott,
    The blog in question was newly created with all it's "How to" posts having been created within the past 24 hours. This member has then made numerous posts on the forums, in quick succession, many of which are to non-current threads, and all of which are not providing any answer, except to simply direct people to 1 or more of the posts on his new blog. Whether he's creating the posts on his blog in answer to the questions being asked on the forum or has already created the blog posts and is searching out questions that relate to them is not known. What is known is that this breaches the Terms of Use, as the forum is clearly being used as a mechanism to simply direct people to his own blog rather than it's intended use, and also the forum admin have indicated to the moderating team that linking to blogs in this way is not acceptable.
    I hope that answers your question.

  • Only 1st character while fetching data through get_char_property

    Hi
    I am reading excel file through OLE2 object. while I am fatching data thr this utility It is fetching only first character of the string.
    procedure read_chr_cell( p_row number, p_col number, p_value in out varchar2 ) is
    args ole2.list_type;
    cell ole2.obj_type;
    begin
    args := ole2.create_arglist;
    ole2.add_arg(args, p_row );
    ole2.add_arg(args, p_col );
    cell := ole2.get_obj_property(worksheet,'Cells',args);
    ole2.destroy_arglist(args);
    p_value := ole2.get_char_property(cell,'Value'); [[[ PROBLEM AREA ]]]
    ole2.release_obj(cell);
    end;
    any advice is appreaciate
    Thanks
    Vishal

    Hi Vishal
    I think u need to LOOP Through the Records :)
    Hope this helps...
    Regards,
    Amatu Allah

  • App file sharing: files are displayed only the first time...

    clicking somewhere else and then back to the application that you want to share files are not there any more.
    I've to close and re-open the itunes in order to see them again.
    itunes is running on windows 7 64bit.
    is this a bug ?
    thank you.

    Hi! I have the same, exact problem. The files are displayed only the first time I look at the apps listed under File Sharing. If I look at another app on the list, the files on the one I previously checked are gone when I look at it again. Is there any way to fix this? I have a Lenovo X61s on Windows XP Professional 32 bit.

  • Char displaying only the first three characters in the cube

    Hi Experts
    I have a char  with lenth 60 and it's active.I am updating this char via the update routine whereby i am reading data from an active table of an ODS as i update in the update rules.
    But surprisingly,once the load is succesful and complete,upon checking the data in the active table it's displayin the way it should be the problem comes in when I view the data on the cube which displays only the first three chars even if the descriptionis a 60 character field.
    Please help

    Hi Herbert,
    Have you checked in the infosource or transfer rules, what is the length of the infoobject, if you are loading the data to PSA, please check there it self, whether it is displaying 60 characters or only 3 characters.
    Thanks
    Sat

  • Display only those properties in a property catgory specific to hierarchy

    Hi,
    I will give few details
    I have a property category say "HFM" in which have define all the properties related to HFM metadata.
    I have 2 hierarchies 1.Accounts and 2. Entity
    Now i need to display only account related properties in "HFM" property category of Accounts hierarchy and also similarly entity related properties in "HFM" property category for Entity hierarchy.
    I tried to achieve this by using node Types but when we do a "Show All properties" it is displaying all the properties and not specific.
    Need help in how this is to be handled.
    Thanks

    Well, you can use Property Categories to put your Properties in it.
    In your case, I would create a property Category called HFM-Accounts and another property category called HFM-Entity. Then I would put the appropriate properties in the respective categories. I can see you having some overlap but at the same time, certain properties such as say, Expense Reporting, etc would be specific to HFM-Account property category. Similar an Entity's Intercompany Partner may be specific to an HFM-Entity category. So, you may choose to put your properties as you like.
    Hope this helps.
    -- Adi

  • Can Contacts be set to display only enterprise (work) email contacts upon first opening?

    I have installed my personal Yahoo Mail on my 9810 Torch; as a result, the Contacts list now includes a mix of work and personal when first pulled up.  I can then change it to display only one of my contacts lists (work or personal), but that requires several thumb fiddles every time.  Is there a way to have the Contacts display default to only my work contacts displayed upon opening?

    Hello forrest103 and welcome to the BlackBerry® Support Community Forums.
    Thanks for your question regarding the contacts on your BlackBerry® Torch™ 9810 smartphone.
    By design, the BlackBerry will display all contacts when you launch the Address Book.
    You would need to use the Filter option to view your personal separately from your work contacts.
    Hope this answers your question.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • IPhone 5 will not boot up past startup screen after attempted update to iOS 8. Not recognized by computer.

    Like everyone else today, I attempted to make the move to iOS 8, using my Mac's iTunes. All was running smoothly, the progress bar was nearing the end when I received the error that "the iPhone software update server could not be contacted." With a n

  • AGP Graphics cards and Final Cut Pro...?

    Hello everyone, I just received a new computer today. Dual G5...It comes with the PCI Graphics Card. My old computer was a G5 as well but had a AGP Graphics Card. I reinstalled FCP4 today and tried to use it, but it says that the AGP Graphics card is

  • Opening new window from applet does not pass session

    I have an applet which has a function where it opens some jsp pages in a new window. The jsp page checks for a session variable to very the user is logged in and some other variables that are required on the page. My problem is in IE 6/7 the new wind

  • Cyrillic fonts fo FCP

    I've bought my iMac and FCE in Russia and Cyrillic fonts were pre-installed in my computer. In few days I will have to edit on Mac Book Pro that my client brings from UK. He told me that the computer has no Cyrillic fonts. But we will need to make Ru

  • MacBook Pro/MacBook MagSafe compatible

    is the MagSafe adaptor for my friend's MacBook Pro compatible with my MacBook? or will it blow up? lol