Fuzzy Lookup Formula/Logic

Could someone from the dev team please share as much details as you're comfortable with regarding the
formula or logic used to calculate the similarity for a fuzzy lookup match?

Hi Andres,
Fuzzy Lookup matches input records that are "dirty" (because of misspellings, truncations, missing or inserted tokens, null fields, unexpected abbreviations, and other irregularities) with clean records in a reference table. Fuzzy Lookup can help
find data in large tables when your data has a corrupt or incomplete string key.
Fuzzy Lookup uses the Error-Tolerant Index (ETI) to find matching rows in the reference table. Each record in the reference table is broken up into words (also known as tokens), and the ETI keeps track of all the places in the reference table where a particular
token occurs.
For moe details about Fuzzy Lookup, please refer to the following documents:
Fuzzy Lookup and Fuzzy Grouping in SQL Server  Integration Services 2005
Using Fuzzy Lookup Transformations in SQL Server Integration Services
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Formula behind fuzzy lookup Overall Similarity value

    Could someone help me in understanding how Fuzzy Lookup calculates the Overall Similarity value using the available fuzzy columns and how top n records are chosen? Is it based upon the similarity value ?
    Sowjanya Addanki

    This is a good white paper on Fuzzy lookup and explains most of internals on it
    http://msdn.microsoft.com/en-us/library/ms345128.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Design Problem When SSIS Get String From Web to Do Fuzzy Lookup

    Hi!
    In my previous post Search Data by Fuzzy Lookup in Real Time
    Scenario, I've tested required functions to build a sample website and SSIS, now it's time to polish my design. Since user will query a name from Web, SSIS is supposed to get a string to do
    Fuzzy Lookup.  I wonder how I can design to let fuzzy lookup consume String as input instead of a structure (like OLE DB, EXCEL, Flat File, etc ) . 
    Now I use table as datasource to do a fake input. The SQL_CMD variable will dynamically be replaced from Web input. It seems Fuzzy Lookup component needs a structure to be an input.
    Do you have any design idea for my scenario ?  Thank you!

    How are you executing the fuzzy lookup package ? Is it using command line or using asp.net code ?
    In SSIS package we can create variables and assign any strings to these variables while running the ssis package in asp.net.
    Refer
    http://www.codeproject.com/Articles/28096/Excecute-SSIS-package-DTSX-from-ASP-Net
    Also have you gone through SOUNDEX option of TSQL
    http://www.tek-tips.com/faqs.cfm?fid=4110
    Regards, RSingh

  • Formula Logic for Dates in the Cell Editor in Query Designer

    Hi All
    We are on BI7. (This is in the Cell Editor in Query Designer)
    I am trying to create a formula in one cell that enters a date based on the following logic (Lets call this formula A):
    I also have a placeholder "Cell reference" for a Date in another cell in the Cell Editor (Lets call it B).
    I also have two other dates in seperate cells in the Editor (Lets call them C and D)
    What i need to do is check that either C or D are not blank i.e one at least has a date and if so enter the date that is in B in A.
    My formula logic in (Cell A) at the moment is as follows:
    ( Cell C <> 0 ) OR ( Cell D <> 0) * Cell B
    When I run the query It is coming back with either a 1 or  0 depending if there is a date in C or D.
    What I want it to do is to display the actual date of  'Cell B'  in 'Cell A' if  ( Cell C <> 0 ) OR ( Cell D <> 0)
    If the value of B is blank ie no date I also want A to be blank i.e not equal zero or a blank date ie 00/00/0000
    Example 1
    Cell A    08/09/2009
    Cell B    08/09/2009
    Cell C   15/03/2010
    Cell D
    Cell A should = 08/09/2009 as there is a Date in Cell C or D and if so enter the date of Cell B in cell A
    Example 2
    Cell A   
    Cell B    08/09/2009
    Cell C  
    Cell D
    Cell A should = BLANK as there is a NO Date in Cell C or D
    Example 3
    Cell A   
    Cell B  
    Cell C   15/03/2010
    Cell D
    Cell A should = BLANK as there is a No Date in Cell B although a Date in cell C or D.
    Thank you for assistance in advance
    Kind regards
    Stevo

    Hi there,
    It seems you have done almost everything...
    What it seems that is missing is probably the cell reference for Cell C and for Cell D, or did you forget to mention it here?
    So here it is the big idea:
    - In the Cell Editor of the query designer, create a new cell reference for Cell C, let's name it ref_cell_c;
    - In the Cell Editor of the query designer, create a new cell reference for Cell D, let's name it ref_cell_d;
    - In the Cell Editor of the query designer, create a new cell reference for Cell B, let's name it ref_cell_b;
    - In the Cell Editor of the query designer, create a new formula for Cell A, let's name it form_cell_a;
    The form_cell_a should be created by the following:
    ( COUNT(ref_cell_c) + COUNT(ref_cell_d) ) * ref_cell_b
    So COUNT(operand) returns 1 if operand is different of 0 else it returns 0; So if ref_cell_c has any valu or ref_cell_d has any value it should return the value of ref_cell_b.
    Please note that with this formula, if you have values in both ref_cell_c and ref_cell_d this formula returns 2 * ref_cell_b, which is not what you pretend, I'm assuming you'll have value only for the following combinations:
    ref_cell_c has value but ref_cell_d don't have any
    ref_cell_c don't have any value but ref_cell_d has a value
    ref_cell_c don't have any value neighther has ref_cell_d any
    Diogo.

  • Fuzzy Lookup addin Query

    I am using Excel 2013, I have installed fuzzy lookup, it got installed without any hassle but it doesn't show up in Excel.
    Load behavior of fuzzy add-in in COM Add-ins shows "A runtime error occurred during the loading of the COM Add-ins."
    If I try to run Add-in then I get following error:
    "The common language runtime could not be loaded by C:\Users\Vicky\AppData\Local\Apps\Microsoft\Fuzzy Lookup Add-In For Excel\Bin\FuzzyLookupAddInForExcel.vsto|vstolocal. Contact your administrator for further assistance."

    Hi,
    Based on the error message, this issue usually occur with fuzzy lookup not installed completely. Would you like to tell me where did you download the add-in? I tested to download
    here and installed/worked well in my local environment ( Windows 8.1 64bit and Office 2013 32bit). If you did not download from here, please try this installation copy.
    Then, if you were also download with above link, I recommend we clean-remove it and re-install it with
    Windows clean boot.
    Please Note:
    Uninstall any previous versions of Fuzzy Lookup Add-In for Excel. Folder path:
    C:\Users\username\AppData\Local\Apps\Microsoft\Fuzzy Lookup Add-In For Excel
    Right-click Setup.exe and Run As Administrator.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Fuzzy Lookup Transform not writing to destination

    I'm using MSSQL 2008R2 on a MS Server 2008 R2.
    I've tried using a flat file, excel, and creating tables to use the Fuzzy Lookup transform.
    But each time, the source object and Fuzzy Lookup transform turn yellow, but the destination is never reached.
    I'm not trying anything fancy for this now, I have been reduced to just trying to match some test data to see if I was doing anything wrong.
    For my source, it is simply a single column table, we will call it table A, with Oatmen, Juce, and Conut in the Name column.
    The reference table, table B has Oatman, Juice and Coconut in the Name column.
    IS there a known issue with the Fuzzy lookup that I have not found?
    Thanks
    A valiant warrior dies but once, a coward dies a thousand times before his death.

    It could be the bitness issue since the server is 64 bit, change
    to TRUE
    Arthur My Blog

  • Fuzzy Lookup SQLDUMP when run in 32 bit

    I'm running a SSIS package on a 64 bit machine that has to run in 32 bit runtime as several data sources are from excel.
    After I've loaded the source data into SQLServer EE [64 bit] I run a fuzzy lookup to match & append some columns. The data flow runs fine independently when I set Run64BitRuntime to True but fails when I run the whole package in 32 bit.
    There are no telling error messages in BIDS and I enabled full logging to sysssislog. The data flow reads all of the oledb source records but the fuzzy lookup remains yellow before SQLDUMPER_ERRORLOG.log runs and the package fails.
    The Log reads:
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 4772
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 008CD608
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 4772
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x008CD608
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x00000000
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x00000000
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\ErrorDumps\SQLDmpr0021.mdmp
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\dbghelp.dll'
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\dbghelp.dll' : '6.8:4.0'
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\dbghelp.dll' : '6.8:4.0'
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\SQLDUMPER.EXE'
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\SQLDUMPER.EXE' : '2007.100:1600.22'
    (F7C:16C0) 07/21/10 11:24:37, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\SQLDUMPER.EXE' : '10.0:1600.22'
    (F7C:16C0) 07/21/10 11:24:37, ACTION,          DtsDebugHost.exe, Watson Invoke: No
    Is there anyway fix the above error and to run my package with this fuzzy lookup within a 32 bit runtime on a 64 bit machine?
    Thanks in advance!

    Hi,
    It's easy to reproduce, this seems to be a problem with the x64 fuzzy lookup task:
    https://connect.microsoft.com/SQLServer/feedback/details/488387/fuzzy-lookup-triggers-sqldumper-even-with-very-small-dataset-with-run64bitruntime-set-to-false
    You can use a single package for your 32Bit dataflow. In your 64Bit package use the "Execute Process Task" to execute your 32Bit package with the dtexec.exe located in the folder "C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\".
    Under "Process" you can use following settings:
    Executable: C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec.exe
    Arguments: /F "COMPLETE PATH TO YOUR 32BIT PACKAGE"
    Tillmann

  • Real world use of Lookup, Fuzzy Lookup and Fuzzy Grouping?

    Hello Experts,
    Could someone please tell me the use of lookup, fuzzy lookup and fuzzy grouping tasks giving one example of each?
    I know the work what these tasks do but I want to know in which scenario and for what functionality do we use these tasks?
    Appreciate if you write down your own experiences.
    Please no URL's of MSDN/TechNet and so on. I am tired reading it.
    -Vaibhav Chaudhari

    Hello Vaibhav,
    A use of lookup: need to verify if a record or a corresponding entry exists in target before inserting it or not, it is also possible to use for merging / syncing data.
    Fuzzy Lookup Transformation: is when you need to find similarities in text, in simple words it is the T-SQL SOUNDEX function, does it sound like what it does to you? So if you have say car brand names e.g. BMW and VW this function will confidentially match
    these (depends on level chosen) even though they are not closely related. But it would not match BMW to GMC.
    Fuzzy Grouping is when you need to just group related text. It is a close cousin to the lookup, but gets applied to text sets and forms them, too. Used for data de-duplication (by match score).
    Arthur My Blog

  • Exect difference between Fuzzy lookup and Fuzzy grouping

    Hi all,
       Can you pls explain difference between Fuzzy lookup and Fuzzy grouping in simple word,pls
    Thanks
    Selva

    Hi Selva,
    In brief, the Fuzzy Grouping Transformation can be used to group the similar rows in the source dataset and identify rows of data that are likely to be duplicate; while the Fuzzy Lookup Transformation can match records between the source table and reference
    table that are similar, but not identical to, the lookup key.
    Here are good examples about the two transformations:
    http://ssis-tutorial-online.blogspot.com/2013/04/fuzzy-grouping-transformation.html 
    http://www.codeproject.com/Tips/528243/SSIS-Fuzzy-lookup-for-cleaning-dirty-data 
    Regards,
    Mike Yin
    TechNet Community Support

  • Fuzzy Lookup cannot use existing index

    Hi all,
    we have upgraded to SQL Server 2008 R2 from SQL Server 2008 and since then our fuzzy matching process has failed when trying to re-use existing index with the error:
    [Fuzzy Lookup] Progress: Warming caches - 0 percent complete
    [Fuzzy Lookup [9824]] Warning: Catastrophic failure
    [SSIS.Pipeline] Error: component "Fuzzy Lookup" (9824) failed the pre-execute phase and returned error code 0x8000FFFF.
    Warming cache property is set to False though.
    Has anyone experienced the same error?
    When building a new index fuzzy matching runs without problems.
    Thanks a lot.
    Fran

    Hi Fran,
    The error may occur due to a memory issue such as the Fuzzy Lookup task consumes high memory buffers. Please try the following steps:
    Run the package in 64-bit mode by setting the Run64BitRuntime property of the project to True.
    Right click the Fuzzy Lookup task and click “Show Advanced Edior…”
    Switch to the Component Properties tab, and set the following properties:
    CopyReferenceTable: 0
    DropExistingMatchIndex: 0
    WarmCaches: False
    Hope this helps.
    Regards,
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Fuzzy Lookup Finished: Canceled?

    Hey everyone,
    I have a fuzzy lookup in Integration Services Packages that does not seem to run. I am pulling data from a table in sql server 2008 R2 and comparing results to data from another  table in sql server (same database & instance)  using a
    fuzzy lookup for match similarities between the data sets. When my data flow task reaches my fuzzy lookup, a DOS box pops up for a second and then my packages finishes with a message of "Finished. Cancelled". The last message in my execution results
    displays: "Information: Execute phase is beginning". Again, there are no excel files being processed or utilized in this package.   I've tried running my packages both in 32 bit and 64 bit mode but no luck. I've also tried the advice listed
    Here :
    I'm at a loss. Not sure what I can do short of reinstalling Visual Studio.  Any thoughts?
    Migince
    Info
    Visual Studio 2008 3.5 SP1
    Version Number: 9.0.30729.4462 QFE

    You had a bitness error in the package and the very 1st time SQLDumper appeared which you disregarded
    Now I suspect you need to stat over with a new project and all should work
    Arthur My Blog

  • Fuzzy Lookup Add-In for Excel - Unattended installation

    Hi.
    I would lige the Fuzzy Lookup Add-In for Excel to be installed silently, but it seems only to be possible for a Per-User installation with the parameter "setup.exe /passive"
    I need the installation to be for All Users, but I can´t find any parameter that makes that possible.
    / Torsten  

    Hi,
    Based on your description, your required could be done via logon scripts. Please see the below steps:
    1. Open Notepad.
    2. Copy and paste, or type, the following:
    Const ENGINEERING_GROUP = "cn=engineering"
    Const FINANCE_GROUP = "cn=finance"
    Const HUMAN_RESOURCES_GROUP = "cn=human resources"
    Set wshNetwork = CreateObject("WScript.Network")
    wshNetwork.MapNetworkDrive "h:",
    "\\FileServer\Users\" & wshNetwork.UserName
    Set ADSysInfo = CreateObject("ADSystemInfo")
    Set CurrentUser = GetObject("LDAP://" &
    ADSysInfo.UserName)
    strGroups = LCase(Join(CurrentUser.MemberOf))
    If InStr(strGroups, ENGINEERING_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Engineering\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\EngLaser"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\Plotter"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\EngLaser"
    ElseIf InStr(strGroups, FINANCE_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Finance\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\FinLaser"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\FinLaser"
    ElseIf InStr(strGroups, HUMAN_RESOURCES_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Human Resources\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\HrLaser"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\HrLaser"
    End If
    3. On the File menu, click Save As.
    4. In Save in, click the directory that corresponds to the domain controller's Netlogon shared folder (usually SystemRoot\SYSVOL\Sysvol\DomainName\Scripts where DomainName is the domain's fully qualified domain name).
    5. In Save as type, click All Files.
    6. In File name, type a file name, followed by .vbs, and then click Save. WSH uses the .vbs extension to identify files that contain VBScript commands.
    More reference::
    http://technet.microsoft.com/en-us/library/cc758918(v=WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc784088(v=ws.10).aspx
    http://technet.microsoft.com/en-us/library/cc779490(v=WS.10).aspx
    If you have further question about logon scripts, I recommend you post the question to below forum.
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG&filter=alltypes&sort=lastpostdesc
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Fuzzy lookup without Ms-SQL

    Hi
    Normally one needs for fuzzy lookup to load a (lookup) table in MS-SQL. Is it also possible to use / define such a table in Excel? I mean, is it possible to do fuzzy lookup without MS-SQL?
    Thanks!
    Gabi
    gec

    Hi gec,
    Yes, we should write something in the Extended Properties to control the different excel files.
    If the excel file version is Excel 2007 and later with .xlsx extension, we should use Microsoft ACE OLEDB 12.0 and set the property with “Excel 12.0”.
    If the excel file version is Excel 2003 with .xls extension, we should use Microsoft.Jet.OLEDB.4.0 or Microsoft ACE OLEDB 12.0 and set the property with “Excel 8.0”.
    The following document is for your reference:
    https://www.connectionstrings.com/excel/
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Lookup formula

    Hi,
    I tried using the lookup formula to create a list of students names that have the same problem. Unfortunately, the formula only gave me the last value that qualified.
    =LOOKUP("B", G2:G23, B2:B23)
    This is what I used. Is there someway I can change this to get a list of all the students that answered B except for the last one in my data?

    Hello writrrgrrrl,
    Here's one way to answer your question, I believe. In the example below, you enter the grade you wish to examine in the top table, the second table is scanned for instances of that grade and a list of students with that grade will be produced in the bottom table. I needed to add an auxiliary column in your grade table in which to count the instances, and an auxiliary table to list the matches.
    Here are the formulas in case you want to give it a try...
    Fill the Count column with: =IF(INDIRECT("B"&ROW())=SearchScore :: A$2, COUNTIF(INDIRECT("$B$1:B"&ROW()),SearchScore :: A$2), "")
    Fill the Answered Score Requested column with: =IF(COUNT(Names And Scores :: C2:C11)>=ROW()-1, INDIRECT("Names And Scores :: A"&(MATCH(ROW()-1,Names And Scores :: C1:C11))), "")
    Let me know if you have any questions.
    Just curious; you don't happen to teach English Composition do you?
    Jerry

  • Lookup Script Logic

    Dear Freinds,
    I am trying to write script logic for learning LOOKUP fuction of script logic and written the below code in BPC 7.5 NW its not working. Please let me know my mistake .
    *XDIM_MEMBERSET TIME =2009.APR
    *XDIM_MEMBERSET P_ACCT=CE0004010
    *XDIM_MEMBERSET CATEGORY=ACTUAL
    *LOOKUP RATE
    *DIM TIME="2009.APR"
    *DIM CATEGORY="ACTUAL"
    *DIM R_ACCT="AVG"
    *DIM R_ENTITY="GLOBAL"
    *DIM RATEEUR:INPUTCURRENCY="INR"
    *DIM MEASURES="PERIODIC"
    *ENDLOOKUP
    *WHEN P_ACCT
    *IS "CE0004010"
    *REC(EXPRESSION=%VALUE%/LOOKUP(RATEEUR), RPTCURRENCY="INR")
    *ENDWHEN

    below is the UJTK log but I am not getting result. Please help me .
    LOG:
    FILE:\ROOT\WEBFOLDERS\BPC_Demo \ADMINAPP\MGT_CONSO\TEST.LGF
    USER:PARAGONDNS\BPC_CON
    APPSET:BPC_Demo
    APPLICATION:MGT_CONSO
    [INFO] GET_DIM_LIST(): I_APPL_ID="MGT_CONSO", #dimensions=8
    CATEGORY,MEASURES,P_ACCT,P_ACTIVITY,P_CC,P_DATASRC,RPTCURRENCY,TIME
    #dim_memberset=3
    TIME:2009.APR,1 in total.
    P_ACCT:CE0004010,1 in total.
    CATEGORY:ACTUAL,1 in total.
    REC :%VALUE%/LOOKUP(RATEEUR)
    CALCULATION BEGIN:
    QUERY PROCESSING DATA
    QUERY TIME : 1535.45 ms. 2  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    QUERY LOOKUP DATA FROM APPLICATION: RATE
    QUERY TIME : 416.49 ms. 1  RECORDS QUERIED OUT.
    CALCULATION TIME IN TOTAL :123.38 ms.
    1  RECORDS ARE GENERATED.
    CALCULATION END.
    SCRIPT RUNNING TIME IN TOTAL:2.42 s.

Maybe you are looking for

  • How to configure users for internal mail routing only in exchange 2013

    Hi Guys! I have a scenario here that i have three (3) group of users, one group is able to have an inbound and outbound mail, meaning they can send and recieved emails from internal and external.The second group of users should have inbound mail(loca

  • HOW TO CALL A JSP METHOD FROM ANOTHER JSP

    Hi all, I have to JSP1 and JSP2 and i would like to call a method of JS1 from JSP2. Is that possible ?? Example: JSP2 Code somewhere in the code ... String s = JSP1.getName(); out.println("EL NOMBRE ES " +s ); thanks in advance for your help

  • Where can I find "Notes" backup among backup folder/files?

    I had to get a new "old" iPhone from the Apple Store in order to get back to 1.1.4 from 2.0 - which was an unmitigated disaster. Since could not sync my backup file as it was already 2.0 ized, had to just start from scratch. Of course, Notes do not g

  • Question on Filter Table button

    Hi, I have a matrix with a column 'Price'. At the bottom of the form i have a button with a edit text, and when i press the button, i read every row of the matrix and i make the total of the column 'Price' and i put this total in the Edit Text. If i

  • I have Language Problems with Mail

    Mail dies Not seem to Accept englisch as my language