@Match Function Usage

Hi All,
I am trying to use the @Match function within Datacopy but it gives me an error. Here is my code. Any help is appreciated.
FIX (No_GEO, Plan, Functional)
Datacopy @Match(Entity, "CC_????_S") TO @Match(Entity, "CC_????");
ENDFIX

A syntax issue -- you're not going to be able to use the @MATCH function on the left hand side of the equal side.
Here's the formula you need:
FIX(everything you listed in all of your FIXes bar Plan and Entity)
FIX(@MATCH("Entity", "CC_????"))
"Plan" = @MEMBER(@CONCATENATE(@NAME(@CURRMBR("Entity")), "_S")) ;
ENDFIX
ENDFIX
This formula:
1) Selects the current member in the Entity dimension through @CURRMBR
2) Makes #1 a text string with @NAME
3) Concatenates the _S
4) Turns #3 into a member name with @MEMBER
5) Assigns the value to the Plan Scenario
The FIX around the members is so that just the CC_???? members get impacted.
Regards,
Cameron Lackpour

Similar Messages

  • Using Match function in FR Reports

    Hi,
    Can anyone pls. let me know how i can use Match function in FR ? I've a Report where i'm using 2 Grids. In one Grid1 i'm using Entity under page and ICP dimension as Column. In Grid2, i'm using ICP under page and would like to use Match function where the condition is, if i select ICP member from Page, it should show the corresponding Entities in Grid1
    Thanks,
    PVR

    I don't think what your trying to do is available "out of the box", we have used a workaround to do what you want:
    - include idescendants for the member but apply suppression on the member names that ended in rollup.
    (we were lucky in that the parent members were standardized to contain rollup as the description name).
    Cheers, Iain

  • Phone data usage not matching verizon usage

    Since having my droid turbo, my data usage in my setting has not been matching my usage on my verizon account and another line on my account is having the same issue, right now my phone says that i have used 0.56GB and verizon says i have used 1.03 which is a pretty big difference, the other line on my account that is having the same issue says he has used 0.69 verizon says he has used 2.421 which is a huge difference, i checked the wifi usage for both phones and it seems that the top the data app under wifi usage seem to be making up the difference between the usage in settings and the usage on verizon. I have also seen people online talking about this similar issue which seems to be caused by the phone using mobile data while connected to wifi.  I have been with verizon for over 2 yrs and this is the first phone i have noticed this issue with.  I have also attached screen shots from my phone to prove this issue.  Any help with this problem would be appreciated.
    >> Attachment containing personal information removed to comply with the Verizon Wireless Terms of Service <<
    Message was edited by: Verizon Moderator

    If you want to see the report from VZW on your current data usage then you must sign into the VZW website and access your account.  Only the VZW website will allow you to see any kind of information on your data usage.  The Jetpack itself does not have any data usage metrics installed on it.
    I assume that you already know that the data usage report from VZW is only a summary of your actual usage in terms of various sessions.  The most information that will be disclosed to you are these sessions, their timestamps and how much data was consumed during that session.  If you want the actual statistics for what was consumed then you must setup and maintain your own data usage monitor.

  • MATCH function support

    Hi
    I am having problems with the match function
    Basically I am using it to find the first and last position of a value in a range.
    =MATCH(B1,D5:D30,0)
    works fine to return the first value, but
    =MATCH(B1,D5:D30,1)
    to find the last value only works in the spreadsheet, not in the SWF.
    Anyone got any ideas?

    Ok, just be aware that countif can be a hit on performance so I would recommend only using it on small data sets.
    As for who to request this, thats a good question, you could raise a ticket with SAP via your Account rep, but other than placing the issue on here, I really don't know
    I'll check version 5.2 and 5.3 this evening an post the results on here.  Which version are you using?
    Edit:
    Version 5.2.0 and 5.3.0 have the same behaviour.
    Edited by: Charles Davies on Feb 1, 2010 6:36 PM

  • I just subscribed to imatch while logged in to iTunes on a mac computer that belongs to someone else. (I was logged in to MY iTunes)  my iPhone will not turn on the MATCH function, saying I am no subscribed. I've powered off and on.  can anyone help?

    I just subscribed to imatch while logged in to iTunes on a mac computer that belongs to someone else. (I was logged in to MY iTunes)  my iPhone will not turn on the MATCH function, saying I am no subscribed. I've powered off and on.  can anyone help?

    Hi,
    I am having the same problem. Itunes reports that it's uploaded all the music etc.
    When I turn the match function on, it says "you are not currently subscribed to itunes match".
    I have restarted the phone and coputer, logged in & out several times to no avail.
    Any ideas or suggestions?

  • Regex matches function

    Hi
    I am trying to come up with a regex that I can use with the matches function to validate the user id I accept. The user id can contain alphabets, numbers and 3 special chars ".","-" and "#".
    The regex I came up with was: user_id.matches("[a-zA-Z\\d\\.\\-#]"). The string I am trying to match is 'user-1'. But this fails to match.
    I am not confident about the regex I am using to match my string to. Please let me know what I am doing wrong.
    Thanks

    I would use '+' rather than '*'; I doubt that an empty string would be considered a valid user ID. ^_^   String regex = "[a-zA-Z0-9#.-]+";

  • HT204406 help! cannot perform Itunes Match function

    I've owned a iMac for 2 years. Itunes match function used to perform correctly, until about a month ago. My softwares are up to date, including Lion I just installed successfully. Itunes version is the latest.
    When I try to perform Itunes match: Step 1 completes correctly, but NOT step 2. Step 2 stops, then loops back into step 1, and again and again ( loop..)
    Makes me a little sad...
    Anyone to help?

    never mind...just needed to restart the phone...seems to be working now...

  • Improve MATCH() function speed

    I am using a match() function to compare email addresses, looking for matchs of new emails to old. Old emails are in a data set of approx 40k and new emails total 16k. The process takes more than an hour. How might I improve on this performance? Is MATCH the best function to use?
    Thanks
    Kevin

    Hi Kevin,
    Do you need to know where the matching addresses are in the 'old' table, or would knowing whether an address in the 'new' list is matched one or more times in the 'old' list be sufficient?
    If the latter, here's a method that may do the job. I've assumed the 'old' table ("Table 1") has the addresses listed in column C, the 'new' table (Table 2) has them in column D, and that there is one header row on each table
    Add a column to the right of column D in the 'new' table. It will become Column E.
    In E2, enter this formula:
    =COUNTIF(Table 1::$C,D)
    Copy cell E2, click on the column reference tab for column E to select the while column, then command-click on E1 to remove it from the selection.
    Paste.
    The formula will be pasted into every cell in Table 2::E.
    Calculation time will depend on the number of rows in Table 1 and the number of addresses in Table 2.
    Any row with a result in column E of 1 or more contains a duplicate (or more than one duplicate) of the address in the cell to its left. Addresses with zeroes to their right are unduplicated in the 'old' table.
    Regards,
    Barry

  • Pattern Matching functions in DP Macro

    Folks,
    Can anyone tell me if there are any pattern matching functions in DP Macros? Here is the requirement:
    If the time bucket is a quarter, then hide some rows. If the time bucket is  a month or something finer, then show the same row. Assume that all the time buckets in the data view will be the same (no telescoping buckets profile)
    So, suppose that I use BUCKET_DESCRIPTION and get the name of the bucket. If it is Q.* (using pattern matching lingo here), then I would like to set the row attributes accordingly. If it is M.* then set the row attributes to visible.
    Can you please throw some light on this? Would you do it some other way?
    Thanks,
    Satish

    Hi,
    You may try with the macro function BUCKET_DAYS(). This will find number of days in a given bucket.
    Then you can write condition, If bucket days is more than 1 and less than 7, then it is weekly.
    If bucket days is more than 7, then it is monthly.
    Please see if it is helpful for you.
    Regards,
    Manimaran M.

  • Regular exression for matching function declarations or calls

    Hi guys,
    I used a regular expression like \\w + (\\s*) \\( .*\\) (\\s*) [\\{;] to match function
    declarations.This regular expression works fine for all the declarations of the form init_queue(TREE **NODE) {  and even for declarations of the form
    init_queue (TREE **NODE)
    But the problem occurs when i have a declaration of the form
    init_queue(TREE **NODE ,
    int size ) {
    when i have a declaration of this form my regular expression doesnt parse function names.The regular expression . (DOT) means it recognizes anything except for line terminators.So i used the DOTALL option in pattern matching so that .(DOT) matches even line terminators.But using this has a negative effect like i am not able to match declarations of the form
    init_queue(TREE **NODE) { 
    can anyone help me out in solving this
    Thank you,
    Akash

    multipost: http://forum.java.sun.com/thread.jspa?threadID=5168705

  • Matching functionality

    Dear All,
    Could it be possible to apply this statement in B1 :
    The system has a module to match payments against open invoices
    The invoice matching functionality allows lookup:
       a. by invoice number
       b. by sales order number
       c. by customer name
       d. by customer number
       e. by customer PO number
       f. by tax invoice number
    Pls give advice. Thanks
    Edu

    Hi Edu,
    Yes we have this functionality in B1. It is called Internal Reconciliation.
    The internal reconciliation functionality enables you to internally reconcile transactions created for business partners or for G/L accounts. You can perform manual, semi automatic or automatic internal reconciliation. In addition you can reconcile transactions created for more than one business partners.
    In the Reconciliation Selection Criteria window, you should be able to define:
    - Reconcile for BP or for G/L account
    - Reconcile for which BP/ GL account. You are allowed to choose BP Code, BP Name, G/L account Code or G/L account Name here.
    - Credit Side Date From...To ... Only the credit side of transactions within the date range you define will be reconciled.
    - Debit Side Date From...To... Only the debit side of transactions within the date range you define will be reconciled.
    - Display Transaction Reconciled by System: Select to view transactions that were reconciled automatically by SAP Business One, such as incoming payments based on invoices.
    However, it is not possible in the current system to filter by document number in Internal Reconciliation window.
    Hope this will be helpful.
    Regards, Summer
    Edited by: Summer Ding on Jul 2, 2008 4:06 AM

  • Variant Matching - Function module to obtain material no from Char Values

    Hi,
    We are not using standard functionality.
    We have a set of characteristic names & values. Our aim is to fetch material number from these. (Variant matching part of CU50)
    We have tried debugging but in vain.
    In the MRP 3 view of these material masters, characteristic values are maintained (under configurable material)
    Please suggest some function modules or table names for fetching material number from characteristics.
    Regards,
    Mahesh Patil

    Hi Mahesh ,
    try out below functional module , may be its of your use.
    CAVC_C_TYPE_MATCHING
    regards
    Ritesh

  • RBPD results does not match the usage of transaction in the system

    Hi,
    I have performed an RBPD analysis on a Solar01 project and have found many transactions which have been used in the managed system.
    However there is a huge discrepancy between the number of usage we found in the RBPD analysis and the actual usage in the managed system
    for example the transaction VA11 is shown to have been executed more than 80,000 times but there are less than 1000 Inquiry document in the system.
    It is possible that not everytime the transaction VA11 is executed an Inquiry will be saved and also if there are multiple windows which are opened in VA11 that will also be counted. However still there is a huge difference between the numbers.
    Also the EWA was not configured in the same Solution Manager in which I performed the RBPD. It was loaded from another Solution Manager. Can there be an issue while loading the data of EWA from another Solution Manager?
    What can be the possible reason for such a huge discrepancy.
    Regards,
    Vishal

    Hi Vishal,
    UPL is based on kernal Exe hits, it is not actually based on any tables or EWA.  It actually counts number of times the methods, function modules got called .   You cant really compare the UPL value with any of these entries. more over UPL  count only objects, fm, methods usage
    The object usage tab in RBPD is not exactly representing UPL. This get data from n number of sources. It brings the data from EWA ( for transactions from st03N ), e2e diagnosstics, upl ( for objects usage) and also rfc used in charm ( for badi and others).
    refer here Display object usage
    The link is totally different from UPL recording, refer here,  Objects recorded by UPL
    this given clear statement that UPL is totally different provide more accurate data than other sources.
    The case, why SAP broght UPL concept, is very simple, because regular workload stats will be counting only the direct calls, means it wont consider the calling by other programs, UPL is cross client, so its more accurate.
    Hence the entries which is shown in Analysis project result is fine,
    Thanks and Best regards,
    Jansi

  • Producing warnings when cvi function parameters do not match function prototypes

    Is there a function prototype in cvi code which would generate an error/
    warning that my parameters do not match those of the function prototype. I
    am using MSVC 6 for development.
    Ed Manlove
    [email protected]

    There is a parameter in the Options>>Build Options menu that do that : check "Require fonctions prototype".
    I think that a function can't do that because you have to check that during the compilation. If you want to check parameters at the run time ( like , scanf function ) you have to do by yourself inside the function.

  • Sql functions usage in sql loader

    Hi all,
    Can some one share sample code for using sql 'decode' function with sqlloader control file?
    Thanks

    Took about 30 seconds to find this link at google:
    http://www.orafaq.com/faqloadr.htm#MODIFY
    Dim

Maybe you are looking for

  • Display Popup or Dialog Message window when opening planning form?

    Is there a way to setup a planning web form to display a dialog box or message when the user opens a planning web form or expands a folder in planning? Or, is there a way to change the background color on a web planning form (input is yellow and woul

  • Different templates with different datasource files

    Hi All, Can someone tell me how we can have two different templates with different datasource files in one BIP report. I need PDF template based on one xml file and CSV teamplate based on another in one report. Thanks.

  • Channel Entitlement

    Hi guys, Is there any way on the website of telling exaxtly which channels I am entitled to on BT Vision? The short and tall of it is I ordered BT Vision Essentials to go alongside my BT Infinity package, I could get all of the 'Essential' channels b

  • Upgraded my iPad now I can't make any in ap purchases.

    I updated the os on my iPad and can't make purchases now. Any suggestions?

  • IllegalArgumentException NamedQuery not found

    Hello, I define my metadata natively in TopLink i.e. using the TopLink Workbench I define the following files: - session.xml http://perfectjpattern.svn.sourceforge.net/viewvc/perfectjpattern/trunk/perfectjpattern-eclipselink/src/test/resources/sessio