Dimension member values not showing (just empty cells)

Hi,
I have an organization dimension (Business > Business Unit> Department > Account) and a single fact (Dollars) on my test repository. When I add my fact and any dimension level to an answers report I can see for example two empty cells for each member at the "Business" level and the result of my fact calculation. I've tried many ways to attempt solving this issue from aggregating my data to compressing all the dimension in a single table and still haven't had success. I also turned on logging and found out that the physical layer SQL being generated returns the correct values when I run it in my query tool.
Has anyone experienced similar behavior? I'm not sure if I skipped a step on my modeling or this is a bug in my OBIEE installation
Thanks a lot!!
-Ignacio

Had this problem when source datatype was nvarchar and the field was coming over as varchar with a length of 0 in the physical layer. Check your physical table definitiion to see the length of the fields that are empty for you, may have to change it to an appropriate value

Similar Messages

  • EVDRE- Child member values not rolling up to Parent

    Dear Freinds,
    I am using 4 Hierarchy in Account DIM.  I am facing a problem that for second hierarchy child member values not summing up to Parent.
    Dimentioned processed sucessfully.
    Thanks ! in advance.

    Have you recently implemented EHP1?
    If so there is a common issue with the hierarchy tables - refer to OSS note 1139396
    Hope this helps

  • Value not showing in Radiogroup

    Hi,
    I have a radiogroup that seems to be defined correctly based on a database column value, but the selected radiogroup values do not show up on the Edit form. I see the values in the table and on a report but not on the Edit form. Other fields on the form show up correctly. The Radiogroup works fine for data entry, but not for edit. Any ideas on what could be wrong would be appreciated. Even compared it to other forms and the radiogroup properties are almost identical.
    Using version 3.2.1 of Apex.
    Thanks,
    pat

    Is the radiogroup item set to retrieve the value from the database with each page view? This is controlled with the "Source Used" setting on the radiogroup item.
    This is from the help:
    >
    Determines which value takes precedence, the cached value from session state or the item source value. For items with source type Database Column, select Always unless you do not want the associated row fetch operation to populate the item if the page branches back to itself.
    For items with other source types you must decide based on how the page is used, whether the previously sourced value should be displayed, or if the source type should be applied anew for each page view.
    >
    Just an idea.
    Earl

  • Runtime filter values not showing

    Hi all,
        I am on BW 3.5.  I have a query that has a pop-up filter (i.e. a user-entry fillter that appears when the query runs) for 0MATERIAL__DIVISION.  When the user uses the drop down on the filter pop-up for Division, no values appear. When the query actually appears, these divisions show up just fine.  So my problem is not with the query, but in getting the values to appear in the drop down of the run-time filter pop-up.  Why would that be?
       Thanks.
    Dave

    Hi,
           IN BI 7.0 at the side near the technical properties you have option facilities to display the filter values...
    Go for F4 help on that variable at the side you will have an option to display filter values which shows history values
    single values there you will have options to show all data in master data only posted for navigation
    u can use master data option and get all values in master data.
    Hope this helps for you.
    Thanks,
    Arun

  • AnyType values not showing on Human Task 11g

    Hi All,
    I have a process where the input schema is mapped to an anyType variable. I then map this variable to the payload variable on the Human Task. But when I run this process and go to the worklist, I get nothing. How can I get the data stored on an anyType variable to be displayed on the Human Task Form.
    Any Ideas ?
    Thanks
    K

    I did have a look at the link provided. I have followed the correct steps. I suggest having a look at the xsd I pass to the Human Task. In the xsd you will see the element entityValue which is of type anyType. In this element i map the payload of a bpel process e.g. if the payload has name, surname, address, telephone etc , that will be passed with the values in the entityValue element. Now when I map to the Human Task, I map the element EntityRequest to the Human Task payload. When I trigger the process that calls the Human Task, in the worklist application, I am able to see all other values in my schema below except entityValue. I have also provided a dummy entityValue mapping. I just want it to show whats stored in that element, the highlighted part
    XSD schema thats I am using
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://xmlns.up.ac.za/Integration/Generic/schemas/Exception"
    xmlns:ed="http://xmlns.up.ac.za/Integration/Generic/schemas/Exception"
    elementFormDefault="qualified">
    <element name="EntityRequest" type="ed:EntityRequestType"/>
    <complexType name="EntityRequestTpe">
    <sequence>
    <element name="header" type="ed:HeaderType"/>
    <element name="entityValue" type="xsd:anyType" minOccurs="0"/> *<---* problem area - will not show on Human Task
    <element name="entity" type="string"/>
    <element name="isn" type="integer"/>
    <element name="group" type="string"/>
    </sequence>
    </complexType>
    <complexType name="HeaderType">
    <sequence>
    <element name="error" type="ed:errorType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    <complexType name="errorType">
    <sequence>
    <element name="code" type="string"/>
    <element name="description" type="string"/>
    <element name="source" type="string"/>
    </sequence>
    </complexType>
    </schema>
    Below is an example of the data mapped to element entityValue
    <entityValue xmlns:ns0="http://xmlns.up.ac.za/Integration/OIM/schemas/OimBioSyncEBM">
    *<ns0:PersonStoreEBO>*
    *<PsEbo:BioData>*
    *<Bio:NAME_TITLE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">Dr</Bio:NAME_TITLE>*
    *<Bio:NAME_INITIALS xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">T</Bio:NAME_INITIALS>*
    *<Bio:PREF_FIRST_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:PREF_FIRST_NAME>*
    *<Bio:FIRST_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:FIRST_NAME>*
    *<Bio:MIDDLE_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:MIDDLE_NAME>*
    *<Bio:LAST_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:LAST_NAME>*
    *<Bio:NATIONAL_ID_TYPE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">NID</Bio:NATIONAL_ID_TYPE>*
    *<Bio:COUNTRY xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">ZAF</Bio:COUNTRY>*
    *<Bio:NATIONAL_ID xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">123456789</Bio:NATIONAL_ID>*
    *<Bio:MOBILE_PHONE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">0123456</Bio:MOBILE_PHONE>*
    *<Bio:SMS_SEND_IND xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">Y</Bio:SMS_SEND_IND>*
    *<Bio:SEX xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">M</Bio:SEX>*
    *<Bio:RACE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">2</Bio:RACE>*
    *<Bio:BIRTHDATE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">1912-12-12</Bio:BIRTHDATE>*
    *</PsEbo:BioData>*
    *</ns0:PersonStoreEBO>*
    </entityValue>
    Edited by: K on Jun 1, 2012 9:59 AM

  • Non-cumulative Values not showing in Inventory Management Queries

    Hi:
    Has anyone had a problem with the new version and Non-cumulative key figures not showing up in Bex for Inventory Managemet reports? Specifically, they showed and validated back to ECC for our Development and QA boxes but now in our Regression box they are all showing zeros. Our Cumulative values are all showing correctly still within the Regression box. For example, Total Receipts and Total Issues are correctly poplating values but Total Stock is not.
    I have checked and validate that the configuration in the Regression box matches or Dev and QA box.

    Found the problem.  It had to do with the compression variant in the delta process chain.  The compression was set to 'no marker update'.  Since we only started receiving measureable deltas in or regression box this is where the incorrect setting showed up.  Reinitalized and the deltas are working correctly now.

  • BI: some dimensions in multiprovider not showing in the query

    Dear all,
    i have created  cube top of DSO and i created  multiprovider with that cube and with 2 master info object
    but  when i create query it showing only few dimensions in the multiprovider so kindly help me on this
    for example multiprovider has 11 custom dimensions and 3 standard dimensions..!
    Thanks
    sivakumar Ramakrishnan.

    Can you elaborate, how many and which of the dimensions are not shown?(And please specify if they have some special properties like line item,high cardinality etc).Also check whether you have the same problem with the key figures in the multiprovider.
    Also, I know that it sounds silly but check the dataprovider of the query is whether the correct multiprovider.Check that there is characteristic in the dimension which does not appear.Then exit query designer, activate the multiprovider and go to query again.

  • Filter values not showing on iPad

    Hi,
    I have a BW query based universe (UNV) that is published to iPad. The WebI report runs fine in BI Launchpad. However, when I open same report on iPad, the prompt values are not show (I see only blank Blank Blank) and report is not executed. BW server is BW 7.3 BO is BO 4, SP2.
    How do I fix this issue?
    Regards,
    Nikhil

    Hello Simone,
    please can you tell me, if the open document function with refresh parameter is working in BO mobile App V 4.0.3 (Build 1211)?
    In the Release notes for this Version it is described how to do this:
    Open Document
    1. Apart from iDocID, sIDType and sDocName, other document identifier parameters are not supported
    in the OpenDoc URL.
    2. Apart from sReportName, sRefresh, IsM[name] and IsS[name], other input parameters are
    not supported in the OpenDoc URL.
    3. Session management parameter (token) is not supported.
    4. Output parameters are not supported in the OpenDoc URL.
    We tried to use the following link, but the report did't refresh with the correct parameters:
    http://svie32sapbo1:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AfFdCbmEEvZIiVXXFLh4iPY&sIDType=CUID&sRefresh=Y&lsMWert=Alarmierung
    The Part "Wert=Alarmierung" should be dynamical in future.
    Thank you and regards
    Wolfgang

  • Ssrs parameter default value not showing ,when available values is binded to query dataset

    I have developed a report using sql server data tools for vsiual studio2012 ,i have defined few parameters ,on one of the parameter when available values is binded to a dataset query, the report default value is  not showing in report preview .
    Many Thanks
    Chandra

    Hi Chandra,
    According to your description, you have set the default value for a parameter, but it's not displayed when initially running the report. Right?
    In this scenario, since you have set the available values bind to query, so your default values should be within these available values. If these default values are not within the available values, the default values will be not displayed. So please check
    the default values.
    Reference:
    Add, Change, or Delete Default Values for a Report Parameter (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Metadata values not showing in Site Studio layout using Idoc Script

    Hi All,
    We have a SS layout (secondary) with replaceable regions for showing content that is listed in a primary page dynamic list.
    Part of the layout shows contribution elements of Contributor Data File content items, but part of layout also shows metadata values. We use <!--$DOC_INFO.dDocTitle--> to show the content item Title with no problems.
    However, for some content items, some metadata values are not showing on the layout - specifically a custom metadata field called xFinishDate (which is of type 'Date' in Config Man). The code <!--$DOC_INFO.xFinishDate--> simply does not work (nothing is displayed) for some content items, despite definitely having a set FinishDate value. Some other content items show this value fine.
    The <!--$DOC_INFO.dDocTitle--> value works for ALL items, but the <!--$DOC_INFO.xFinishDate--> does not, and there appears to be no difference between the items that it does, and does not work for. They are all CDF, same DocType, same CheckIn profile, etc.
    The non-working items are all released and indexed. Their Content Information in Content Server shows complete metadata. I have resubmitted the non-working items for reconversion in Repo Man but no luck.
    Is there something I am missing? Any help is greatly appreciated.
    Luke.

    Actually the default DOC_INFO resultset that is on the page seems to be for the content item being loaded into the secondary layout's replaceable regions. This is why DOC_INFO.dDocTitle gives the results expected.
    However, I think I have discovered why the xFinishDate value was not showing. Using sapan's code (and modifying it a bit) I was able to print out all the metadata field names and values for default DOC_INFO resultset.
    Using this URL as an example: http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011217
    At the top of page region (replaceable) where the Contributor Data File is loaded into, the DOC_INFO resultset is relevant to the content item that is being loaded into the layout (content ID: BD3_011217 - as per the URL format), which is what we want.
    However, throughout the Contributor Data File content, if a link is made using the Site Studio link wizard via FCK Editor (in the above case, it is the position description link, which is a link to a PDF) and the link is 'Link to a file' and the 'Choose Target section' is selected as 'Use default website section metadata', the resulting link looks like "http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011216". Any references to the DOC_INFO resultset on the page after the instance of this link now use the metadata of the content item referred to in the link, not the original content item. I have dumped out the DOC_INFO fields/values in different parts of the layout to prove this. The linked content item has no xFinishDate value so this is why nothing displays (displaying xFinishDate needs to happen after the link to the position description).
    I guess I need to either:
    - change the way the link is made to the content item to "Link to the Content Item's URL", but I would prefer not to expose the resulting path e.g. "[!--$HttpRelativeWebRoot--]groups/group-name/@account-name/documents/content-type/content-id.pdf"
    - explicitly make a resultset using <!--$executeService("SS_GET_SEARCH_RESULTS")--> with the content ID I know I want and use it instead of the default DOC_INFO one. Is there any other way to make a resultset comprising of a single item's metadata?
    9.45 SS_GET_SEARCH_RESULTS
    ■ Description: This is a wrapper around the regular CS GET_SEARCH_RESULTS
    service. It allows some Site Studio features to be specified simply as flags and have
    the real query syntax be constructed on the server. It can modify the standard
    'SearchResults' resultset to contain an additional column called 'ssUrl' which will
    contain the Site Studio-friendly url for all of the search results.
    ■ Parameters:
    – siteId: the unique identifier of the site (required).
    – ssLimitScope: True/False, restricting scope to within the site only (optional).
    – ssUserSearchText: user-supplied search text (optional).
    – ssWebsiteObjectType: object type (optional).
    – computeFriendlyUrls: True/False, modify results to include ssUrl (optional).
    ■ Returns: resultset named ’Search Results’.
    ■ Security: The user must have at write access to at least one security group on the
    content server
    Thanks to everyone for their help. Almost there!
    Edited by: lukeb2112 on 18/01/2010 17:30

  • Discount value not showing in the P.O printout

    Hi,
    I have created a Service p.o with 5 line items,i have entered the condition type RA01 = 10 % for all the items,
    But in the P.O printout the discount value is showing only for the first 2 line items , the value is not showing for the balance 3 line items.
    Any help will be greatly appreciated.
    Nijamudeen.S

    Hi,
    if the same condition type is used for previous two line items, then this is ABAP issue. May be smartform coding is restricting to print the value for more than 2 line items. Can you seat with ABAP and check.

  • BCWP values not showing in CNE5

    Hi,
    After executing CNE5 report it not showing BCWP value in particular project only.I have checked all the necessary data like actual dates are maintained.
    What could be the reason.
    Please guide.
    Regards
    Nitin

    Hi,
    Thanks for reply.
    I've already done that.
    BCWP is not showing only for 4 projects & in other project it is giving correct BCWP value.
    When we generate MIS through BW Module I am getting BCWP graph for the same project whose BCWP not showing in CNE5.
    Thanks & Regards
    Nitin

  • Variable value not showing in sql developer  tool

    HI,
    I am using sql developer tool. when i take mouse in variable name at debugging its not showing variable value and instead showing variable name data type and owner. but in past i have used sql developer tool where when i take mouse on variable at debugging mode it shows the varable value.  please tell me is there any issue in sql develper tool currently i am using.
    sql developer version 2.1.0.63

    Sorry - but I doubt if you will get much help for that ANCIENT version of Sql Developer.
    My best suggestion is to download the current version and see if you still have the problem. There have been HUNDREDS of bug fixes since that version you are using.
    Oracle SQL Developer Downloads
    Take note that the current version REQUIRES a much higher JDK version than what you may be using. And do NOT try to install the new version on top of the old one.
    Install the new version into a totally new folder. You will be ask if you want to import your settings from your current version.

  • UDF Value not showing in SQL

    Dear Experts...
    Here is a strange situation in my DB. I have some UDF on A/P Invoice for TAX details print preview.
    UDF Values are properly showing in SAP but not in SQL in same table, Same document they are blank in SQL.
    I can't understand why SQL does not showing me Value of UDF.
    Regards,
    Ravi

    Hi Ravi,
    Run below query in query generator for specific document number and check if udf values are shown or not?
    SELECT T0.DocNum, T0.CardCode As 'Vendor Code',T0.CardName As 'Vendor Name', T0.NumAtCard As 'Vendor Ref. No.', T0.DocDate, T0.TaxDate, T0.DocTotal - T0.VatSum As 'Basic Value of Goods', T0.U_CENVAT As 'CENVAT', T0.U_ECess, T0.U_HSCess, T0.U_VAT_4, T0.U_Add_VAT1, T0.U_VAT_12,
    T0.U_Add_VAT2, T0.U_CST2, T0.U_CST4, T0.U_CST5, T0.U_Service_Tax, T0.U_ST_ECess, T0.U_ST_HSCess,T0.TotalExpns As 'Others',T0.DocTotal - T0.VATSUM As 'Total' FROM OPCH T0 WHERE T0.docType = 'I' and T0.DocNum=[%0]
    Thanks,
    Neetu

  • Data value not showing in added column

    I have added a column to a fixed SQL query.  When the application runs, the column appears in the display grid, but the value is missing.
    I have added the column to both the query and display templates.  I've added the column to the IlluminatorDoc, reselected the query template in the IllumSQLQuery block, and updated the configuration in the IlluminatorRow block to link the new field.
    The new column appears in the Rowsets/Rowset/Column and I can see the value in Rowsets/Rowset/Row.  When running the xacute query calling the BLS transaction, the new column and value is displayed in the text/html format.
    Can anyone advise on why the column value is not showing in the grid?

    Thank you Sam for your answer!
    I had the column mapped in the display template, however, I had mapped to the query within the transaction instead of selecting the xacute query.  My column names were very similar, but in taking a closer look I realized I had the wrong query.  Once I selected the correct query, mapped the column and cleared the Java cache, the value then displayed.
    When I right-click on the iGrid, the Data option is disabled and cannot be selected so that I can see the detail.  I'm not sure how to correct this.
    Thanks again!

Maybe you are looking for

  • Good News for those of you with discoloration...

    Apple recognizes, will repair discolored MacBooks By Kasper Jade Published: 11:00 AM EST Apple Computer customers who've experienced premature discoloration on the casings of their glossy white MacBooks may finally see some restitution, AppleInsider

  • Only able to open one .pdf without having to restart Acrobat

    I am running Acrobat X Standard on Windows XP.  Suddenly earlier this week, I have begun having a problem in which I can only one .pdf document without having to exit and reopen the program entirely. If you try to open a second, the sidebar with book

  • Temporary profile when deploying Windows 7 x64

    Hi All Using MDT I am deploying a Windows 7 Ultimate x64 task sequence which is extracted direct from the dvd WIM file. This happens loging on as the local Administrator account when the task sequence starts to install applications and not on every c

  • LOUD low battery beep on Envy M6 laptops

    everybody complain about it what will hp doe to help us!!we are student and we cant bring our laptop to school because of that horrible noise i try to speak with a hp technician and he told me to go on the sound setting or on the battery setting noth

  • SAP Security On A New SAP Implementation

    Hi Gurus, I'm going to be part of a team that will be implementing SAP Security with a company that's implementing SAP. My experience has always just been on the maintenance and support and I was wondering security wise, what's involved during the im