Wat is the different between AP set and ORI set?

i fedup about wan buy AP set or ori set... because AP set is cheaper but i scared AP set spoil more easily, i also heard people say AP set camera and sound system is different with ori set.... guys kindly please tell me wat is the different between AP set and ori set and izit same to buy AP set and ori set?THX YA ^-^....
Message Edited by geronimo on 24-Mar-2008 06:29 AM

Thanks YuliaKlimov, I can reproduce this issue, but I cannot explain the different behaviors between SSAS 2008 and 2008R2. As a workaround,
could you try to use dynamic set or create statics set but with fixed member for example:
CREATE 
SET CURRENTCUBE.[Prior Month] AS
[Date].[Date Key].&[20050723].PrevMember
, DISPLAY_FOLDER = 'Relative Period Sets';
Personally, I think your set is dynamic set, because the currentmember is changed base on current selection. You can also submit this issue
on below official link to get confirmation from Product Group:
 https://connect.microsoft.com/SQLServer/
Thanks,
Raymond
Raymond Li - MSFT

Similar Messages

  • What is the different between adobe reader and adobe acrobat reader?

    what is the different between adobe reader and adobe acrobat reader?What are the procedure to download a Acrobat reader?

    Good day,
    Adobe Reader is a free application we offer for viewing and printing PDF files.  Many years ago, it was known as Acrobat Reader.  You may still see some users refer to Adobe Reader as 'Acrobat Reader'.  Old habits are sometimes hard to break!
    You can download Adobe Reader by visiting: http://get.adobe.com/reader/
    Kind regards,
    David
    Adobe Systems

  • What is the different between Photoshop element and Photoshop CS 6?

    What is the different between Photoshop element and Photoshop CS 6?
    Which version is latest Photoshop CS 6 or Photoshop CS 8?
    Can Photoshop CS 6 & 8 compatible with Window 7 or Window 8.1?
    What is the different between Photoshop Element and CS 6 ?

    They are two entirely different and separate applications, each one with its own separate and independent development and engineering teams.
    Photoshop is a professional level application that makes no apologies for its very long and steep learning curve. It has a bunch of features that are absent in Elements.
    Elements, on the other hand, is a simplified application lacking much of the power and refinements of Photoshop proper, but it has hand-holding features designed to appeal to amateurs and beginners.
    If your needs are not complicated, Elements may just be the ticket for you.
    Please realize that you are not addressing Adobe here in these user forums.  We are users just like you.  Personally, I have no connection to Adobe.

  • (EarPods) What is the different between MD827ZM/A and MD827ZM/B?

    Hi Comunnity,
    i have a question about EarPods.
    what is the different between MD827ZM/A and MD827ZM/B?
    best regards,
       Kita13

    It appears that the A is US version and B is UK,
    No technical difference just country of sale.

  • What is the difference between quarterly patches and patch sets

    Hello,
    What is the difference between quarterly patches and patch sets?
    Should we always apply the latest quarterly pathches?
    Is it better to apply to the latest patch set if one can afford?

    The quarterly patch sets are generally security fixes, or Critical Patch Updates (CPU). Oracle strongly recommends that the CPU patches are applied. CPU and quarterly patches do not change the release/version of the database.
    The patch sets contain bug fixes and do change the release/version of the database.
    As with all patches you should test them on a test database before deploying in production. If you have vendor supported applications you should contact your vendor before applying any patchsets.

  • Whats the different between iphone 5s and 5c

    whats the different between iphone 5s and 5c

    Primary differences are:
    Aperture, flash, stabilisation and shutter speed of the camera.
    Processor type and the inclusion of a 'co-processor' for movement sensors.
    Materials used for the frame and outer shell.

  • Whats the different between regular strems and buffered streams?

    Hum , Hey.
    Whats the different between regular streams(un buffered) and buffered streams?
    When should I use buffered streams and when should I use buffered streams?
    Thanks in advance !

    Gonen wrote:
    CeciNEstPasUnProgrammeur wrote:
    Heck, I often asked myself that, too. If only there were any documentation for those classes one could read...
    The buffer allows the stream to read a whole chunk of data, even though your program requests it one byte at a time. Reading larger chunks from a file e.g. is much faster than trying to read single bytes. Especially considering that usually, a whole cluster is read and you'd discard all but one byte, and then repeat the same...so if the buffered is faster . why there is un buffered streams?Lots of reasons. Maybe you're sure you're going to send or receive all the data in one transaction, so you don't want to waste memory on another buffer. Maybe you're sending data to a device that requires real-time input, like a robotic arm.

  • What is the different between mb11, mb1b and migo ?

    Hi all,
    What is the different between the following goods movement transactions-
    MB11
    MB1B
    MIGO
    Regards,
    Yinyan Lu

    Dear Lu,
    In my understanding MB11 and MIGO can be used for a transfer posting or goods issue or goods reciept against any order or
    for reversal of good's movements.Means it can be used for 101,102,261,262,311,312 etc.
    But in MB1B,only transfer postings can be performed like transfer posting from one plant to another or one storage location to
    another like 301,311,or 302,312,or to convert from one material to another using 309 movement,or to transfer the quality stock
    to unrestricted stock using 321 movement can be performed.
    Regards
    Mangalraj.S

  • WHAT IS THE DIFFERENCE BETWEEN PHRASE GROUP AND PHRASE SET?

    WHAT IS DIFFERENCE BETWEEN PHRASE GROUP AND PHRASE SET?

    Hi Ramya,
    Definition of a Phrase group is a number of phrases contained in a phrase library grouped according to logical criteria. A phrase can be assigned to only one phrase group.
    Phrase set is grouping of phrases for a purpose which includes allowed phrases for a value assignment type and Default phrases for a value assignment type. A phrase can be assigned to a number of phrase sets.
    Hope this helps you
    Best Regards
    Srinivas

  • OSB: The different between transportation layer and security layer

    Dear All,
    Do you have any idea for compare about security on service bus between transportation layer and message layer?
    Which one is better? And do you have any factor to consider which one I should use?
    Best REgards,

    If you are working with OSB 11g, please refer -
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15866/part_sg.htm#sthref1029
    Ofcourse you would like to have both of them if you want a healthy system. If your OSB services are internet facing then it is a sensible decision to have both transport (a bare minimum) & message security. If your services are exposed to a LAN/WAN then you may have either or both of them. Remember, securitiy processing is always an overhaed to the performance so should be used as and when required only.
    Regards,
    Anuj

  • What's the different between an Operation and a Method?

    Hello,
    I am wondering about the difference between operations and methods.
    For example, if I am listing the operations of a stack, I would say:
    1) Construct and Destroy
    2) Push
    3) Pop
    4) Top
    5) Empty
    6) Clear
    ...but are some of these methods just method and not operations?
    Again, for example if I am listing the operations for a Queue, I would say:
    1) Enqueue
    2) Dequeue
    3) Head
    4) Empty
    5) Clear
    ...but as some of these methods are not unique (i.e. 4, 5 & 6 are the same for queue as it is for stack) then are some of these methods just methods and not operations?
    Yours confused,
    Wood

    Ahem: "If formally, what are their definitions?"
    Feel free to consult the JLS: [http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html]
    There is no definition or use of "operation" as you seem to be plying it, in the JLS. Note that constructors are not methods, according to the JLS definition of method.
    On the other hand, if asked a question on an exam, I wouldn't stick to wooden definitions. I would use commonsense.

  • What are the different between Netflow protocols and Real Time Capture

    Hi Gurus,
    Let me know, if you have a link will be excelent, the different if we capture traffic in Real Time (using Spam Port) or export traffic by Netflow protocol.
    When I capture traffic and analysis it (using Wireashark or TCPDump) in Real Time I see in detail all data, but in Netflow I see statistic?
    Any other tip or link where could explian in detail, please?

    Capturing packets via a span port and inspecting with Wireshark or   any pcap analysis tools is looking at actual datagrams - the details are   much more indepth and detailed and you are not missing anything. You  see the actual IP conversations.
    NetFlow captures the  header information from each of the IP conversations  traversing your  networking device and allows for flow analysis tools to  decipher them  and display the results. With NetFlow, each IP  conversation is  represented in a flow with information about its source  and destination  IP Address, port numbers, protocol, ToS, etc. Now  remember, NetFlow is  not all sampled - It captures all the IP  conversation information.  There is also sampled NetFlow like Seb stated  in the previous reply,  but not all NetFlow is sampled. You can enable  sampling to capture 1 in  100 packets or 1 in x packets.
    A  simpler way to put it  is, consider a phone call. Packet capture is like  knowing who called  whom, how did they call, what did they use, when did  they call and also  get to know what did they talk about.
    NetFlow  is like your phone bill - you know who called  whom, when it happened,  how long they talked, etc., but you do not know  what did they talk  about.
    If you have a resource intensive network, capture NetFlow from all the nodes and do spanning from the most important interfaces.
    Regards,
    Don Thomas Jacob
    http://www.solarwinds.com/netflow-traffic-analyzer.aspx
    NOTE: Please rate and close questions if you found any of the answers helpful.

  • Wat is the diff. between at first and top of page

    pls let me know

    <b>AT - itab </b>
    Syntax
    LOOP AT itab result ...
      [AT FIRST.
       ENDAT.]
        [AT NEW comp1.
         ENDAT.
           [AT NEW comp2.
           ENDAT.
           AT END OF comp2.
           ENDAT.]
         AT END OF comp1.
         ENDAT.]
      [AT LAST.
      ENDAT.]
    ENDLOOP.
    Extras:
    1. ...  FIRST
    2. ... |{END OF} comp
    3. ...  LAST
    Effect
    The statement block of a LOOP loop can contain control structures for control level processing. The respective control statement is AT. The statements AT and ENDAT define statement blocks that are executed at control breaks. Within these statement blocks, the statement SUM can be specified to total numeric components of a group level. In the case of output behavior result, the same applies as for LOOP AT.
    So that group level processing can be executed correctly, the following rules should be noted:
    After LOOP there should be no limiting condition cond specified.
    The internal table must not be modified within the LOOP loop.
    The work area wa specified in the LOOP statement after the INTO addition must be compatible with the line type of the table.
    The content of a work area wa specified in the LOOP statement after the INTO addition must not be modified.
    The prerequisite for control level processing is that the internal table is sorted in exactly the same sequence as the component of its line type - that is, first in accordance with the first component, then in accordance with the second component, and so on. The line structure and the corresponding sorting sequence gives a group structure of the content of the internal table, whose levels can be evaluated using AT statements. The AT-ENDAT control structures must be aligned one after the other, in accordance with the group structure.
    The statement blocks within the AT-ENDAT control structures are listed if an appropriate control break is made in the current table line. Statements in the LOOP-ENDLOOP control structure that are not executed within an AT-ENDAT control structure are executed each time the loop is run through.
    If the INTO addition is used in the LOOP statement to assign the content of the current line to a work area wa, its content is changed upon entry into the AT-ENDAT control structure as follows:
    The components of the current group key will remain unchanged.
    All components with a character-type, flat data type to the right of the current group key are set to character "*" at that position.
    All the other components to the right of the current group key are set to their initial value.
    When the AT-ENDAT control structure is exited, the content of the current table line is assigned to the entire work area wa.
    Note
    If the INTO addition is used in the LOOP statement, a field symbol can be specified outside of the classes after AT |{END OF}. The appropriate component of the work area wa is assigned to this field symbol.
    Addition 1
    ... FIRST
    Effect
    First line of the internal table.
    Addition 2
    ... |{END OF} comp
    Effect
    Beginning or end of a group of lines with the same content in the component comp1 comp2 ... and in the components to the left of comp1 comp2 .... The components comp1 comp2 ... can be specified, as described in the section Specification of Components, with the limitation that access to object attributes is not possible here.
    Addition 3
    ... LAST
    Effect
    The last line of the internal table.
    <b>TOP-OF-PAGE </b>
    Syntax
    TOP-OF-PAGE [DURING LINE-SELECTION].
    Addition:
    ... DURING LINE-SELECTION
    Effect
    This statement defines an event block whose event is triggered by the ABAP runtime environment during the creation of a list. This occurs when a new page is started - that is, immediately before the first line in a new page is to be output. All list outputs that take place in the event block are placed below the standard page header of the list. You cannot output more lines than are available in the page within the event block. The NEW-PAGE statement is ignored within this event block.
    The entire output written to the list in the event block belongs to the page header of the current list page. The top page header cannot be moved when you scroll vertically in a list displayed on the screen.
    Addition
    ... DURING LINE-SELECTION
    Effect
    If you do not use an addition, an event block is triggered for event TOP-OF-PAGE during the creation of a basic list. If you use the addition DURING LINE-SELECTION, an event block is triggered for the corresponding events during the creation of details lists. You have to use system fields like sy-lsind to distinguish between the individual details lists.
    Regards,
    Pavan

  • Can someone tell me what's the different between Inspire T3030 and T3100? Which is better?

    Hi, I am considering to buy T3030 and T3100, which one is better if they are at the same price?
    Are they better than x230 by logitech?
    Thanks
    Message Edited by ahtze on 04-14-2007 08:08 PM

    is there any advantage for the purchased one ??
    Other than the fact that it's the ethical thing to do, that using any copy for which you have not obtained a legal license is a criminal copyright violation in almost very country in the world, and that legally purchasing your copy is the only way in which you would get any support from Apple? I would consider those all "advantages", myself.
    Regards.

  • What's the different between 2.3GHz and 2.6GHz?

    Is going to be a noticable difference? or I just need 16gb of RAM. And what exact improve from 2.3GHz to 2.6GHz? which part gonna faster?

    The most CPU-intensive operations will be up to 13% faster. Overall, the speed difference will be smaller because many operations aren't very processor-intensive. In day-to-day usage, the difference for most users is likely to be perceptible but not impressive.

Maybe you are looking for