Partial clear for APR:JUN

Hi all
Is that what we can erase partial data of ASO during more than a month. Pertucularly I want to erase the data from StartPeriod:ClosedPeriodis this possible?

I have the following maxl writtent, and it gives me syntax error:

change the database for "ACT". ' ACT' clear data region ' {(([Apr]:[Mar]), (exercise [09]))} ' physical;

but

change the database for "ACT". ' ACT' erase data in physics of the region ' {([Apr]:[Mar)})} ';
It performed without error

Thanks in advance

Published by: 860905 on December 11, 2012 18:32

change the database for "ACT". ' ACT' clear data in the physical region of "Crossjoin({Apr:Mar},{FY09}))";

?

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Essbase ASO partial clear

    Hello
    We are currently testing the version of Essbase lates, I understand that it allows you to partially erase a database of ASO (using an MDX script)
    Can someone tell me:
    (1) granular how is this clear? For example, I have 3 dimensions that I would use my clear (entity, scenario - eg 900, FY12, real and time)
    What the MDX script would look like?

    (2) can I run from the Regional service module as an administrator? Or should it be started another way?

    Thanks as always for any assistance

    Yes the maxL statement can be executed from EAS. Go to file-> editors-> MaxL Exitor and the maxl statement here.
    95121 gave you a general syntax to erase. IF you delete a single intersection as you initially describe (I think it was 900, FY12, real, you do not need the cross join but a simple tuple.) If you want to erase three sets of members, that is to say 900 and 950, actual and budget, FY12 and FY13, you would need two cross joins.

    It becomes easier with a simple cross join if it's a game and two real individual that is 900 and 950, members and FY13 who would look like
    CrossJoin ({[900], [950]}, {([Actual], [FY13]})

  • I bought a used A1283. The screen is barely visible, and when I turn the monitor and it is clear for a 1/4 second then barely ther?

    I just bought a used A1283.  I took it to Best Buy to see if they could make me the administrator.  They said that having seen lines vertically on 'their' screen and on mine as well.  I never noticed at home only matter of freezing.  They said that the graphics card is out?  Now I have a scren for a millisecond until it's so dark I can barely read.  When I turned off the moniter and then it's clear just for a millisecond, then dark?  Help?

    -Try to reset memory NVRAM/PRAM and SMC

    MacIntel: Reset of the controller (SMC) system management

    Subject of memory NVRAM and PRAM

    -Try to start safe mode

    OS x: what is Safe Boot, Safe Mode?

    -Start to recovery and repair the startup disk

    OS X: on OS X Recovery - Apple Support

    If no recovery (this is Lion or later) them start from the installation DVD instead

    -If it is repairable reinstall the OSX

    How to reinstall OS X on your Mac - Apple Support

    Or the installation DVD or Lion or later

    However, I suspect a bad graphics unit. The graphics unit is soldered to the logic board and is not replaceable.

  • Partial cure for the problem of model Icon Editor

    I'm driven crazy by models Icon Editor behavior (which I love and use all the time).  What happens is I'll open a project, start to make icons with my set of templates (all saved in LabVIEW Data\Icon Templates\VI\BS icons) and especially if I've included copies of screws that have been developed, say, two years ago and copied from another file on the disk, will notice two copies of the model , with the second copy often in... part \VI\3rd.  Now, these are clearly my models, just saved in the "wrong" place.

    Get rid of these models in doubles was very difficult - I just spent half an hour doing it.  You delete all the files in the 3rd part, open the icon editor and see only one copy, then start doing things and Bingo!, the model appears in the model list in the Icon Editor, but also the file reappears in the 3rd party folder.  What should do?

    So I did a search on the Web, found a fool named "Bob Schor", which has asked about it in 2011 (on this Forum, of all places!), got a few suggestions, but does not solve the problem.  So I tried something else.

    I noticed that there is a lot of. BIN files stored in the model icon folders, with file names that appear to reference different versions of LabVIEW (e.g. Templates.15.0f2.bin).  On a lark, I deleted this file, deleted the folder of 3rd party model, LabVIEW has reopened, reopened the icon editor, and (he said, I hope) the problem seems to be solved.  There is no more 3rd-party file appearing in the model list, icons are not really, it can't be, maybe if I killed the evil Dragon.  I'll let it rest for a week and if it still seems to work, will return and mark this as a 'Solution '.  Comments and other ideas welcome.

    Bob Schor

    Is there a step I missed, but just found.  In the icon editor itself, there is a setting to know where (by default) record the models he finds inside a VI already, but are not in the calibre of icon file.  This setting is under Tools, icon editor properties.  In the 'Model' category, you should disable "Save third icon templates" which, like a default value of \Icon Templates\3rd, part.

    I am currently testing (on several machines, all configured slightly differently), these ideas and so far it seems to work.  I had a small panic today when the '3rd party folder' with additional copies of some of my models began to appear that I opened the existing screws, but turning the switch "Record the icon of third-party models" seemed to solve this problem.  I'm almost ready to mark this (and earlier versions) post as a Solution...

    Bob Schor

  • How to do a partial credit for a correct answer and two partially correct answers

    Here is a picture of the project I'm developing. I am trying to set up the project, including partial credit, so that if the learner chooses response G, they will receive all 6 points available. If they choose the B or D answers, they must still get a partial score of 3 points.

    Captivate Question

    When I go to the Properties tab for each answer, I can assign the points I wanted to awarded for this answer. When I do that, it triggers the total points available for 12 (6 G answer, answer B 3 and 3 for answer D). I don't want the issue to a value of 12 points. I hope this makes sense.

    Captivate Question - Partial Correct AnswerCaptivate Question - Correct Answer

    Take the points F and g options put 3B and 3 points on D and you will get the desired result. Since you have several answers, why complicate things by adding F and G?

  • Expression regular-not clear for the result

    I have written 3 applications using regular expressions, but I'm not very clear on the outcome. Looking for help to understand the logic.

    Here are the queries:

    1 > SELECT REGEXP_SUBSTR ('APT-101, BLDG 34, community xyz, XYZ ROAD, BANGALORE - 560066', '([[:alpha:]]+)') ADDR FROM DUAL;

    2 > SELECT REGEXP_SUBSTR ('APT-101, BLDG 34, community xyz, XYZ ROAD, BANGALORE - 560066', ' [[: alpha:]] +') ADDR FROM DUAL;

    3 > SELECT REGEXP_SUBSTR ('APT-101, BLDG 34, community xyz, XYZ ROAD, BANGALORE - 560066',(^'[[:alpha:]]+) ') ADDR FROM DUAL;

    All requests above returns the same result, i.e. 'APT '.

    Question: My understanding is:

    a > the regular expression [[: alpha:]] + represents one or more continuous occurrences of alphabets.

    b > parenthesis (i.e.) - represents the exact mactch

    c > carrot i.e. ^ represents the negation, that is to say. NOT (xyz)

    I can somehow convince myself that regular expressions - ' ([[: alpha:]] +)' and ' [[: alpha:]] +' in the given scenario may return the same string that is 'APT', but in the last query the regex ([[: alpha:]] + is preceded by ^, which according to my understanding should return something that isn't ONE or MORE CONTINUOUS OCCURRENCE OF ALPHABETS, but even this query is retune "APT".) Ask for help to understand this.

    Thank you

    Amrit Pandey


    Hi, Amrit,

    ba1fbc36-dd1f-46af-80EE-a9cedf91e344 wrote:

    I have written 3 applications using regular expressions, but I'm not very clear on the outcome. Looking for help to understand the logic.

    Here are the queries:

    1 > SELECT REGEXP_SUBSTR ('APT-101, BLDG 34, community xyz, XYZ ROAD, BANGALORE - 560066', '([[:alpha:]]+)') ADDR FROM DUAL;

    2 > SELECT REGEXP_SUBSTR ('APT-101, BLDG 34, community xyz, XYZ ROAD, BANGALORE - 560066', ' [[: alpha:]] +') ADDR FROM DUAL;

    3 > SELECT REGEXP_SUBSTR ('APT-101, BLDG 34, community xyz, XYZ ROAD, BANGALORE - 560066',(^'[[:alpha:]]+) ') ADDR FROM DUAL;

    All requests above returns the same result, i.e. 'APT '.

    Question: My understanding is:

    a > the regular expression [[: alpha:]] + represents one or more continuous occurrences of alphabets.

    b > parenthesis (i.e.) - represents the exact mactch

    c > carrot i.e. ^ represents the negation, that is to say. NOT (xyz)

    I can somehow convince myself that regular expressions - ' ([[: alpha:]] +)' and ' [[: alpha:]] +' in the given scenario may return the same string that is 'APT', but in the last query the regex ([[: alpha:]] + is preceded by ^, which according to my understanding should return something that isn't ONE or MORE CONTINUOUS OCCURRENCE OF ALPHABETS, but even this query is retune "APT".) Ask for help to understand this.

    Thank you

    Amrit Pandey

    Be careful.  Cut and paste the exact code you run.

    I do not get the same results for alI these queries.  I get an error message ' ORA-00936: missing expression. "for the 3rd.  Maybe you wanted to have the circumflex accent (^) inside the single quotes, like this:

    SELECT REGEXP_SUBSTR (' APT-101, 34 BLDG, community xyz, XYZ ROAD, BANGALORE - 560066' ")

    , ('^ [[: alpha:]] +')

    ) AS addr

    DOUBLE;

    a > you're right;

    [[: alpha:]] +.

    refers to a group of characters 1 or more adjacent, which are all letters of the alphabet.

    b > an expression can almost always be enclosed in parentheses free.  In other words, almost anywhere, you can use an expression

    x you can also use

    (x)               or

    ((x))                  or

    (((x))) and so on.  Each of them the same meaning.

    This has nothing to do with regular expressions.

    In expressions regular, curved brackets can be used for the Backreferences, for example \1 can be used to return to exactly what corresponded to the subexpression inside the 1st pair of parentheses.  You are not using anything like \1 here, so this backreferences do not apply to this question.

    c > sign means negation only when it comes immediately after [.]  For example

    SELECT REGEXP_SUBSTR (' APT-101, 34 BLDG, community xyz, XYZ ROAD, BANGALORE - 560066' ")

    ", ' [^ [: alpha:]] +"

    ) AS addr

    DOUBLE;

    product

    ADDR

    ------

    -101,

    in other words, the characters 1 or more consecutive which are NOT letters of the alphabet.

    Outside square brackets, the circumflex accent means the beginning of the string.

  • partial trigger for a component in a pageFragment to pagefragment of parent?

    Experts,

    How do we set a partial trigger in a component (i.e. graphic) in a pageFragment for the pagefragment parent button?

    Okay, it is not good to use one pagefragment inside the other, but still any way to do this?

    Use case:

    Having a home page - contains the fragment on the page with the dashboard element and buttons. Component dashboard a panelbox each pageFragment fill in the necessary data. How to configure partial trigger to these pageFragements of the key.

    thnks
    11.1.1.5 Jdev

    Contextual events is a way to go. Check out the video of Franks
    For an overview of http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adf-region-interaction/adf-region-interaction.html

    ADF area Interaction - contextual events

    Contextual event is used as a communication channel between the parent view and confined in the regions, as well as between the regions. For example, this session explains how to put in place the contextual events, how to define producers and listeners events and how to set the message payload.
    http://download.Oracle.com/otn_hosted_doc/JDeveloper/11gdemos/AdfInsiderContextualEvents/AdfInsiderContextualEvents.html
    >

    or check out parent action http://adfblogs.blogspot.com/2011/03/region-interaction-example-4-using.html
    Andrejus or simple interaction case http://andrejusb-samples.blogspot.com/2010/04/jdevadf-sample-communicating-between.html

    Timo

  • Instructions not clear for erasure of data from the app

    The mode of deleting the data from an application say go to settings-> general-> storage & use Icloud-> Manage storage (under storage)-> select app-> then choose Edit in the upper left corner.  I am running the latest version of the software and I do not see 'Edit' anywhere.  What I see is "Documents & Data" and the amount f storage that it occupies, followed by an option "Delete app.  What I am doing wrong?  I don't want to remove the application, just all unwanted items it has stored.

    Help!

    It is a function of the application and configured by the developer. Try to go to the application itself and see if it has its own parameters. If the developer did not include a way to clear the cache, then your only choice is to delete the application and reinstall it.

  • The Touchsmart 300 clear for resale (don't have no Windows discs)

    I have a TouchSmart 300 and you want to sell and if you need to restore it to factory settings and do a thorough cleaning of the memory of the passwords, data personal, etc. The problem is I do not remember how I've implemented the pc originally, i.e. If I just turned on it and it is good to go or if I had install disks and can not find.

    How could I go to achieve this goal, so I can sell it with confidence that all my data has been erased?

    Hello @Porkpie74,

    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the Forums of HP, I would like to draw your attention to the Guide of the Forums HP first time here? Learn how to publish and more.

    I understand that you are wanting to do a cover of the plant on your HP Touchsmart 300 and don't know how. As you have not specified the model or the operating system, I'll provide you with the necessary document below. Just choose the one that is your operating system and follow the instructions.

    Perform a recovery of the system (Windows Vista) HP

    Performing a recovery of system HP (Windows 7)

    Performing a recovery of HP (Windows 8) system

    Please re-post if you need extra support. Thanks for posting on the HP Forums. Have a great day!

  • Cleared for hard drive Windows repair disc

    This question is about my HP ProBook 4530 s under Windows 7 Home Premium. Recently, I wiped the hard drive on my computer to give to a family member, because I recently bought a new. I forgot to create a disk repair on the hard drive of compensation. Windows 7 is pre-installed on my computer when I bought it. I never got the disc to download Windows Me. The message "BootDevice Not Found. Please install an operating system on your hard drive. Hard drive - (3FO). "is displayed during startup. I bought a new drive for refurbished State of WIndows computers. I have the previous Windows product key, which is attached below the computer battery. Have I not all that I have to redo the computer function properly or did I just screw everything up?

    Most likely, there is a factory restore copy on disk.

    This web page will give you instructions.  The key is F11.  Pressing F11 when you turn on the computer will start the process of factory image recovery.

  • Somehow chronology cleared for a PP of the project, how do I reverse the trend?

    Somehow erased the timeline for a Premiere Pro project, how I turn the tide? I guess first saved the project in some way, because now the timeline is always empty. However, clips, I put in the video always show that they are included:

    Screen Shot 2016-09-04 at 6.32.03 PM.png

    How do I pull up the timeline again?

    Figured it out, I found a version older in auto-enregistre it all restored.

    Sorry for wasting everyone's time

  • instructions on how to play are not clear for beginners. (Hearts).

    I would like to completely detailed instructions on how to play hearts. The instructions that came with the game are vague and can be understood by a novice. I would be most obliged. Sincerely, Robert Wingard.

    Hello

    ·         What operating system is installed on your computer?

    ·         Are you a reference to the game Windows or online game?

    IF you referring to the Windows game. You can have a look at the link:

    http://Windows.Microsoft.com/en-us/Windows7/hearts-how-to-play

  • Partial color for the CR2 file error

    I have an error with some photos I made with my Canon. RAW CR2 photos looked fine on the camera, in other programs of the image and when I select to import the photos. But when the importation is made of parts of the image is corrupted. It is not only the smart preview, but also export as you see.

    849A1981.jpg

    It is usually the memory card which is a failure, and the raw data on the card is damaged, but it could be any other hardware component, as suggested by Keith.

    To narrow down the problem area, copy pictures, perhaps by hand using the Explorer or the Finder to the hard drive of your computer and reimport this second copy of the photos, after you turn off temporarily in double elimination in the import Panel.

    If the same pictures are damaged in the same way then the camera or memory card is probably the problem and you should stop using this memory card and try again.  If the problem persists while the camera may be the problem.

    If different pictures are assigned one import to another, then something in the transfer or on the computer (status of Keith with HD) is likely bad.  You can try to transfer the photos in a different way - using a card read instead of a cable on the camera, or get a new card reader, if you already use one.

    A problem with the hard drive as Keith said there may be much more difficult to fix but also very important to set the since you lose pictures and possibly data other than the disk turns.

    Sometimes, the memory of the computer is bad, but the symptom is usually lines thin or small spots of color in many image formats, not big portions of missing images.

  • VSM for VMware ESXi Server 6.0

    Anyone know if is there an ETA for a VSM (Virtual Storage Manager) update that supports VMware 6.0?

    Hello

    The next MEM (v1.3) is released for if align with the release of VSM 4.5 EPA it is currently scheduled for the latter part of the 1st quarter of 2015 / early Q2 (Apr - Jun deadline).

    As usual, these dates are subject to change.

    Kind regards

    Don

  • Express 2 dates given in neighborhoods such as jan - mar, April-June

    Hi all

    How can I Express 2 given dates (for example: October 1, 15) in terms of neighborhood like (jan - mar, April-June-July-September, October-December)

    Instead of quarter represent as numbers (1,2,3 etc) I want to represent as jan - mar, April-June, July-September and October-December

    Try this

    SQL> with date_data(dt) as (select to_date('01-Jan-2015') from dual union all
      2                                 select to_date('10-Apr-2015') from dual union all
      3                                 select to_date('20-Sep-2015') from dual union all
      4                                 select to_date('31-Dec-2015') from dual)
      5  select dt,case when to_char(dt,'Q')=1
      6                          then 'Jan-Mar'
      7                          when to_char(dt,'Q')=2
      8                          then 'Apr-Jun'
      9                          when to_char(dt,'Q')=3
     10                          then 'Jul-Sep'
     11                          else 'Oct-Dec'
     12                  end Quarter
     13   from date_data;
    
    DT        QUARTER
    --------- -------
    01-JAN-15 Jan-Mar
    10-APR-15 Apr-Jun
    20-SEP-15 Jul-Sep
    31-DEC-15 Oct-Dec
    
    SQL>
    

Maybe you are looking for