Named set in cube doesn't appear in Universe

I have several named sets in my cube that do not show up in the universe.  How can I get them to show up in the universe?  They contain a value for Yesterday which I need to use as a filter.  Is there a better way to create a filter for "yesterday"?

Thank you for the info. 
Can you help with the problem of creating a "yesterday" (or other date) filter?  I saw the thread "MDX syntax for current year in a Pre-defined condition"  in which you suggest using
<EXPRESSION>
IIF([Time Accounting].[Accounting Year.].CurrentMember.Properties("Name") = [Time Accounting].[Accounting Year.].CurrentMember.Properties("Current Year"), 1, 0)
</EXPRESSION>
to get the current year.  Could you elaborate on how to do that?  Do you put the expression in the filter like this?
<FILTER KEY="[Date].[Date]">
    <CONDITION OPERATORCONDITION="Equal">
       <CONSTANT CAPTION=<EXPRESSION>
        IIF([Date].[Date].CurrentMember.Properties("Name") = [Date].[Fiscal Hierarchy].CurrentMember.Properties("Yesterday"), 1, 0)
      </EXPRESSION>/>
    </CONDITION>
</FILTER>
Please give me more details on l how to do this.  I'm new to the Business Objects OLAP Universe and more of a report developer than a programmer.

Similar Messages

  • Alternative to a Named Sets in Microsoft Cube for Analysis Edition for OLAP

    SAP has told me via there support system that they do not support Named Sets in Microsoft Analysis cubes and I need to be able to create specific time parameters to ease reporting requirements.  We are migrating off ProClarity and onto Analysis Edition for OLAP and need to be able to create these specific time dimensions.  I don't want to use custom groups as this would be hardcoding the values for the dates.  Is there any alternative to have these dates available in the Analysis application?  Any help would be greatly appreciated. 
    Please note that the Business Layer on the Webi side supports named sets and I have already implemented this for scheduled reports. Below is the MDX Name Set query for the Previous month based on our time dimension.
    ---- [Previous Month] ----
    Intersect ([Time].[Time Fiscal Year].[Month].Members, LastPeriods (1, Tail(Filter([Time].[Time Fiscal Year].[Month].Members, NOT IsEmpty(([Time].[Time Fiscal Year].CurrentMember, [Measures].DefaultMember))), 1).item(0).Lag(1)))
    Our Current Version:
    SAP Business Objects BI Platform 4.1 Support Pack 2 Patch 2

    When connecting to SSAS in a cluster, you do not specify an instance name.  In your case, you would use the name of the SSAS IP address to connect.
    See:
    http://msdn.microsoft.com/en-us/library/dn141153.aspx
    For servers deployed in a failover cluster, connect using the network name of the SSAS cluster. This name is specified during SQL Server setup, as
    SQL Server Network Name. Note that if you installed SSAS as a named instance onto a Windows Server Failover Cluster (WSFC), you never add the instance name on the connection. This practice is unique to SSAS; in contrast, a named
    instance of a clustered relational database engine does include the instance name. For example, if you installed both SSAS and the database engine as named instance (Contoso-Accounting) with a SQL Server Network Name of SQL-CLU, you would connect to SSAS using
    "SQL-CLU" and to the database engine as "SQL-CLU\Contoso-Accounting". See
    How to Cluster SQL Server Analysis Services for more information and examples.

  • My iPhone doesn't appear in iTunes after setting up iCloud syncing

    I have an iPhone4 and have updated to ios 5 and have a macbook pro running Lion and have updated that and iTunes. Everything was goig OK but after setting up iCloud syncing I find if I want to sync by usb my iPhone doesn't appear in the devices. Maybe I have done something wrong, but I did usb sync once after all the setting up?

    Did you try recovery mode?
    iOS: Unable to update or restore

  • Hyper draw doesn't appear unless you set Hyperdraw/Articulation ID

    From the last 2 or 3 version Logic has an annoying behaviour on score window: Hyper draw doesn't appear unless you set Hyperdraw/Articulation ID/Any or None...
    This procedure has 3 minus points:
    1. The editing is slowed down
    2. Every time you close and reopen the score window YOU HAVE TO REDO IT!!!!
    3. What is it for?.....
    It was better before...

    For Radeon 7000, you need to:
    pacman -S xf86-video-ati
    You need to load those modules in /etc/rc.conf:
    MODULES=(agpgart via-agp)
    And in xorg.conf:
    Driver      "radeon"

  • I recently bought a WD My Book Live to backup using Time Machine, now that I've upgraded to and my old NAS won't support Mountain Lion. The WD drive appears in the Finder, it doesn't appear as an option when setting up the backup disc in Time Machine.

    I recently bought a WD My Book Live to backup using Time Machine, now that I've upgraded to and my old NAS won't support Mountain Lion. The WD drive appears in the Finder, but it doesn't appear as an option when setting up the backup disc in Time Machine. Any ideas please?

    " now that I've upgraded to and my old NAS won't support Mountain Lion. "
    Do you have a few words missing in the original question ?.
    When i upgraded from LION to MOUNTAIN LION it made NO difference at all to my MyBook Live !!!
    reading the original post again and again, do you in fact have two My Book Live units, an old one and a new one ?
    tim

  • HT201317 icloud doesn't appear in my network & internet screen on my windows pc.  I do I set it up?? thanks

    icloud doesn't appear in my network & internet screen on my windows pc. HowI do I set it up?? thanks

    Have you downloaded and installed it?

  • Named Set doesn't show aggregated values in excel while browsing

    Hi All,
    I have create a named to show Top 20 Clients Alphabetical. When I browse the named set, it is not showing aggregated values in the below.You can see in the image.
    Named Set Expression: 
    FILTER(
         Order
    ([Client].[Client].members,[Measures].[ACCOUNT RANK],BASC),
                  [Measures].[ACCOUNT RANK] > 0
                  AND [Measures].[ACCOUNT RANK] < 21)
    After reading blogs, I found I have to add ALLMEMBERS function inorder to show aggregated values in excel while browsing.
    http://prologika.com/CS/blogs/blog/archive/2009/01/27/named-set-subtotals-in-excel.aspx
    I implemented and some of them working fine but this is not working. Not sure what's happening.
    Modified Named Set Expression:
    FILTER(
         Order
    ([Client].[Client].allmembers,[Measures].[ACCOUNT RANK],BASC),
                  [Measures].[ACCOUNT RANK] > 0
                  AND [Measures].[ACCOUNT RANK] < 21)
    Please let me know, what else I can do to fix this issue. Thanks in advance and appreciate for reply.
    Maruthi...

    Hi Maruthi you just need a simple change in the Query .
    You need to include the All level and try using TopCount() function instead of the sequential FILTER/ORDER
    Try this,
    {TopCount
    [client].[client].allMembers
     ,20
    ,[Measures].[AccountRank]
    ),[client].ALL};
    Venkata Koppula

  • Month doesn't appear in the axis for last 12 months

    Hi !
    I have created a graph which gives records for the last twelve months, my formula is:
    if {Commande.DATE} >= dateadd('m',-12,currentdate) and {Commande.DATE} <=currentdate then {Commande.DATE}
    At this point everything's fine ,
    I have to create another formula to have Month name
    from today which mean ,the order should be like this on my graph axis, 1st last month is febuary and last 12 months from today is March
    March - April - May - June - July - August - September - October - November -December - January Febuary
    here is that formula which I have called Month Sort order:
    If month({@last12months})=01then
    "Janv" else
    if month({@last12months})=02 then
    "Fév" else
    If month({@last12months})=03then
    "Mars" else
    if month({@last12months})=04 then
    "Avril" else
    If month({@last12months})=05then
    "Mai" else
    if month({@last12months})=06 then
    "Juin" else
    If month({@last12months})=07then
    "Juil" else
    if month({@last12months})=08 then
    "Août" else
    If month({@last12months})=09then
    "Sept" else
    if month({@last12months})=10 then
    "Oct" else
    If month({@last12months})=11then
    "Nov" else
    if month({@last12months})=12 then
    "Déc" else ""
    in the Graph/Chart expert ,in the resulting dialog box I have set  the following options:
    On Change of: i have set the formula Month Sort order which will bring me the  month name  and for the order I have set in the Original order .
    It works fine I retrieve records for last 12 months but on  my axis ,the name for
    the last 12 months doesn't appear  in this case ( March) it is blank ,I have the records for March but not the month name March in my axis  it show april  to febuary  but not March
    Thank you for helping me

    Thank you for your reply , but this doesn't solved my problem  ,
    I'm using a data from SQL2005 which is a stored procedure ,they have created a datefield named "DATE" and group the data the 1st of each month in this SQL stored procedure ,the only day for each month that I have in this data is the first of each month for each record found ,so I've changed the formula for this, to get records the 1st of each month for the last 12 months :
    the new Formula for is:
    if >= DateAdd("m",-12,CurrentDate) - day(CurrentDate)+1 and
    <=DateAdd("m",-1,CurrentDate) - day(CurrentDate)+1 then
    this condition formula bring me _Null datefield_ ,and this is why I see a null label axis at the bottom,do you have an idea how I can eliminate the null datefield , I need to have only the last 12 months data on this graph but I need all data for the past 3 years for 2 other grah on this same report
    Thank you very much ,

  • Sublinks doesn't appear

    i tried to do but unfortunatly the sublink doesn't appear at all.
    when i trace, all things appear in ouput windows.....
    also it is online, kindly check it : www.it4net.net/test/
    let me know why?
    i appreciate your help,
    MELAS
    this is my as code in the first frame :
    var newsXML:XML = new XML();
    newsXML.ignoreWhite = true;
    var output:String= "";
    newsXML.onLoad = function(success) {
            if (success) {
        for(var i:Number=0;i<newsXML.firstChild.childNodes[1].childNodes[0].childNode s.length;i++){
    var tlink:String = newsXML.firstChild.childNodes[1].childNodes[0].attributes.Name;
    var linkS:String = newsXML.firstChild.childNodes[1].childNodes[0].childNodes[i].attribut es.Lname;
    var textS1 = newsXML.childNodes[0].childNodes[1].childNodes[0].childNodes[i].first Child.nodeValue;
    var pdfS = newsXML.firstChild.childNodes[1].childNodes[0].childNodes[i].attribut es.pdfs;
    output += textS1;
    output += "<a href='"+pdfS+"'>Download PDF</a>";
    output += "\n";
    var textS = output;
    trace(textS);
    _root.sub_bg.subTXT.htmlText = "<a href='asfunction:linkF,"+textS+"'>"+linkS+"</a><br>";
    _root.sub_bg.linktitle.htmlText = tlink;
    newsXML.load("xml/Profile.xml");
    also this is my xml changed:
    <?xml version="1.0" encoding="utf-8"?>
    <content>
    <Home>
         <Body>Integrated Systems Ltd., is a corporation organized under  the Investment laws of Egypt with its registered number 38531, and  having its registered office at 50, El-Hegaz Street, Heliopolis Square,  Cairo –11351, Egypt.
    Since 1999, Commtech Integrated Systems Ltd. has  started its activities in the Egyptian market through providing  consultations for communication systems to highly ranked Egyptian  governmental authorities.</Body>
    </Home>
    <Home2>
    <Submenu Name="Company Profile">
         <links Lname="Our Strategy" pdfs="pdf/pdf1.pdf">COMMTECH strategy  aims at providing the Egyptian market with the State-of-The-Art  technology solutions through the most trustful and reputable vendors and  technology providers around the world.
    Our role is to provide new  innovative communications and information technology solutions to  enhance and develop Small and Medium Enterprises IT infrastructure  network capabilities.
    We accomplish our strategy through delivering  high quality, high reliable, effective and innovative solutions to our  customers, while providing full technical support to our customers to  control and manage their IT resources through integrating and  standardizing several key components to enhance SME IT business  processes.
    </links>
        <links Lname="Our Vision" pdfs="pdf/pdf2.pdf">Our Vision TEXT
        </links>
        <links Lname="Our Mission" pdfs="pdf/pdf3.pdf">Our Mission TEXT
        </links>
        <links Lname="Our Commitment" pdfs="pdf/pdf4.pdf">Our Commitment TEXT
        </links>
    </Submenu>
    </Home2>
    </content>

    If you have added an image named "ico-big.png" to a folder called "Resources" in your project the following markup should display the image:
    <Image x:Name="pack___siteoforigin_____Resources_ico_big_png" Source="Resources/ico-big.png"/>
    Make sure that the Build Action of the Image is set to Resource in the Properties window in Visual Studio or that it is set Content and that the Copy To Outpur Directory property is set to Always or Copy if Newer.
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question. Please don't ask several questions in the same thread.

  • I open a file - playback - the audio is there - doesn't appear in timeline, but I hear it, after 1 edit, the audio disappears.  I have to reboot to get it back then it happens again.  All suggeswtions welcome.  Thank you, Randy

    I open a file - playback - the audio is there - doesn't appear in timeline, but I hear it, after 1 edit, the audio disappears.  I have to reboot to get it back then it happens again.  All suggeswtions welcome.  Thank you, Randy

    Is your Premiere Elements 12/12.1 running on a Windows 7, 8, or 8.1 64 bit computer or a Mac computer?
    What is the brand/model/settings of the camera recording your video?
    Windows 7 64 bit PC 
    Footage taken from DVD through Adobe Premiere Elements
    Are you sure about the Frame Width and Frame Height that you gave 720 x 484? Did you mean 720 x 480?
    Yes, my err.  720X480
    For the Frame Rate, was it really 29.97 frames per second and you rounded it off to 29 frames per second? Or,
    is the frame rate really 29 frames per second?
    If the properties that you just posted are representative of your source file, what project preset did you or the
    project set for the project preset? If you are not sure, please tell us the readings for Editing Mode, Timebase, Frame Size,
    and Pixel Aspect Ratio under Edit Menu/Project Settings/General.
    Still having problems - haven't been able to edit project. 
    Thank you for your help.
    Randy Klein

  • Can't restore iPod because it doesn't appear on desktop

    I connected my ipod to my Mac, it showed up on the desktop but not in iTunes. The ipod window said Do not Disconnect. I waited a few minutes, then chose Eject iPod. I restarted the mac, reconnected iPod using a different FireWire port. The iPod no longer appeared on the desktop, and the Do Not Disconnect warning was still there. I switched to USB connection. No go. I ran Disk Utility Repair Permissions on my HD and restarted.
    I've been downloading a lot of podcasts lately, don't know if that's the cause of this problem. I'm using iTunes 7.1.1 and Mac OS 10.4.9.
    I found a solution for this problem in Archives, but it's dated 12/05, and I'm wondering if it still applies. Part of the solution says to run disk utility, select the ipod, then select Format. But I don't see Format as a choice on version 10.5.6 of Disk Utility. Maybe what was Format in 2005 is now called something else? Like maybe Partition? Here's the post (by john madson) from 2005:
    "i can fix this but you will need a mac let me explain
    when the last system update for mac os x tiger came through after you are done installing the update the update says it is optimizing the hard drive well it optimizes the hard drive on the ipod as well and cause the internal drive on the ipod to malfunction but this isn't apples fault this is caused by user error im sorry to say
    in order to fix this on the mac
    here is what you need
    1.the latest apple ipod updater software (will explain why later in this)
    2. of course a apple ipod mini usb cable
    3. apple ipod mini
    4. mac os x panther or tiger
    1.start up the mac computer
    2. connect the ipod to the computer don't worry if it doesn't appear on the desktop
    3.go into utilites by double clicking on the hard drive icon and select utility
    4.run disk utility
    5.you will notice the ipod will apear in the disk utility program but not on the desktop
    6. select the ipod in the left pane
    7. select format
    8. tell it to format it in a mac os extended partition
    9.once this is done you will notice the ipod will apear as a removable hard drive but. do not disconnect the ipod
    10. run the apple ipod updater
    11.reinstall the latest updated firmware
    12.unplug the ipod
    13. replug in the ipod
    14. you will notice the ipod will apear as a ipod icon on the desktop
    WARNING:AFTER YOU FORMAT IF YOU DISCONNECT THE IPOD THIS WILL BRICK THE IPOD WHEN YOU FORMAT THE IPOD USING DISK UTILITY IT ERASES EVERYTHING INCLUDING THE IPODS OS SO YOU NEED TO RUN THE UPDATER IMMEDIATLY TO GET THE IPOD WORKING AGAIN
    THE FIRST TIME THE IPOD IS RECONNECTED AFTER RUNNING THE IPOD UPDATER RE RUN THE UPDATER SELECT RESTORE THEN IT WILL FORMAT AND SET UP THE IPOD CORRECTLY
    FOLLOW INSTRUCTION CAREFULLYNEXT SYSTEM UPDATE DO NOT HAVE THE IPOD CONNECTED TO THE COMPUTER DURING UPDATE"
    G5 Quad 2.5GHz   Mac OS X (10.4.9)  
    G5 Quad 2.5GHz   Mac OS X (10.4.5)  

    One more thing: I reset my iPod (toggled Hold, etc.). It appeared in iTunes but not on the desktop, with the message "If your experiencing problems with your iPod, you can restore its original settings by clicking restore." Which I did. Got a window asking if I wanted iTunes to check for a new software update. I said yes. Got an exclamation-point msg "There was a problem downloading iPod software. The requested resource was not found. "
    G5 Quad 2.5GHz   Mac OS X (10.4.5)  

  • Movie purchased on iPad doesn't appear on Apple TV

    Last week, my son purchased the SD version of Terminator 2 on his iPad and, after syncing to our iMac, we have been able to watch the movie on the computer, my iPhone and an iPod touch. However, the movie doesn't appear in the movies that are listed under the "computers" tab of the home screen of my 2d gen Apple tv.
    Of course, I have home sharing set to all of my Apple devices, so that isn't the problem. Additionally, I have the latest version of iTunes, OS X and iOS on the devices. Interestingly, all of the other movies that I have in my movies library in iTunes on my iMac show up on the Apple tv menu - EXCEPT T2!
    For what it's worth, I noticed that Terminator 2 is not available to rent on my Apple tv; I don't know if that's merely a coincidence, or an actual explanation for my problem.
    Can anyone offer me any insight as to why the T2 movie that was purchased from iTunes on an iPad doesn't even appear on my Apple tv? Is there some kind of default setting that only allows the Apple tv to stream movies that were purchased from the home sharing computer from which it is streaming content, in my case, the iMac?
    Thx for any help!

    Open itunes, connect ipad, click File>Transfer Purchases

  • After upgrading to IOS 5, the edit button doesn't appear in the CONTACTS

    After upgrading to IOS 5, the edit button doesn't appear in the CONTACTS. Any idea, why?

    If you have a gmail, yahoo, or even icloud etc. account go into settings>mail, contacts and make sure you're not syncing through yahoo for example.. Turn that off, if that still doesn't work delete the yahoo account and simply set up the account again..will add the + &amp; edit functions again..

  • Back-up / Retrieve Files from an external hard drive that doesn't appear in Devices

    Someone please help!
    I am going to write the "history" from my disk utility repair here so that other's who copy and paste into search may find it:
    (PLEASE SCROLL 13 ROWS DOWN)
    Verify and Repair volume “Your Hard Drive Name”
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Keys out of order
    Rebuilding catalog B-tree.
    The volume   could not be repaired.
    Volume repair complete.Updating boot support partitions for the volume as required.Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    Ok. I would really love to reformat this disk, but I have stuff on here from film school that I CAN NOT lose
    Question:
           How would I go about backing-up the disk if the image doesn't appear under devices? I went to the "Restore" tab/button, but I can not choose the hard drive in the first field. I could have sworn my hard drive was formatted for Mac, but I may have formatted it back to FAT32. I know the disk still functions because when it is powered on, it cycles with/without being connected to my MacPro, but after that, it will only cycle if connected (confirming connection). It does run again when I connect the firewire cable. Here is my equipment:
    8-Core MacPro 16GB-Mem RAID
    MacOSX 10.6.8 | 2 X 1TB Internal HDD
    Aug-2008 15" MacBookPro
    (That I used the Maxtor-External with mostly)
    DEVICE IN QUESTION
    500GB Maxtor One-Touch Plus
    FireWire 400 6-pin Connection Bus (2 Ports)
    Purchased in Early 2008 from Staples
    I can fit the back-up on my 2nd HDD in my MacPro or in my other External:
    2 TB G-Technology G-RAID External
    1 x eSATA |  2 x FireWire 800 9-pin |  1 x USB 2.0
    Self Powered DC-IN
    I have had a nightmare searching for answers, so any options you might have would be tremendously helpful. I can't lose the data because I have everything I did during film school on there. That stuff is basically what you pay for when you go to film school, you pay to show what you can do and what equipment you have used. SAVE ME FELLOW APPLE PEOPLE!!!! We COMMAND, as well as CONTROL!
    -RaphSai

    Get Disk Warrior that will repair the problems without requiring that you reformat the drive - $99.00 on a bootable CD. Will not work on a FAT formatted drive.
    You will need to use Drag and Drop to save your files by copying them from the bad drive to a good one.
    To reprep the drive:
    Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • Condition Type Doesn't Appear in COMMPR01

    Hello CRM Pricing Experts,
    I have created a custom pricing procedure called Z00001.  This pricing procedure has a custom condition type called ZPR0.  This in turn is based on a custom access type ZPR0 (Access=5, Table=SAP00080,E=checked, requirement=0.......based on the product).
    I have also maintained the pricing procedure with Distr Channel 10 (no division, no customer proc etc.) "Determination of Pricing Procedure".
    The problem is that when I create a material using COMMPR01, the new condition type doesn't appear as a valid condition type on the Conditions tab's Item Area.
    What could I be missing?
    I'd appreciate your help.

    Thanks for your reply.
    I followed the instructions you mentioned.  It dawned on me that I can only have 1 entry for application CRM.  This seemed like a big change so I decided not to change this and leave the CRM-> Condition Maintenance group setting as CRM->PRODUCTPRICES.
    I do have one follow-up question:
    Within the same screen (condition maintenance), what is the purpose of Product Category folder on the left pane.  I see an entry there for CRM ->PRCAT_CRM.  What does this mean? Do I have to add my item category here? Or is this something different?
    Thanks
    Edited by: Jamal Kazmi on Aug 29, 2009 9:18 PM

Maybe you are looking for