BPC 10.0 NW - How do I make Business Rules run one Period at a time

I was wondering if anyone has a way to make business rules run one period at a time before moving on to the next to the next time period (i.e. January 2014 calc prior to moving on to February 2014).  In past SQL this could be achieved with a piece of script *CALC_EACH_PERIOD.  Is there anything like this that can be applied in the NW platform for Business Rules?  I have some logic that I want to run through a package on multiple periods at once.  Part of this logic contains a Business Rule that uses a value from the preceding period.  the Business rule appears to be calculating all time periods selected in the package at once so it is missing the piece that is supposed to come from the prior month unless the package is run one period at a time.  I need the logic to run sequentially by time period (oldest first) when more than one time period is selected.
thanks,
Keith

Hi Vadim,
Script for the business rule is below, it runs along with the FX_Trans rule in the same package  ( I have also attached a screen shot of the actual Business rule its self)
*RUN_PROGRAM CALC_ACCOUNT CATEGORY = %CATEGORY_SET% ENTITY = %ENTITY_SET% CURRENCY = USD //GROUPS = %GROUPS_SET% TID_RA = %TIME_SET% //OTHER = [AUDITTRAIL=%AUDITTRAIL_SET%] CALC = CALC_HIST_USD *ENDRUN_PROGRAM
Thanks, Keith Carlson

Similar Messages

  • How do I make preview show only one page at a time in full screen

    When I show a document using full screen (or slideshow) in Preview, it shows two pages at a time.  I just want to show one at a time, but can't find anything that lets me specify this.  There is no relevant Preference that I can see, and if I check single page in view and then choose full screen or slideshow in view, the first page is displayed fine, but then subsequent pages are displayed two up.

    Hi, Eric,
    Thanks.  It looks like I didn't quite make my question clear enough, though.
    I want to show a multi-page document one page at a time.  If I open it and choose "full screen" in view, I get the first page showing just fine.  But if I then use the arrow to go to the second page, Preview shows two pages (#2 and 3), and then continues to show the rest of the document two pages at a time when I advance using the arrow. 
    I want to show one page at a time, and be able to advance to the next page using the arrow.
    Can I do this in Preview?
    Thanks,
    Russ

  • How can I make a rule to mark all messages sent to Mail Trash as Read?

    How can I make a rule to mark all messages sent to Mail Trash as Read?
    When I look at some emails on my phone, I can see from the title that I don't need to read the email so I delete it without opening it. When I go to my Macbook Pro and open mail, the number of unread messages in my Trash shows next to the name. It drives me nuts. Can I just set a rule to mark all messages sent to trash as read? If that isn't possible, I'd take just making the number not show beside the Trash folder.

    Just in the case that I actually do need to go back to them for some reason. I have some OCD tendencies which is also why the number beside the folder drives me nuts.

  • I have 2 new iPhone 4s. Messages from other iPhone users appear on both of my new phones. I want these seperate. How do I make these independent of one another?

    I bought my daughters new iPhones (4s) for Christmas.  They love them except that when another iPhone user text one daughter, the other daughter gets the messages and same for the other daughter's text.  How do I make these independent of one another without putting my family on separate ITunes accounts?

    When you were setting the phones up you should have been asked if you wanted to use the phone number or an email address for FaceTime/messaging. My guess is you used the same email for both phones. Just go in and change it. That or you have the same iCloud id on both phones, I'm not using the cloud so I can't help you there.

  • How can I make settlement rule mandatory in create work order (IW31)

    How can I make settlement rule mandatory in create workorder and saving without release.
    I kanow we can make settlement rule mandatory upon Release order but here requirement is
    Create work order (IW21) save without releasing that time settlement rule should default.

    Hi,
    1.If you want the settlement rule default then maintain account assignment data in technical object and when MO is created on that it would be copied into the settlement rule...
    2. If you want to make those fields mandatory .... plz check up field selections in config , if you cannot find those then use SHD0 Transaction variant to make those fields mandatory.
    3. Enter SHD0 , Enter IW31 in transaction and ZIW31 for transaction variant ..click create option and this takes you to IW31 initial screen , here enter required values of technical object etc and press enter and this gives you IW31 Initial scree screen variant , click continue and this takes you to inside screen and here enter required field values and on pressing enter gives you screen variant .. so you need to enter field values and check the flow of screen variants and on getting settlement rule screen variant select required option for the fields you need.
    4. Finally you can save that in package created in SE80 for transporting to other client .., you can activate the variant in SHD0 -->Standard variants -->you can find activate option ..
    regrds
    pushpa

  • How do I make the plugin run automatically when a photo is imported?

    I am trying to write a new plugin where the metadata will be automatically added to the photo when I import the photo in the Lightroom.
    How do I make the plugin run automatically when a photo is imported?
    Thanks for  your help!
    Regards,
    Prosenjit

    psaha84 wrote:
    What I want is, when I import a photo in Lightroom the plugin will run and assign the metadata.
    As John said, there is no mechanism to receive notification of import. The likely recourse is continuous polling (unless you get very creative..).
    You can try optimizing. e.g.: every second (or less), see if the count has changed, if it's gone up, something's been imported, if not then probably not (check anyway once in a while..).
    psaha84 wrote:
    How do I save the custom metadata with the image file?
    Lightroom 5 has the limitation, plugin  cannot link the custom metadata fields to XMP file or save them with image file.
    So, is there any alternative way to save the custom metadata?
    Yeah: Lightroom won't save custom metadata in xmp, nor read it if it's there, so you are pretty much on your own - you can save in a file, but if you save as non-standard sidecar Lr won't attend to it like it will jpg or xmp sidecar. For that reason it's often better to save in a separate dedicated location. You can save in image file itself, e.g. using exiftool if raw file, but that would make me nervous, and of course you'd have to have the logic to read it somewhere too..
    Good luck,
    Rob

  • TS2755 Is there a fix to deleting already deleted address book contact, from messages search? i.e. when you type in say letter c in messages search, all contact with a c, past already deleted and current all appear?  How do you make the old deleted ones a

    Is there a fix to deleting already deleted address book contact, from messages search? i.e. when you type in say letter c in messages search, all contact with a c, past already deleted and current all appear?  How do you make the old deleted ones appear?

    only way is to restore the phone as new.  OR wait until IOS 7 comes out in the fall.

  • How can I make two Canvas in one Window ?

    I want in the main window ( that is only window in the module ) press button to appear another canvas.
    but that I can't make it , I just made two window until the another window appear.
    that's all
    I tried with :-
    show_view('canvas_name');
    but didn't work with me Sad
    the another canvas made it stacked Canvas .... but also didn't work Sad
    so please , How can I make two Canvas in one Window only ?
    and thanks in advance

    this code work with me :-
    show_view('canvas name');
    go_block(block_name');
    execute_query;
    for HIDE button u have to write...
    hide_view('canvas_name');
    but
    that not exactly what I want ...... I want the stacked canvas appear like second window , and could control on it like window .... it could be possible ????

  • HT202060 How can I make Activity Monitor show one graph instead of four for MacBook Air?

    How can I make Activity Monitor show one graph instead of four for MacBook Air?

    Learn about OS X: Activity Monitor shows one CPU Usage graph on systems with more than four cores
    Copied and pasted from top of the page.

  • All songs in my iTunes library are listed twice. I have two copies of my library in two different locations. How do I make iTunes work with one copy of my library?

    All songs in my iTunes library are listed twice. I have two copies of my library in two different locations. How do I make iTunes work with one copy of my library?

    That is the way the iphone works.
    You need to copy everything from your backup copy of your computer.

  • How can i make my mac run powerpc applications?

    i want to play my downloaded game n every time i click it it gives me a message saying that power pc appliations arnt supported so i want to if theres a way how i can make y mac run power pc applications?

    Thanks Niel - I've deleted my post as it's obviously wrong. I learn something every day on here

  • How can I make my phone run faster?

    anytime I have to download or upload or search the web it is very very slow .

    ray miranda wrote:
    I have my iMac purchased in 2008 and it is running very slow.  I have a time capsule.  I believe it only has 1 GB of SD Ram.  Will it run faster/better if I increase the Ram?
    YUP!
    How large is you HD and how much space do you have left?
    Care to share which OS you are using?
    How can I make my iMac run faster?

  • How can i make my iphone run faster

    How can I make my iphone 4 run faster?

    ray miranda wrote:
    I have my iMac purchased in 2008 and it is running very slow.  I have a time capsule.  I believe it only has 1 GB of SD Ram.  Will it run faster/better if I increase the Ram?
    YUP!
    How large is you HD and how much space do you have left?
    Care to share which OS you are using?
    How can I make my iMac run faster?

  • Keep on getting double notification  from my default mail app, and gmail app, how do i make google my primary one?

    keep on getting double notification  from my default mail app, and gmail app, how do i make google my primary one? so that i dont have to get doulbe notifications  on both apps

    This is probably not the answer to all your questions, but I am sure it answers some.
    Unlike Word and InDesign, FrameMaker's anchored frames, which hold graphics, "hang" from their insertion points, typically at the end of the paragraph. An anchored frame that follows a paragraph is set to be below the line, the line being the last line in the paragraph. If you turn on View > Text Symbols, you will see a marker that indicates the point from which the anchored frame is hanging.
    If the anchored frame is taller than the available space, it is moved to the next page ALONG with that last line. If the paragraph style/tag has a widow/orphan lines number that is more than 1, then that number of lines are also moved to the next page, because the paragraph tag says to keep that many together, EVEN if there is space at the bottom of the previous page.
    So, you can set the widow/orphan lines number smaller OR as you have done put a blank line before the anchored frame, which now holds the marker for the anchored frame, and set its font size to 2 pt (the lowest FrameMaker allows) and its line height to zero. This is the standard workaround UNLESS you use the line above the anchored frame as the title/caption of a figure, which is also a typical way of dealing with FrameMaker's ways.
    To my knowledge, one cannot change the default of the checked cropped box. Maybe others know of some way to change this.
    There is no page break in FrameMaker, hence there is no symbol for it. In the paragraph designer for the paragraph, you set to Start of the paragraph to Top of page. Top of page is FrameMaker's equivalent to a page break. To "remove" a page break, set the Start of the paragraph to Anywhere.
    Since you are new to FrameMaker, I suggest reading throught the User Manual that comes with FrameMaker. You will likely find the answers to most of your questions there.
    Hope this helps,
    Van

  • How do i make business cards...making 1 is easy, but how do i duplicate it onto the rest of the template?

    how do i make business cards...making 1 is easy, but duplicating it on the rest of the template?

    See iworktipsntricks.

Maybe you are looking for