Identify the Cubes where dimension table size exactly 100% of the fact tabl

Hello,
We want to Identify the Cubes where dimension table size exactly 100%  of the fact table.
Is there any table or standard query which can give me this data?
Regards,
Shital

use report (se38) SAP_INFOCUBE_DESIGNS
M.

Similar Messages

  • The 'Cube' with 'ID' = 'Capex' doen't exist in the Collection

    Dear All,
    When I am processing all the dimension at that time system is showing me the following error;
    The 'Cube' with 'ID' = 'Capex' doen't exist in the Collection
    Please help me to come our from this issue and Thanks
    Regards,
    SANJY

    Dear All,
    Thanks for your support,
    One thing I need to tell you is that, I have resore the current appset in another server. As informed by you I have run the Modify Applicaion . When I have run the same, System has generated another error named;
    "Object reference not set to an instance of an Object"
    Regards
    SANJAY

  • I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. Can someone resolve this problem.

    I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. But in my purchased item library it indicates that you update iPhoto. I am not sure which account the aps store asking. Can someone resolve this problem.

    Contact App Store support. They're the folks who can help with Account issues.
    Regards
    TD

  • The Cube with ID = Rate doesn't exist in the collection Error Message

    When doing a Full Optimization in the Rate cube I get a "The Cube with ID = Rate doesn't exist in the collection" error message. What is causing this error and how do I fix it?

    I have seen this error when reporting services was not properly configured. can you connect to http://servername/reports ?
    If not try to fix reporting services first, this solved the problem for me in the past.
    But usually in this case all the aplications are giving this error when modifying. Is this also the case in your appset?
    Does Apshell work when you modify the application there?
    -Joost

  • The last few times I've used headphones in my iPad, the audio has been all messed up to the extent where it's better to just use the internal speakers and not the headphones. I've tried multiple pairs of headphones to no avail. Help?

    The last few times I've used headphones in my iPad, the audio has been all messed up to the extent where it's better to just use the internal speakers and not the headphones. I've tried multiple pairs of headphones to no avail.
    The iPad was bought in mid-June, but I did not get extended Apple-Care warranty on it. Any idea of what's happenening?

    Multiple means how many? If only 2 or 3, they could all be faulty. Try the headphones in some other device, to make sure they are OK. Or there could be something wrong with the headphone port.
    Your iPad is still covered by the 1-year warranty so you should make a Genius appointment and have it looked at.
    Another thing to try is to plug in the headphone jack a few times in succession to see if it frees up something inside the port.

  • HT204023 can i use my i phone 4 as a internet modem to connect internet through the computer. where i got mobile internet plan through the operator.

    can i use my i phone 4 as a internet modem to connect internet through the computer. where i got mobile internet plan through the operator. and i can surfe the net through the phone.

    You can share your "cellular data" with the computer and other devices through "personal hotspot". You may use USB cable, Bluetooth or Wifi for sharing.
    Reverse tethering (sharing internet connection of your computer with iPhone) is not supported.
    Call your carrier and activate the cellular data/3G plan on your package. Note that "personal hotspot/internet tethering" is operator dependent feature. Confirm with your carrier or go through this article to see if your carrier is listed and offers this service.
    http://support.apple.com/kb/HT1937
    ** The new iOS version is 5.1.1.

  • How to create custom search box will allow up to 60 alphanumericcharacters & User can input a minimum of 1 character and the system will pull back an exact match on the sequence entered.

    Hi,
    Can anyone please help me in creating the Custom Search box with below mentioned functionality
    "The search box will allow up to 60 alphanumeric characters.User can input a minimum of 1 character and the system will pull back an exact match on the sequence entered"

    Hi Pradeep,
    Find the complete JQuery AutoComplete function with along with different events in it like focus, select, open and close. You can modify this code as per your requirement.
    $("#ddlSearchTextBox").autocomplete({
    source: function (request, response) {
    var getUrl = "<site URL>";
    $.ajax({
    url: getUrl,
    type: "GET",
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    data: {
    featureClass: "P",
    style: "full",
    maxRows: 10
    dataFilter: function (data, type) {
    return data.replace(/\\'/g, "'");
    success: function (data) {
    response($.map(data.d, function (result) {
    return {
    label: result.Last_Name + ", " + result.First_Name,
    value: result.id
    focus: function (event, ui) {
    $("#ddlSearchTextBox").val(ui.item.label);
    return false;
    minLength: 1,
    select: function (event, ui) {
    $("#ddlSearchTextBox").val(ui.item.label);
    return false;
    open: function () {
    $("#ddlSearchTextBox").removeClass("ui-corner-all").addClass("ui-corner-top");
    close: function () {
    $("#ddlSearchTextBox").removeClass("ui-corner-top").addClass("ui-corner-all");
    Let us know if you need any further.
    Thanks, Shakir | Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • SSAS 2008 snowflake - dimensions with one-to-many relationship (NOT fact table) and hierarchy?

    Hi, below is my data model for SSAS 2008 on snowflake schema.
    Below is SQL Server DW tables:
    DimStudent - StudentID [primarykey], StudentName, DateOfBirth, AddressID
    DimStudentAddresses - AddressID [primarykey], StudentID [foreignkey], ddressLine1, AddressLine2, AddressType
    FactEnrolment - StudentID, EnrolWeek, EnrolFees
    So here FactEnrolement.StudentID is joined to DimStudent.StudentID column,
    and relationship between DimStudent & DimeStudentAddresses is one to many I.e. one student can have multiple addresses like primary or secondry address.
    To design snowflake schema in SSAS 2008 BIDS project :
     [Question-1] how to join one-to-many dimensions (NOT fact table) Like DimStudent & DimAddresses?
     [Question-2] At the end I want to have a single dimension only I.e. Student which should have both DimStudent & DimStudentAddresses tables attributes init. So I can create hierarchy from these two table into a single dimension? How
    to do this?
    Please reply with feedback particular to my above scenario as I refereed other MSDN forums but nothing solid I found.
    Any STEP-BY-STEP guideline please. Many thanks.

    Hello KM,
    Have you solved this issue after refer to Bill's suggestion? Please let us know how things go.
    If you have any feedback on our support, please click
    here.
    Best Regards,
    Elvis Long
    TechNet Community Support

  • The XSD type double does not exactly correspond to the ABAP type FLTP

    Hi Experts,
    i wanna create a proxy from a wsdl file. While creating the the proxy in SE80 i got some errors like described in the subject. I also got an error "Item is part of recursion". I have found already a post in the forum but i don't get what to do. Ok, I have to change the data type but how or where?
    Do I have to update the Web Service (which I cannot do, because I don't have access to the WS) or can I do the mapping in my Client System. But where? In SE80 I haven't seen any possibility to change the Data Type and the Data Element does not exists in the ABAP Dictionary yet because the Proxy haven't been activated.
    Thanks in advance for you reply.
    Best regards,
    Sebastian
    Edited by: Sebastian Wilhelm on Dec 21, 2011 11:43 AM

    The Problem with the recursion is solved on my own.
    In SE80 ABAP Workbench go to Utilities > Setting > Proxy Generation
    Activate Expert View in Workbench
    Go to a recursive element. A Check Box Untyped mapping appears. Activate the Check Box.
    The Type of the element will be created in DDIC as XSDANY.
    Regards,
    Sebastian
    Edited by: Sebastian Wilhelm on Dec 21, 2011 1:40 PM

  • Tables set at 100% within the width of a website throw everything out and spread across the browser screen - only with Mozilla Firefox so why?

    If corrective changes are going to be needed to the websites, it will be a time-consuming job. I feel this must be a weakness in MF as it doesn't occur with other browsers.

    Seems to be caused by the width="100%" for that table. That 100% is taken from the width on the outer table that is almost full screen width.<br />
    You can see that with the DOM Inspector.
    DOM Inspector: https://addons.mozilla.org/firefox/addon/6622
    <pre><nowiki><table width="100%" border="0" align="left" cellpadding="3">
    </nowiki></pre>

  • Can I stop the Finder icons from changing size while I use the Trackpad?

    Very frustrating:
    Often when I touch my trackpad and I'm in finder the icons/folders get very small! Have to go back to "Finder" then "View" amd "show view options" to reset them to 48x48.
    Is there a way to lock the change of their sizes (but still use the trackpad for touch sensitive stuff)?

    System Preferences>Trackpad. Uncheck Pinch to Open and Close.

  • I am attempting to download Elements 13 trail version and I get to the point where it says sign in required. The circle whirls like it is working and then it says that I need to connect to the internet and try again. But I verified that I am connected and

    Can anyone help?

    Jimmy RG
    In the Elements Organizer 13
    The key to all this is to click on/select/highlight the Album that you have created in Local Albums.
    Then make sure that the Sort By: (in the row below the highlighted "Media" header is set for Album Order.
    You should see a number at the top left of each of thumbnails.
    Then, click on the thumbnail that you want to move, hold down the click, and drag the thumbnail to the wanted new location
    in the line up of thumbnails.
    Often I had to press down hard on the drag.
    Please let us know if that worked for you.
    Also, in Edit Menu/Preferences/Keyword Tags and Albums/Enable Manual Sorting Options, I set all for manual.
    ATR

  • TS2198 ical (the calendar program) that came with this apple mac pc suddenly stopped working, then disappeared from the computer, from the desktop where I have been using it for the past two years, without trouble, then from the list of applications. . .

    ical (the calendar program) that came with this apple mac pc suddenly stopped working. When I pulled the icon from the desktop, it then disappeared from the computer.I have been using it from the desktop for the past two years, without trouble. It has uninstalled itself, without my intervention and has eradicated all traces of it, including all my entries from the computer memory. There is no program in the applications list. Can you say why this may have happened please?

    I opened one of the .calendar folders. There was a folder named Events which had either one or some files ending .ics. I opened several of these, which put up a dialogue window showing some parameters with data strings attached as follows :-
    BEGIN:VCALENDAR
    VERSION:2.0
    PRODID:-//Apple Inc.//iCal 4.0.4//EN
    CALSCALE:GREGORIAN
    BEGIN:VEVENT
    CREATED:20110824T070048Z
    UID:6AAAB8A2-64C7-4E88-8E5E-46A4D1036544
    DTEND;TZID=Europe/London:20110824T104500
    TRANSP:OPAQUE
    SUMMARY:Try to avoid general urticaria triggers such as stress\, alcohol
    \, aspirin\, hot baths\, rapid temperature changes\, tight clothing and
    junk or processed foods containing sulphur dioxide\, sodium benzoate\, s
    alicylate and tartrazine.\n\nAvoid tomatoes\, strawberries\, strong chee
    se\, dark fish and fermented foods.
    DTSTART;TZID=Europe/London:20110824T094500
    DTSTAMP:20110824T070102Z
    X-APPLE-EWS-BUSYSTATUS:BUSY
    SEQUENCE:2
    END:VEVENT
    END:VCALENDAR

  • Having tremendous difficulty with the new version of iTunes.  Moving from a playlist to the main music library has iTunes using 100% of the cpu and listed as not responding.  Not sure this new version was ready for release!

    OK, issue seems to be when I've selected "Albums" as the view.  Moving to "Songs" is OK.  This problem just appeared with the new release.  Anyone else having difficulty?

    well nobody bothered to give me a hint on what to do, maybe because the problems with the new version of iTunes are really a lot, there is an enormous amount of people out there that have all sort of different problems including mine  so I have decided to return to the previous version which works fine and wait untill the apple people come up with a decent product ....

  • Has anyone else seen the bug where you click on a suggestion from the awesome bar dropdown, but it selects one of the bookmarks behind this in the bookmarks toolbar?

    I think the question and following details are enough information. I don't have anything more to say!

    I have not observed any noticeable change on my systems but given Mavericks' dramatically improved RAM memory management, it is entirely possbile that a big chunk of what you are seeing is from reduced swapfile and cache file requirements. I suspect it will take a while before many (any?) of us comprehend the full impact of the changes.

Maybe you are looking for