How to Exclude an Account from the script

Hi BPC Experts,
Below script, captures 403  DIVACCOUNTs as below.
Deposits - DA_221101
Lending  - DA_211101
Current Account - DA_221102
Plus around 400 accounts.
From the above 403 accounts, I have to exclude the  Current Account - DA_221102 alone for the Flow: FL_AVG_CLO_ADJ in the below script.
How can I make the change in the below script or in the dimension property.
Below script should exclude the FLOW = FL_AVG_CLO_ADJ, just only for the Current Account - DA_221102. For all other DIVACCOUNTS, it should consider the FLOW = FL_AVG_CLO_ADJ.
Advise me, please. Enclosed the screen shot for ref.
Exclude this FLOW.bmp shows the flow which needs to be excluded in the transfer from Source model to Reporting model.
Flow.bmp shows the FLOW = FL_AVG_CLO_ADJ .
DIVACCOUNT shows the  account ids.
Logic Script:
*SELECT (%CATYP%,"[CAT_TYPE_CALC]","CATEGORY","[ID] = %CATEGORY_SET%")
*SELECT (%TIMMBERS%,"[ID]","TIME","[%CATYP%]='F'")
*SELECT (%DACMBERS%,"[ID]","DIVACCOUNT","[REPORT_ACC]<>''")
*XDIM_MEMBERSET BOOK=BAS(BK_ALL)
*XDIM_MEMBERSET DATASRC=BAS(DS_MGT_TOTAL)
*XDIM_MEMBERSET DETAIL=BAS(DT_ALL)
*XDIM_MEMBERSET DIVACCOUNT=%DACMBERS%
*XDIM_MEMBERSET DIVOWNVIEW=BAS(DO_TOT)
*XDIM_MEMBERSET FLOW=BAS(FL_CLO),FL_NONE,FL_AVG_CLO_ADJ
*XDIM_MEMBERSET REPRICING=<ALL>
*XDIM_MEMBERSET RPTCURRENCY=LC
*XDIM_MEMBERSET TIME=%TIMMBERS%
*XDIM_MEMBERSET TRNCURRENCY=BAS(TOTAL_CUR)
*DESTINATION_APP = Reporting
*SKIP_DIM = BOOK,DIVOWNVIEW,REPRICING
*RENAME_DIM DIVACCOUNT=ACCOUNT
*WHEN DIVACCOUNT
*IS *
*REC(DATASRC=DS_DIVROI,ENTITY=ENTITY.DIV_TO_REP,DIVACCOUNT=DIVACCOUNT.REPORT_ACC)
*ENDWHEN
*COMMIT

Hi Rajesh,
Something like:
*SELECT (%CATYP%,"[CAT_TYPE_CALC]","CATEGORY","[ID] = %CATEGORY_SET%")
*SELECT (%TIMMBERS%,"[ID]","TIME","[%CATYP%]='F'")
*SELECT (%DACMBERS%,"[ID]","DIVACCOUNT","[REPORT_ACC]<>'' AND [ID]<>'DA_221102' AND [CALC]='N'")
*XDIM_MEMBERSET BOOK=BAS(BK_ALL)
*XDIM_MEMBERSET DATASRC=BAS(DS_MGT_TOTAL)
*XDIM_MEMBERSET DETAIL=BAS(DT_ALL)
*XDIM_MEMBERSET DIVOWNVIEW=BAS(DO_TOT)
*XDIM_MEMBERSET REPRICING=<ALL>
*XDIM_MEMBERSET RPTCURRENCY=LC
*XDIM_MEMBERSET TIME=%TIMMBERS%
*XDIM_MEMBERSET TRNCURRENCY=BAS(TOTAL_CUR)
*XDIM_MEMBERSET FLOW=BAS(FL_CLO),FL_NONE,FL_AVG_CLO_ADJ
*XDIM_MEMBERSET DIVACCOUNT=%DACMBERS%,DA_221102
*DESTINATION_APP = Reporting
*SKIP_DIM = BOOK,DIVOWNVIEW,REPRICING
*RENAME_DIM DIVACCOUNT=ACCOUNT
*WHEN DIVACCOUNT
*IS %DACMBERS%
*REC(DATASRC=DS_DIVROI,ENTITY=ENTITY.DIV_TO_REP,DIVACCOUNT=DIVACCOUNT.REPORT_ACC)
*IS DA_221102
*WHEN FLOW
*IS <> FL_AVG_CLO_ADJ
*REC(DATASRC=DS_DIVROI,ENTITY=ENTITY.DIV_TO_REP,DIVACCOUNT=DIVACCOUNT.REPORT_ACC)
*ENDWHEN
*ENDWHEN
Vadim

Similar Messages

  • How can delete my account from the adobe cloud

    how can delete my account from the adobe cloud
    I would like to unregister myself from the service

    Hi mehranr34543413,
    Please Contact Customer Care. A Customer Care agent can help you with that request.
    Best,
    Sara

  • Excluding system accounts from the reconciliation process in idm

    hi friendz... i've a doubt...
    reconciliation is running on my machine..and i want to exclude some of the system accounts from idm..
    so , is there any way to group those system accounts and put it in a group ans so that we can use a custom form top maintain the list of accounts for each resource... so is there any way so that the form must be portable across various resources..
    It'd be very helpful if anybody throws some light on this .....

    Basically, you want to set Excluded Accounts for this resource. I'm not 100% sure on whether this can be done only for RECON or if it is a global setting. I always thought it was a global setting.
    Basically, go to the Resources tab, select (check-box) the resource you're dealing with, then in the Resource Actions drop-list, select "Edit Identity System Parameters". On the edit page you are taken to, there's a parameter you can set in the Policy Configuration sub-heading. The parameter is called "Excluded Accounts Rule", pick the one you built (see below) and this should do the trick.
    There are a few sample Excluded Accounts Rules that come with IdM. If you find one, you can export it, rename it and then modify it to produce the desired account list.
    Good Luck!

  • Any hints of how to exclude these lines from the following BEx output?

    Hi,
    I have a BEx report which outputs the following shipment activities, showing Doc and Items numbers, Requested and Received dates, actual and PO quantities.
    DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---TB%
    1101-----5--12/10/05-12/5/05020--
    80
    1101-----5--12/10/05#00--80
    1101-----5--12/10/05#200--
    80
    1101-----7--12/10/05-12/5/05030--
    50
    1101-----7--12/10/05-12/8/0505--
    50
    1101-----7--12/10/05#00--50
    1101-----7--12/10/05#350--
    50
    Somehow, I am getting some activity lines which I do not understand but do not want in the output. Those are the lines which show u201CPO_Qty = 0 AND Act_Qty = 0 at the same time.u201D i.e. the highlighted lines.
    Any hint on how to eliminate the highlighted lines from the output?
    I played with calculated key figures but could not reason it out.
    Thanks

    DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---  Formula                        TB%                                                                               
    PO QTY + ACT QTY
    1101-----5--12/10/05-12/5/05020-----               20                        -
    80
    1101-----5--12/10/05#00--                 0                         -80
    1101-----5--12/10/05#200-----                  20                     -
    80
    1101-----7--12/10/05-12/5/05030-----                30                      -
    50
    1101-----7--12/10/05-12/8/0505--
                    5                         -
    50
    1101-----7--12/10/05#00-----                  0                         -50
    1101-----7--12/10/05#350-----                 35                        -
    50
    Create Conditions over the Formula. Since the sum would be always 0 only when both the KF's are zero I think you can create condition over this formula.
    Would this help?
    Regards
    VJ

  • How to exclude last page from the total number of pages counter

    Hi,
    I am customizing the payables remittance RTF template, our requirement is to reset page number to 1 for each payment, i am able to achieve this using "@section"
    also we have a requirement to have a summary page at the end, i am able to get this using "start@last-page:body".
    issue is last page is also considered in the page counter of the last payment.
    i.e. suppose if i am generating remittance for 2 payments which are printing details in two pages and one page respectively, my output will have total 4 pages and it's showing
    Payment1 page-1 footer -> 1 of 2
    Payment1 page-2 footer -> 2 of 3
    Payment2 page-3 footer -> 1 of 2
    Summary page-4 footer -> 2 of 2
    but i wanted to see
    Payment1 page-1 footer -> 1 of 2
    Payment1 page-2 footer -> 2 of 3
    Payment2 page-3 footer -> 1 of 1
    Summary page-4 footer -> 1 of 1
    Any idea how to remove the summary page from the page counter.
    Rgds,
    -Kamal

    I'm not sure how it was in Acrobat 9, but in XI you add a Header/Footer and
    one of the options it "Page Number and Date Format", where you can select
    the format of the page number to add, some of them contain the total number
    of pages (such as "1 of n").

  • Migrating from iMac to MacBook. How can I remove account from the iMac?

    I have an iMac and will be migrating to a new MacBook. I'm giving my iMac (relatively new - less than a year old) to a friend, so I'll need to transfer all my data, and make the iMac "theirs".
    How will I "undo" all my acount/registraion on the iMac so that they are able to control the software update, iTunes account, mail accounts, etc?
    Thank you in advance.

    Click here, follow the instructions, press the Command and S keys when the computer restarts, and enter the following into the prompt:
    shutdown -h now
    Include the disks with it.
    (42269)

  • How to exclude user account for auditing.

    I would like to know how to exclude user account from the audit policy, such as below.
    AUDIT SELECT TABLE BY ACCESS WHENEVER NOT SUCCESSFUL ;
    thanks in advance.
    May

    Security team request to reduce the amount of the audit data based on the user account. Can I use FGA to implement it?possible as it lets you specify the conditions necessary for an audit record to be generated:
    FGA policies are programatically bound to the object (table, view) by using the 'dbms_fga' package. It allows you to create any desired condition,
    for example: Audit an event only when the following conditions are true:
    A table is accessed between 6 p.m. and 6 a.m. and on Saturday and Sunday.
    An IP address from outside the corporate network is used.
    A specific column has been selected or updated.
    A specific value for this column has been used.
    more detail available on Oracle by example
    http://www.oracle.com/technetwork/articles/idm/fga-otn-082646.html

  • I bought my friend's used laptop. She doesn't know how to get her itunes account off the laptop, so I'm not able to do anything. How do I remove her account from the laptop?

    I bought my friends Toshiba laptop. Her itunes account is on there, hooked up to a credit card. She doesn't remember her ID. I think I had it emailed to her by typing in her email address and first and last name. Now that she probably HAS her Apple ID and Password, how do we remove her account from the laptop so I can use MY itunes?

    Delete the ENTIRE iTunes folder from her user directory.
    Frankly, you should be restoring the laptop as new, either using the restore CD provided by Toshiba or by reinstalling Windows with a Windows CD to remove ALL of her personal information.

  • I just changed my account from the UK to the USA. Now, most of my songs are not available. How do i get them authorized?

    I just changed my account from the UK to the USA. Now, most of my songs are not available. How do i get them authorized?

    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    iOS- How to transfer or sync content to your computer
    iTunes Store- Transferring purchases from your iOS device or iPod to a computer
    If you have non-purchased content then you need to use third-party software to transfer it to your iTunes Library - Phone to Mac - Pod to Mac.

  • TS1702 I'm presently in the Caribbean, and I updated my iPhone 4S to iOS 6. the update changed my iTunes account from the US to a Barbadian account. How can I switch back to my US account?

    I'm presently in the Caribbean, and I updated my iPhone 4S to iOS 6. the update changed my iTunes account from the US to a Barbadian account. How can I switch back to my US account?

    Sorry I'm so late responding; I've been away.
    http://support.apple.com/kb/TS3694#error1611
    The error means that your antivirus or firewall is blocking the update process.

  • HT204088 how to I find out the most recent deductions to my account from the app store (say, for a recent download for additional functionality on a iPad game)

    How to I find out the most recent deductions to my account from the app store (say, for a recent download for additional functionality on a iPad game). Much as I try, I can't seem to get to see my account in enough detail to see what I have spent downloading apps to the ipad.

    You need to punch in the passcode for any purchase right, not just for new apps??
    If one of the other students, or anyone else, got access to your iTunes Store account, necessary to make any purchases, then they'd have all the information they'd need to also make in-app purchases. But an in-app purchase can only be made through the account through which the original app was purchased. Either your son bought the game (free or paid) and then shared it with someone else along with the account information (necessary to authorize the app on someone else's device), or someone else downloaded the game as well, not just made in-app purchases.
    In any case, changing your iTunes Store password should now have cut off any such unauthorized activity, though of course if your son gives the new password out, you'll be back to square one.
    Regards.

  • TS2446 A email account that was used is now not in use and songs that were purchased and added are bound to this old account from the same computer how do I the purchaser of these songs reclaim the authorization to play and use in my new account

    A email account that was used is now not in use and songs that were purchased and added are bound to this old account from the same computer how do I the purchaser of these songs reclaim the authorization to play and use in my new account. even though account name may have been changed.

    Just authorize the computer and retreive them.
    Go here -> https://iforgot.apple.com/cgi-bin/WebObjects/DSiForgot.woa/wa/iforgot .
    FYI: you should have simply updated the AppleID with new info and continued to use it instead of creating a new one.

  • Exclude accounts from the SharePoint online search results

    We have an issue whereby I want to exlude all unlicensed Office365 accounts from the people search on SharePoint online. We have a lot of shared mailboxes etc which are showing up in the people results and we want to only display active "real"
    accounts
    Any suggestions?

    Hi, Greetings. Hope this helps you.
    pls check the link
     http://ryansteeno.wordpress.com/2012/02/01/exclude-unwanted-users-from-people-search/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • I have a 2nd generation iPod touch. I want to sell it. How do I clear my account from the iPod?

    Want to sell old iPod and need to know how to clear my account from it.

    Connect the iPod to a charging source and go to Settings>General>Reset>Erase all Content and Settings. It can take a few hours that is why it should be connected to a charging source.
    Alternately you can connect the iPid to your computer. Log out of all iTunes accounts (iTunes>Store>Logout) and restore to factory settings/new iPod.
    iTunes 10 for Windows: Update and restore software on iPod, iPhone, or iPad

  • How do I purchase songs from the USA with only a uk account

    How do I purchase songs from the USA iTunes with only a uk account ?

    Sorry
    You cannot use other countries itunes stores

Maybe you are looking for