Using Lookup

Post Author: jeff.p18
CA Forum: Data Integration
Hello (mother-tongue = french)
I'm a BODI beginner and I often have things lije this to code :
            SELECT gd.num_ecrou_ini, ae.dat_epreuve, ae.cod_diplome, u2018Ru2019, 2
            FROM gdet_det gd,
            atf_expertise ae,
            t_ods_w_diplome wde
            WHERE gd.num_ecro_cou = ae.num_ecro_cou
      AND gd.num_ecro_cou = (         SELECT max(gd2.num_ecro_cou)
                                                     FROM gdet_det gd2
                                                     WHERE gd2.num_ecro_ini = gd. num_ecro_ini   )
            AND gd.num_ecrou_ini not in (   SELECT wde2.num_ecrou_ini
                                   FROM t_ods_w_diplome wde2  )
            AND 2 < = (      SELECT min(hd2.priorite)
                                   FROM t_ods_h_diplome hd2
                                   WHERE hd2.num_ecrou_init = gd.num_ecrou_ini)
      AND gd.num_ecro_cou = (         SELECT max(ae2.dat_expertise)
                                                     FROM gdet_det ae2
                                                     WHERE ae2.num_ecro_cou = ae. num_ecro_cou  )
I wonder if it is recommended to use lookup to implement it in BODI.
Look at my where clause in BODI :
GDET_DET_1.NUM_ECRO_COU = ATF_EXPERTISE_1.NUM_ECRO_COU ANDlookup_ext(&#91;ds_ods_info_penit.SCOTT.T_ODS_W_DIPLOME,'PRE_LOAD_CACHE','MAX'&#93;,    &#91;NUM_ECRO_INI&#93;,&#91;0&#93;,&#91;NUM_ECRO_INI,'=',GDET_DET_1.NUM_ECRO_INI&#93;) = 0 ANDlookup_ext(&#91;ds_ods_info_penit.SCOTT.T_ODS_H_DIPLOME,'PRE_LOAD_CACHE','MIN'&#93;,    &#91;PRIORITE&#93;,&#91;9&#93;,&#91;NUM_ECROU_INIT,'=',GDET_DET_1.NUM_ECRO_INI&#93;) >= 2 ANDlookup_ext(&#91;ds_source_gide_source.dbo.GDET_DET,'PRE_LOAD_CACHE','MAX'&#93;,   &#91;NUM_ECRO_COU&#93;,&#91;NULL&#93;,&#91;NUM_ECRO_INI,'=',GDET_DET_1.NUM_ECRO_INI&#93;) = GDET_DET_1.NUM_ECRO_COU ANDlookup_ext(&#91;ds_source_gide_source.dbo.ATF_EXPERTISE,'PRE_LOAD_CACHE','MAX'&#93;,   &#91;DAT_EXPERTISE&#93;,&#91;NULL&#93;,&#91;NUM_ECRO_COU,'=',GDET_DET_1.NUM_ECRO_COU&#93;) = ATF_EXPERTISE_1.DAT_EXPERTISE
It is working but should i choose another way to do that ?
subsidiary question : does BODI use Oracle analytical function to perform that ?
Thanks in advance
+

Hi jimmy5495,
According to your description, it seems like you don’t know how to correctly use Lookup function. Based on my research, Lookup function is not supported to be used in a single textbox that means outside Data Grid with multiple datasets environment. Because
in a single textbox with multiple datasets environment, it only supports Aggregate functions when we want to use fields in it. While Aggregate functions are not allowed inside the Destination or Result expressions of a Lookup function.
We can add the expression in a table textbox in the design surface, then delete the other cells. While if we want to add this expression in page header, since page header can only contain static items, I think we could achieve this goal in current release
of Reporting Services.
References:
Aggregate Functions Reference (Report Builder and SSRS)
Page Headers and Footers (Report Builder and SSRS)
Regards,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Static and small dimension table should I use lookup

    Hi Gurus,
    I am creating interface to load my fact table.
    Generally for different codes to replace with surrogate keys I use dimension table for look-up in interface.
    but I have question if dimension table is very small and has only static values like
    Sur_key, Code, Description.
    1, C, Create
    2 , R, Redeem
    in such case if in interface for fact table, I just write expression "if source_table.column=C then 1 else 2".
    Please advice if this is better way or not.
    Thanks in advance.

    I agree - it is much better practice to use lookups to populate surrogate keys. Using hard-coded values in code requires the developer to always remember that dependency on dimensional data and can cause unexpected results down the line if the keys are updated or are inconsistent across environments.

  • How to Set Prompt of a Field in OAF using lookup

    Hi Gurus!!
    We have a requirement to change the Prompt of some fields and also have to give the flexibilty to the business user's so that in case if they wants to change the promt of a field in future then they should also be able to change it.
    Is it possible to set the promt of field using lookup. So, that if users want to change it then they can go and change the lookup value .
    If yes, can you please give me an example of this code .
    Please let me know if any alternative approch is there to achive this requirement.
    Any help would be grately appreciated.
    Thanks
    KR

    Hi KR,
    System.out.println(">>>"+pageContext.getMessage("FND", "FND_TEST1", null)); *//displying my custom msg*
    is the message is printing the value,?
    projNum.setPrompt(pageContext.getMessage("FND", "FND_TEST1", null));
    Instead of above can you try with a hardcoded value like,
    make sure projNum is not null, you can just print the value projNum.
    projNum.setPrompt("Test Prompt");
    And one more way you can try is create a VO which will pickup the value from Lookup
    and use dataBinding (PROMPT_ATTR) and set the value.
    You can search the forum for how to use the dataBinding
    Eg.
    OAMessageTextInputBean mTextBean_Y =
    (OAMessageTextInputBean)tbl.findChildRecursive("NU_Y");
    if (mTextBean_Y != null) {
    OADataBoundValueViewObject promptNU_Y =
    new OADataBoundValueViewObject(mTextBean_Y,
    "QuestionName");
    mTextBean_Y.setAttributeValue(oracle.cabo.ui.UIConstants.PROMPT_ATTR,
    promptNU_Y);
    Thanks,
    With regards,
    Kali.
    OSSi.
    Added sample code.

  • Do I have to use lookup() to get a reference of remote object?

    Hello,
    I appreciate the help from you guys in advance. My question is, do I have to use lookup() to get the reference to a remote object? Right now I want to pass the remote object itself which can be serialized via stream. I am not sure if this way works.
    Cheers!
    Steve

    some part code:
    client:
    lookup=UC_LookUp.StkTakeListingHdrLookup().getStkTake(usrInfo,tfStkTakeListNo.getText());
    UC_LookUp
    public static basewms.uc.interfaces.UC_ISCSStkTakeListingHdr_Remote StkTakeListingHdrLookup()
          if (look_up==null) look_up= new UC_LookUp();
          if(stktakelistinghdr == null)
          stktakelistinghdr = look_up.startLookUp("UCStkTakeListingHdr","192.168.10.98", 7000);
          while (stktakelistinghdr==null)
               try { Thread.sleep(1000); }catch(InterruptedException e) {}
          return (basewms.uc.interfaces.UC_ISCSStkTakeListingHdr_Remote)look_up.getRemote(stktakelistinghdr);

  • Using lookup function but to show multiple returns?

    Okay so I have been talked through how to use a lookup function to show which student in my class has scored the highest grade.  The formula used displays there name in one column and the score they achieved in another column which I have set up in a small seperate table.  However as suggested in my intial lookup function search it was suggested that I would encounter a problem if two students both achieved the same highest score.  However in the results table I have created it only shows one student.  Is it possible to have a function or formula that will simply show the top scores and the students that scored it when they are tied? 
    Thanks
    Marcus

    The easiest way to accomplish this, Marcus, is by simply sorting all rows by grade.  Sure, you can click on the column tab and hit "sort ascending", but I'm guessing you want something a little more dynamic than that.
    So I've set up a class of 20 students and gave them all random grades btwn 40 - 99.  (That's how it was done when I was in high school.  )  I added a third column which takes that grade, multiplies it by 1000, and adds the row number of the student.  This creates a unique identifier based on a possibly-non-unique grade:
    Now it's simply a matter of using the LARGE function to rank these new identifiers, and then using LOOKUP to get the actual grade and name for that identifier.  (Note that the grades changed; changing the focus from one cell to another creates new random values for the grades.)
    The formula for columns b and c for this Ranking table are standard Lookup functions:
    =LOOKUP($A1,Grades :: $C,Grades :: $B) to get the grades  ($A2 for 2nd column, etc.), and
    =LOOKUP($A1,Grades :: $C,Grades :: $A) to get the names.
    I'd suggest hiding these identifier columns.
    Now, to limit this display to the "X" highest grades, I'm going to continue this into another reply.
    Vince

  • How to use lookup in xquery(OSB)

    Hi
    In xquery , I have hardcoded the value and compare the hard coded value against input payload and fetch the corresponding value for hard coded value .
    In this way, I have hardcoded around 35 values in Xquery .
    But the client wants to use lookup or xref, some what like name value pair and not to use hard coding in xquery .
    Please let me know, how to implement in Xquery .

    Additionally you may refer this one also..
    http://guidoschmutz.wordpress.com/2009/12/25/implement-domain-value-maps-dvm-with-oracle-service-bus-osb-10r3/
    With custom Xpaths.
    http://beatechnologies.wordpress.com/tag/lookup-shared-dvm-in-osb/

  • Problem with WHEN/ENDWHEN criteria using LOOKUP result

    Dear Experts,
    I want to use lookup result as WHENENDWHEN criteria which mentioned on "How To Use BPC Scripting Logic" page 54. But it canu2019t be validated, and has error message: Validation Errors: Unknown Dimension Name in Keyword: u201CLOOKUP(COST_CATEGORY:u201D
    My Script is as follow:
    *LOOKUP EXP_TYPE
    *DIM CATEGORY="ACTUAL"
    *DIM ENTITY="1101"
    *DIM MEASURES="PERIODIC"
    *DIM RPTCURRENCY="LC"
    *DIM TIME="2009.JAN"
    *DIM P_ACCT= P_ACCT
    *DIM COST_CATEGORY1: COST_CATEGORY= COSTCENTER.CC_CATEGORY
    *ENDLOOKUP
    *WHEN LOOKUP(COST_CATEGORY1) 
    *IS 1
        *REC( EXPRESSION =LOOKUP(COST_CATEGORY1) * 1000 )
    *ENDWHEN
    Please help me, Thank a lot in advance.

    Hi Vijaya Kumar,
    I tried the suggested solution.  My code nowlooks as given below -
    *XDIM_MEMBERSET TIME=%TIME_SET%                   
    *XDIM_MEMBERSET CATEGORY=ACTUAL                   
    *XDIM_MEMBERSET LIKE4LIKE=INPUT_TOTAL                   
    *XDIM_MEMBERSET EXCHRATE=CATEGORYRATE                   
    *XDIM_MEMBERSET ACCOUNT = COMPFLAGPREV,FORCECOMP,SQFOOTPCCH                   
    *SELECTCASE [ACCOUNT].[FORCECOMP]
       *CASE  1
           [#COMPFLAGCURR] = 0      
       *CASE  2
          [#COMPFLAGCURR] =[TIME].[MONTHNUM]              
    *ENDSELECT
    *COMMIT
    When I execute the default logic, it gives be an error -  "Members invalid on dimension (TIME:MONHNUM)".
    What is the correct syntax to assign the TIME.MONTHNUM to COMPFLAGCURR when the value of FORCECOMP is '2'?
    Thanks in advance.
    Regards,
    Rashmi

  • Learning to use lookup transformation - match value in one of two columns

    Im a little new to using lookup transforms.  Been reading a bit, but using two columns is throwing me off.
    Have a dataflow with the source having a column I want to use to lookup in a table in another DB.  The match could be in one of two columns in that table.  
    If a match is found, I need a different value from the lookup table added to the source flow that is going into the destination.
    How can I match on one of two columns in the lookup table, and use a totally different column added to the final input going into the destination ?  
    In the Lookup configuration, I can set the lookup operation to replacing the value in the source, but I want EITHER value match from the two columns from the lookup table to go into the value that will go into the destination.
    With TSQL - I would use a case statement and compare the source column to BOTH of the lookup table columns.

    You can handle this within single lookup using below query
    SELECT CASE WHEN <condn1> THEN Field1 ELSE Field2 END AS lookupField,
    CASE WHEN <condn1> THEN Field3 ELSE Field4 END AS MatchField
    FROM Table2
    Then just do single relationship with LookupField and select MatchField to be aded to output
    the condition will specify your fields value condition based on which you determine which column to be matched against
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Error in using Lookup Query - OIM 11g

    Hi Guys,
    I am trying to use following lookup query:
    select usr_key, usr_login from USR where usr_status = 'Active' and have following mapping defined in the process form:
    Column Width = 200
    Lookup Column Name = usr_login
    Column Names = usr_key, usr_login
    Column Captions = USER_KEY, USER_LOGIN
    The values are getting populated properly while searching for the lookup. But when I click on 'SELECT' button. It throws error. saying 'A system error occurred'
    I see following error in the log:
    <Jul 4, 2011 7:19:07 PM IST> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: tcLookupFieldAction/selectedValue encounter some problems: {1}
    Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.API.tcMetaDataSet.getStringValue(tcMetaDataSet.java:368)
    at com.thortech.xl.webclient.actions.tcLookupFieldAction.selectedValue(tcLookupFieldAction.java:1723)
    ### Steps to Reproduce Problem ###
    1. Create a new process form
    2. For one of the column, assign following properties:
    Lookup Query = select usr_key, usr_login from USR where usr_status = 'Active'
    Column Width = 200
    Lookup Column Name = usr_login
    Column Names = usr_key, usr_login
    Column Captions = USER_KEY, USER_LOGIN
    3. Activate the form
    4. Open the resource in Web Console
    5. Search for that lookup.
    6. Select any of the value
    7. Press 'Select' button. Error is thrown.
    Could somebody please help me out with this issue?
    Thanks,

    Got the solution:
    tcColumnNotFoundException with Lookup Query

  • Essbase as a source in OBIEE 11g and using lookup to Relation database

    Hello All,
    We are trying to implement Essbase as primary source for our obiee 11g repository and using relational database as secondary source of data.
    I was using a lookup functionality in repository to lookup value from one of the Essbase's Dimension's attribute to relational database, however, there is error when testing this in OBIEE Dashboards.
    And tried to look this error in support.oracle and googled it but was not able to find anything on it.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 46008] Internal error: File server\Query\Src\SQLookupUtility.cpp, line 145. (HY000)
    Have you had any such issue and how can we pass this issue?
    I am trying to find if there are any quick resolution before going to oracle support.
    TIA.
    Parish

    Is Essbase 11.1.1.3 supported as a source for OBIEE 11g?From the certification matrix (http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls) we can see that only Essbase 9.3.3+ and 11.1.2+ are supported, not 11.1.1.3
    Paul

  • USING LOOKUP FUNCTION IN CHART

    Good Afternoon,
    I have created a simple chart in SSRS that is sourced from Analysis Services. The Grouping is by Month and the values are just attendances per month.
    I want to add a 2nd series to this chart using a stored procedure in SQL.
    Both share the field Month and could be linked on that field.
    Does anybody know how I can use the lookup function to add this field to my chart.
    Thank you

    You can lookup by month. In the chart values, add a new series by clicking the Plus icon and choosing Expression. You expression should look something like:
    =Lookup( Fields!AS_Month.Value, Fields!SP_Month.Value, Fields!SP_Value.Value, "SP_Dataset" )
    The abbreviation AS refers to your analysis services dataset, while the SP refers to your dataset using the stored procedure. The expression matches each month used in the chart (the category group) with the month in the other data set, and retrieves the
    SP_Value field to show on the chart.
    If the month numbers/names match exactly, then it will work fine.
    Regards,
    Andrew Borg Cardona

  • Distinct count using lookup table

    How can I get a distinct count of column values using a different table?
    Let's say I want to get a distinct count of all "company_name" records in table "emp" that corespond (match) with "lookup" table, "state" category.
    What I want is to find counts for all companies that have a value of "california" in the "state" column of the "lookup" Table. I want the output to look like:
    Sears 17
    Pennys 22
    Marshalls 6
    Macys 9
    I want the result to show me the company names dynamically as I don't know what they are, just that they are part of the "state" group in the lookup Table. Does this make sense?
    M

    Mark,
    In the future you might consider creating test cases for us to work with. Something similar to the following where sample data is created for each table as the union all of multiple select statementsselect 'INIT_ASSESS' lookup_type
         , 1 lookup_value
         , 'Initial Assessment' lookup_value_desc
      from dual union all
    select 'JOB_REF', 2, 'Job Reference' from dual union all
    select 'SPEC_STA', 3, 'SPEC STA' from dual;
    select 'INIT_ASSESS' rfs_category
         , 1 val
      from dual union all
    select 'JOB_REF', 1 from dual union all
    select 'JOB_REF', 1 from dual union all
    select 'SPEC_STA', null from dual;Then we can either take your select statements and make them the source of a CTAS (create table as) statementcreate table lookup as
    select 'INIT_ASSESS' lookup_type
         , 1 lookup_value
         , 'Initial Assessment' lookup_value_desc
      from dual union all
    select 'JOB_REF', 2, 'Job Reference' from dual union all
    select 'SPEC_STA', 3, 'SPEC STA' from dual;, or include them as subfactored queries by using the with statement:with lookup as (
    select 'INIT_ASSESS' lookup_type
         , 1 lookup_value
         , 'Initial Assessment' lookup_value_desc
      from dual union all
    select 'JOB_REF', 2, 'Job Reference' from dual union all
    select 'SPEC_STA', 3, 'SPEC STA' from dual
    ), RFS as (
    select 'INIT_ASSESS' rfs_category
         , 1 val
      from dual union all
    select 'JOB_REF', 1 from dual union all
    select 'JOB_REF', 1 from dual union all
    select 'SPEC_STA', null from dual
    select lookup_value_desc, count_all, count_val, dist_val
      from lookup
      join (select rfs_category
                 , count(*) count_all
                 , count(val) count_val
                 , count(distinct val) dist_val
              from RFS group by rfs_category)
        on rfs_category = lookup_type;Edited by: Sentinel on Nov 17, 2008 3:38 PM

  • Mapping using LookUp RFC

    Hi,
    I need to read some additional values during my mapping (out of SAP R3 System) So I do the same like described in weblog:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how to perform sap data lookups within xi mappings
    I create a new function and "only" changed line:
    IFunctionTemplate ft = mRepository.getFunctionTemplate("Z_UOM_LOOKUP");
    to:
    IFunctionTemplate ft = mRepository.getFunctionTemplate("BAPI_VENDOR_GETDETAIL");
    and depending on that:
    input.setValue( a , "UOMCODE" );
    to:
    input.setValue( a , "VENDORNO" );
    but anyhow I get everytime following errors - but I don't know WHY??
    /usr/sap/XIT/DVEBMGS44/j2ee/cluster/server0/./temp/classpath_resolver/Map6c43119034e911dac59b000d60ec48ba/source/com/sap/xi/tf/_MM_BAPI_LOOKUP_RFC_.java:84: 'class' or 'interface' expected public static void main(String[] args) throws Exception{/!_$ClNRep_/_MM_BAPI_LOOKUP_RFC_ st = new /!_$ClNRep_/_MM_BAPI_LOOKUP_RFC_(); st.testExecute(); } ^
    /usr/sap/XIT/DVEBMGS44/j2ee/cluster/server0/./temp/classpath_resolver/Map6c43119034e911dac59b000d60ec48ba/source/com/sap/xi/tf/_MM_BAPI_LOOKUP_RFC_.java:85: 'class' or 'interface' expected } ^
    /usr/sap/XIT/DVEBMGS44/j2ee/cluster/server0/./temp/classpath_resolver/Map6c43119034e911dac59b000d60ec48ba/source/com/sap/xi/tf/_MM_BAPI_LOOKUP_RFC_.java:86: 'class' or 'interface' expected ^
    3 errors
    THX Matt

    Hi MATT
    Please help me even i am getting same error when i use UDF to call RFC
    /usr/sap/AXD/DVEBMGS01/j2ee/cluster/server0/./temp/classpath_resolver/Map7395f740953b11dd9fc900145ec74b8a/source/com/sap/xi/tf/_MM_INF1009_Mfgroutings_to_IDOC_.java:2050: 'class' or 'interface' expected
    public void get_UM$(String[] L_MATNR_EXT,ResultList result,Container container){
    ^
    /usr/sap/AXD/DVEBMGS01/j2ee/cluster/server0/./temp/classpath_resolver/Map7395f740953b11dd9fc900145ec74b8a/source/com/sap/xi/tf/_MM_INF1009_Mfgroutings_to_IDOC_.java:2368: 'class' or 'interface' expected
    ^
    /usr/sap/AXD/DVEBMGS01/j2ee/cluster/server0/./temp/classpath_resolver/Map7395f740953b11dd9fc900145ec74b8a/source/com/sap/xi/tf/_MM_INF1009_Mfgroutings_to_IDOC_.java:2369: 'class' or 'interface' expected
    ^

  • Parent child hierarchy and measure using lookup

    Hi,
    I'm using OBIEE 11.1.1.5 and I have an issue with a parent child hierarchy, which is setup like case 4 in this example . When I create a simple analysis using the hierarchy and a simple measure, it works fine. But when I try to use a calculated measure using a lookup formula, I get the following error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 46036] Internal Assertion: Condition pTableRef->GetLeftTable() && pTableRef->GetLeftTable()->IsTableReference(), file server/Query/Optimizer/ServiceInterfaceMgr/Src/SQOIDriveJoinGenerator.cpp, line 568. (HY000)
    Does anyone know how to get past this error?
    Thanks,
    Mihai

    Hi,
    I'm using OBIEE 11.1.1.5 and I have an issue with a parent child hierarchy, which is setup like case 4 in this example . When I create a simple analysis using the hierarchy and a simple measure, it works fine. But when I try to use a calculated measure using a lookup formula, I get the following error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 46036] Internal Assertion: Condition pTableRef->GetLeftTable() && pTableRef->GetLeftTable()->IsTableReference(), file server/Query/Optimizer/ServiceInterfaceMgr/Src/SQOIDriveJoinGenerator.cpp, line 568. (HY000)
    Does anyone know how to get past this error?
    Thanks,
    Mihai

  • Value mapping performance using LookUp API

    All,
    We are using Value mapping look up from an external table using JDBC adapter and Lookup API. The scenario works good, but the performance is a hit for us as it is taking 7 seconds for the first step and the subsequent steps are taking much longer. In the performance header it shows that the steps "DB ENTRY QUEUING" and "DB SPLITTER QUEUING" are taking 90% of the time even though mapping execution is real quick.
    We tried the below things which did not help us analyze or isolate the problem.
    1. We increased the number of dialog processes from 3 to 8. (Optimal value should be 5)
    2. We tested the scenario using Value mapping in ID instead of external table. But it is almost taking the same time in the above two steps mentioned.
    I would like to know whether any kind of configuration settings to be done on the server like "specifying connection pool capabilities" etc...
    Any pointers would be really appreciated.
    Thanks and Regards,
    GP

    Hi,
    Have you seen this weblogs by Prasad recently:
    /people/prasad.illapani/blog/2007/03/08/performance-tuning-checks-in-sap-exchange-infrastructure
    /people/prasad.illapani/blog/2007/04/20/performance-tuning-checks-in-sap-exchange-infrastructurexi-part-ii
    Also are you doing multiple lookups or a single lookup? If you are using multiple lookup for multiple fields which has the same logic then try to use global variables.
    ---Satish

Maybe you are looking for

  • IPhoto 09/Aperture 2 versus iPhoto 09/Adobe Lightroom 2

    Does any one have any recommendations on which combination works best?

  • EJB Dependencies in WebLogic

    I have what I hope is a fairly straightforward question, but I can't seem to figure it out from the documentation. I'm using Weblogic 6 and JBuilder. I'm trying to deploy an EJB. In the application folder of my Weblogic Server I put the .jar file for

  • VAT or CST or Service Tax

    Hi I have to put only one tax among VAT,CST and Service tax at a time for a line item. I am using TAXINN procedure and planned to use P.org / vendor  -  VAT and CST ( Since only one will be applicable fr a vendor). bur for service tax i though of usi

  • QuickTime not embedding properly in browsers

    I use Windows Vista 64-bit SP1. Whenever I try to use QuickTime that is embedded into a Web page, the content is all replaced with a black bar. The QuickTime logo shows up while loading, and the audio plays fine, but the navigation bar and any video

  • HP Officejet Pro 8600 N911g Scan to gmail with 2-step verification

    I have an HP Office Jet Pro 8600 N911g printer which is a replacement for another one. I am using gmail. I am seting up the Scan to E-mail. I put in all the required information asked by the wizard and when I test it, it comes back with "Incorrect cr