Dimension Time - Level property SEMESTER value?

Hello all,
I'm triying to organize a time dimension this way:
-YEAR
  -SEMESTER
    -QUARTER
      -MONTH
I've an issue, and it's when I'm setting the LEVEL property to the corresponding semester in the hierarchy. If I set it to SEMESTER, the dimension won't process. What is the correct value for a semester? In the meantime I left the property set to QUARTER, is there any problem with this?
Thanks in advance!
Best regards

Hi Giovanni,
As you can see in the documentation here ([http://help.sap.com/saphelp_bpc75_nw/helpdata/en/4a/88580e1e01465f9ae876ffc46becd2/frameset.htm]), SEMESTER and HALFYEAR are not valid options for the LEVEL property in BPC NW. You could set these members as QUARTER and then set the actual quarters as MONTH and so on, but this will mess up your QTD and PERIODIC calculations, so it is not a good option.
I recommend that you maintain a PARENTH1 hierarchy on your time dimension that has conventional years, quarters, and months. Then maintain a secondary PARENTH2 hierarchy that contains only semesters/half-years (with the LEVEL set to YEAR or QUARTER) and months. In this way you can provide an aggregation on semester for your users.
If that is not what you are trying to accomplish, can you tell us a little bit more about what it is you want to do with these semesters?
Cheers,
Ethan

Similar Messages

  • Time when the waveform value cross a determined level

    Hi all,
    I'm using PCI-5112 with Labvew to capture a waveform and i'm getting a triangle form waveform type. How to find the time when the waveform value cross some predetermined values. To put it more clearly, I attached a picture. In my picture, I want to know TH (time interval when the Y value cross 100), TM ( time interval when the Y value cross 50), TL (time interval when the Y value cross 20). How to put these measurements through Labview program? Any clue or example would be very helpful. Thx  
    Attachments:
    description.jpg ‏22 KB

    You can do this using the built-in NI-SCOPE functions or the LabVIEW pulse waveform measurements VIs by tweaking the reference levels appropriately.  However, given the noise level in your signal, you may not be happy with the result, since these measurements are done essentially on a point-to-point basis.  A more robust option is to find the approximate location of the level crossing, take N points on either side of it, do a simple curve fit to this data, then use the curve fit to determine the actual level crossing.  A line fit would work on the first part of your curve, an exponetial or parabolic fit on the second.  A further optimization would be to use a robust fitting method, but it does not look like you need to go that far.
    If you need more details on any of these methods, let us know.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • MDX to get last date MEMBER associated with a time LEVEL

    Hi there,
    I need to come up with a MDX calculation in my cube that takes an average 90 days forward from the last date member associated with whatever time level is being viewed in a time hierarchy.  Is this something anyone could help me with?  I can come
    up with code that is specific to a level (Year, Month, Week) but not one that is dynamic.
    Best,
    D

    I don't know exactly what you want from me.  I have a Time dimension with Year, Semester, Quarter, Month and Date.  I want to be able to get to the last date associated with a time member. So, for example, I would want to derive like this...
    October 31, 2014 would get to October 31, 2014
    October 2014 would get me to October 31, 2014
    Quarter 3 would get to to September 30, 2014
    Semester 2, 2014 would get me to December 31, 2014
    2014 would get me to  December 31, 2014

  • Measures depending about dimension time

    Hello!!
    I have one problem about one report, depends of dimension time I can see one measure multiply with, one number depends if I choose Year,Month or Day.
    I put a example:
    I have a prompt in my dashboard, and I want that :
    if user choose one specific year AND Month All choices and day All choices, my measure show me (measure*100)
    if user choose one specific month AND day All choices, my measure show me (measure*50)
    if user choose one specific day, my measure show me (measure)
    I think that if in my prompt I create presentation variables (v_year, v_month and v_day) and in answers page edit my measure like this:
    CASE WHEN @{v_month} = 'All choices' AND @{v_day} = 'All choices' THEN "- Actual"."Nº Cons"*100 ELSE CASE WHEN @{v_month} <> 'All choices' AND @{v_day} = 'All choices' THEN "- Actual"."Nº Cons"*50 ELSE CASE THEN @{v_day} <> 'All choices' THEN "- Actual"."Nº Cons"END
    But I don't know how can I write "All choices". Can u correct my sentence or give another solution about this problem??
    Thank you very much!!!

    Hi,
    You may use the bit_length(presentation_variable) function that returns zero when 'All Choices' o no choice is selected in the prompt. It returns a value greater than zero when a value is selected in the prompt.
    Your case looks like the following:
    CASE WHEN
    *bit_length('@{v_year}') > 0 AND*
    *bit_length('@{v_month}') = 0*
    *AND bit_length('@{v_day}') = 0 THEN "- Actual"."Nº Cons"*100*
    *WHEN bit_length('@{v_month}') > 0*
    *AND bit_length('@{v_day}') = 0*
    THEN "- Actual"."Nº Cons"50*
    *WHEN bit_length('@{v_day}') > 0*
    THEN "- Actual"."Nº Cons" END
    Hope this help,
    Monica

  • Access composite level property in BPEL

    Hi,
       I have a composite level "auditLevel" property defined in composite.xml as given below. Can anyone suggest a way to access that property in BPEL process ?
    <composite name="SetInstanceTitle"
                   revision="1.0"
                   label="2015-04-12_18-52-43_897"
                   mode="active"
                   state="on"
                   xmlns="http://xmlns.oracle.com/sca/1.0"
                   xmlns:xs="http://www.w3.org/2001/XMLSchema"
                   xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                   xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
                   xmlns:ui="http://xmlns.oracle.com/soa/designer/">
          <import namespace="http://xmlns.oracle.com/CompositeSamples/SetInstanceTitle/SetInstanceTitleWithCondition"
                  location="SetInstanceTitleWithCondition.wsdl" importType="wsdl"/>
          <service name="setinstancetitlewithcondition_client_ep"
                   ui:wsdlLocation="SetInstanceTitleWithCondition.wsdl">
            <interface.wsdl interface="http://xmlns.oracle.com/CompositeSamples/SetInstanceTitle/SetInstanceTitleWithCondition#wsdl.interface(SetInstanceTitleWithCondition)"/>
            <binding.ws port="http://xmlns.oracle.com/CompositeSamples/SetInstanceTitle/SetInstanceTitleWithCondition#wsdl.endpoint(setinstancetitlewithcondition_client_ep/SetInstanceTitleWithCondition_pt)"/>
          </service>
         <property name="auditLevel" many="false">Off</property>
      <component name="SetInstanceTitleWithCondition" version="1.1">
        <implementation.bpel src="SetInstanceTitleWithCondition.bpel"/>
       </component>
    Thanks in advance,
    Saba

    Hi AnatoliAtanasov,
      Thank you for your reply.
    My requirement is to set composite instance title by retrieving SOA Audit Level settings in BPEL process.
    Need to set composite instance title If "auditLevel" is not "Off" or "Inherit".
    If I use this composite level property "<property name="auditLevel" many="false">Off</property>", it is getting reflected in EM Console. Also this property value get change if do auditLevel change from EM console.
    So I thought, I can use this property to control composite instance title setting in BPEL process dynamically.
    Please advise me any possible solution to achieve my requirement.
    Thanks in advance,
    Saba

  • Dimension Time

    Good morning,
    I have the following problem:
    I created a table TIME with fields day (ex: 1, 2, 3, ...), month (ex: January, ...) and year (ex: 2000, 2001, ...).
    My table contains data such as:
    2000 February 1
    2000 February 2
    2000 February 3
    2000 February 4
    2000 March 1
    2000 March 2
    2001 ....
    Then I created a time dimension with the level day, month and year
    I did the mapping
    But when I try to watch my dimension I see something like this:
    2000
    January
    9
    10
    11
    12
    1
    2
    10
    11
    I have several times the same day and I do not really understand why ... Normally I should have all the years, months and days as in my OLTP system, isn't it?
    Like:
    2000
    February
    1
    2
    3
    4
    Someone can help me?
    My configuration:
    Server: Oracle enterprise edition 11g
    Client: AWM 11g
    Thank you in advance,
    David

    The question is that when i do the reverse engineering of a planning application i cant see the dimension time such as version and scenario dimension and so i cant use the time dimension table target to load my dimension time .csv (for example the following structure: year, month grouped by quarters, and days grouped by weeks) into planning by the same procedure (by mapping source and target table) to load others sample dimensions (metadata) such as account, entity or another dimension that i have created after that i have created the application.
    thanks
    best regards

  • Unable to set a top-level property object

    Hey guys
    I've made a little sequence to fetch data from a XML file. In that XML file, there is some informations (entries) (IP addresses, port numbers, etc) about 4 different types of devices(sections are the devices names). The first section of the XML tells me the NAMES of the devices I have to configure. The type of each device is located in the entries of each device. Each device has its own information and I can have more than one device of a type. In teststand, I've created custom data types (containers with empty fields) for each type of device I need.
    I want to dynamically create the devices that the XML file tells me to configure as fileglobal variables and populate them with their own config informations (entries of the XML file). I'm creating new fileglobal of the type I want using PropertyObject step and I'm creating an alias of that fileglobal that I'm passing in parameter to a subsequence who's getting infos from XML. Here, everything is OK.
    The problem occurs when I want to configure 2 or more objects of the same type. At the SetProperty step (where i'm creating the fileglobal variable) teststand gives me the error:
    "Unable to set a top-level property object to another object. Error accessing item 'Parameters.DeviceToInitStruct'."
    Is there any ways to avoid that problem and creating to variable of the same type ?
    thanks

    Hi
    I finally got rid of that problem.
    Instead of using a PropertyObject.Clone step, I used a statement who's just copy the "MasterObject" into a "CloneObject" and i'm working with that copy. So the sequence can now create devices of the same type without any conflict with the first device.
    i'll post here a short example to show how i did... maybe it'll be useful for someone...
    regards

  • How to show property bag values of site collection in web part on landing page in sharepoint online?

    How to show property bag values of site collection in web part on landing page in sharepoint online - office 365?

    You can use JavaScript Client object model to read the property bag values. Example:
    function getWebProperty() {
    var ctx = new SP.ClientContext.get_current();
    var web = ctx.get_site().get_rootWeb();
    this.props =  web.get_allProperties();
    ctx.load(web);
    ctx.load(this.props); //need to load the properties explicitly
    ctx.executeQueryAsync(Function.createDelegate(this, gotProperty), Function.createDelegate(this, failedGettingProperty));
    function gotProperty() {
        var myPropBag = this.props;
        alert(myPropBag.get_fieldValues()["allowdesigner"]); //returns the value of the key allowdesigner
    function failedGettingProperty(args, sender)
         //handle errors here
    Source:
    http://sharepoint.stackexchange.com/questions/37198/grab-a-specific-property-bag-using-ecma-script
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • J1IEX Item Level data Duty values Tab Screen

    Hallow Experts,
    In J1IEX - Capture / Post / Cancel Excise invoices transaction > Item Level data > duty values tab screen,
    System displays following information
    Excise duty Base Amount – Basic material Amount on which excise tax amount is calculated. (Pls. correct if I am wrong)
    Then information displays individually for BED, AED, NCCD, SED, ECESS This information is displayed in following four rows.
    Total Duty
    Credit available
    Credit availed
    Credit due
    Inventorized duties
    I want to know the description of above mentioned entries (e.g. – what is Credit available? What is credit availed? And what is credit due?) And at what level, which row entry is displayed, that mean while capturing excise invoice entry will be displayed in which row? After posting excise invoice entry will be displayed in which row?
    And after posting vendor invoice entry will be displayed in which row?
    Also please explain - What is Inventorized duty? And when it is to be displayed?
    Thanks in advance!!!!

    Hallow Experts,
    In J1IEX - Capture / Post / Cancel Excise invoices transaction > Item Level data > duty values tab screen,
    System displays following information
    Excise duty Base Amount – Basic material Amount on which excise tax amount is calculated. (Pls. correct if I am wrong)
    Then information displays individually for BED, AED, NCCD, SED, ECESS This information is displayed in following four rows.
    Total Duty
    Credit available
    Credit availed
    Credit due
    Inventorized duties
    I want to know the description of above mentioned entries (e.g. – what is Credit available? What is credit availed? And what is credit due?) And at what level, which row entry is displayed, that mean while capturing excise invoice entry will be displayed in which row? After posting excise invoice entry will be displayed in which row?
    And after posting vendor invoice entry will be displayed in which row?
    Also please explain - What is Inventorized duty? And when it is to be displayed?
    Thanks in advance!!!!

  • Changing the dimension hierarchy level keys in RPD online mode caused issue

    Hi,
    We tried to correct the dimension hierarchy level keys and remove prefered drill path settings in the business model layer in RPD in online mode. However this caused all the reports and dashboards based off of this subject area to show incorrect, and/or restricted data. The physical query generated by the answers requests were also incorrect.
    Even restarting the server and presentation services could not resolve the issue. Can someone please help us to understand what could have caused this issue?
    Thanks in advance

    Hi,
    I am not sure why the existing reports throw an error when I change the RPD dimension hierarchy level keys. Does anyone know how I resolve this issue.
    This is urgent. Any help will be most appreciated.
    Thanks in advance.

  • Property typographicCase value capsAndSmallCaps is out of range

    Hi
          I am using charFormat.typographicCase = TypographicCase.CAPS_AND_SMALL_CAPS;
    then i got the execption Property typographicCase value capsAndSmallCaps is out of range
    If have any Idea please reply.
    Thanks

    Thanks Robin
                  It is  TLFTypographicCase.CAPS_TO_SMALL_CAPS not TLFTypographicCase.CAPS_AND_SMALL_CAPS

  • Incomplete "authentication level" property support on iOS/Mac clients

    When “authentication level:i:0" property is present in RDP file, client shouldn't show warnings regarding RDP server identity. Such warnings could appear when untrusted certificate is used on RDP server or when "RDP Security Layer" is used/configured
    on the server. With “authentication level:i:0" iOS/Mac clients omit warning only for the first case (untrusted certificate), but still show warning for the second case (RDP Security Layer). Windows client behaves as expected in both cases - no warnings
    are shown.
    How to reproduce:
    1. Configure RDSH server to use “RDP Security Layer” in properties of “RDP-Tcp” connection in Remote Desktop Session Host configuration utility (on Windows 2008).
    2. Create an RDP file for this server with “authentication level:i:0” property (it corresponds to "Advanced\Server authentication\Connect and don’t warn me" option in Windows RDP client).
    3. Try such RDP file on Mac and there always be “Untrusted Connection” warning (regardless of “authentication level” property). Expected behavior is no warnings.

    Hi,
    Which version of MRD MAC you are using?
    Please try to update the MRD MAC version to 8.0.15 and verify result.
    https://itunes.apple.com/in/app/microsoft-remote-desktop/id715768417?mt=12
    Please verify the RDP security level setting in the remote PC options is set to Client Compatible. Apart if you can find any error message\log then it is helpful for further process.
    Microsoft Remote Desktop>About Microsoft Remote Desktop>Send log via email
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Dimension with Level Dased Hierarchy

    Hi everyone
    I have one table in bussines model called items with columns item_code,item_descr,item_brand,item_category.
    I also have a Dimension with Level Dased Hierarchy set as total_level,item_brand,item_category,item_code.
    Data
    ===
    item_brand 1, item_category 21, item_code code1
    item_brand 2, item_category 21, item_code code2
    In Answer when i use the above hierarchy i have the problem that when i expand item_brand 1 and then item_category 21 automatically answer expand also item_brand 2 showing only item_code code2.
    It happens because item_brand 1,2 have the same item_category 21.
    Is there any way to make it work?
    Thanks
    Hermes
    Edited by: hermes on 24 Μαρ 2011 3:05 πμ

    Hi hermes,
    try this:
    create two physical table with the rows ant import in your Physical Layer:
    DIM_TABLE1
    BRAND CATEGORY
    item_brand 1, item_category 21
    item_brand 2, item_category 21
    And DIM_TABLE2
    BRAND CATEGORY ITEM
    item_brand 1, item_category 21, item_code code1
    item_brand 2, item_category 21, item_code code2
    Define the join like this:
    DIM_TABLE1.BRAND = DIM_TABLE2.BRAND and DIM_TABLE1.CATEGORY = DIM_TABLE2.CATEGORY
    In the Business Model create 1 Logical Table Source for your dimension with the source you two physical table, inner join.
    Now map the logical column.
    I hope it helps.
    Regards,
    Gianluca

  • Write to Measurement File time column wrong starting value

    I am using Write tp Measurement File express VI.  I select to write one time column.  The values writtent in the time column start from a value that does not seem to correspond to anything in the program -- sometimes as much as 2-3 days before the saving begins.
    Can I force the starting value  of time to something, or get it to write the time since we started saving, or something predictable?

    Include code whenever available.  Asking somebody to troubleshoot your software without any code is like asking your mechanic to fix your car without taking your car to him.
    Source
    I don't recommend using the Write Express VI.  I recommend using the File I/O primatives because they allow for much more control over what gets written and how.  Still I would expect the Express VI to be able to write time properly so I'd assume there is some kind of bug with the data being given to the function.  Post some code so we can see what is going on.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • SP2013 Search - Query documents only in a library with a specific property bag value

    Hi,
    I am hoping someone might be able to help me as I am struggling to figure out how to get the following scenario to work using query variables. 
    I have configured a property bag value against document libraries and made it indexable and turned it into a managed property. I have checked to ensure i can search specifically against this managed property and it works correctly and returns document libraries
    which have a  property bag key with a value that I specify in a search query e.g. classification:internal.
    I have also configured a managed property for a piece of metadata i collect against every document e.g. colour. I can successfully search against this manged property and return documents whereby colour is equal to red e.g. colour:red
    What I would like to do is take this one step further and say search across only libraries where the property bag value equals internal and return documents within those libraries which have a metadata value of something e.g. colour = red.
    Does anyone have any suggestions on how i can achieve this.
    Thanks in advance
    Mark

    That or in some way get the container metadata to be present in the item itself as well.
    Thanks,
    Mikael Svenson - Search Enthusiast
    SharePoint MVP/MCPD/P-TSP - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of
    SharePoint Search Queries Explained and
    Working with FAST Search Server 2010 for SharePoint

Maybe you are looking for

  • HT201209 Why is it still using credit card for purchase?

    We have 2 devices, a new mini iPad, and an iPod touch, one is my sons but both are registered in my name and account info. We put 2 $15 dollar codes in and it says $30 credit. When my son buys a song on his iPod, It still takes it out of credit card.

  • How to implement a opaque label, not use swing

    since i need to implement a opaque label in applet, so i can just use awt, not swing, how should i do? thx

  • Flex with Exlipse Helios

    I used these instructions: http://www.seanhsmith.com/2010/03/29/flex-for-free-setting-up-the-flex-4-sdk-with-eclipse- ide/ to get started with Flex SDK. I do not get any intellisence. I could run some small mxml scripts. Any one else working this way

  • Create user during Down Time

    Hi, We are facing a problem during phase PMVNTAB_UPG, at this point shadow instance is no longer used and the system has been switched to the new version (6.0). The problem exists with a Z view that does not exists in the database and we did enter us

  • Help converting two 16 bit hex words to signed integer

    I am currently attempting to use labVIEW 2010 to read temperature and mass flow information off of a modbus instrument. However the instrument returns all values in 2 16 bit hex words in "Intel Bytes" ordering. I am having trouble converting this inf