Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CODEBUSTER

    Mr skrandel,what should I do to extract data from MIS to BI?

    Only fair to say that I am with business objects consulting, but you may want to have a look at BO's own DataIntegrator product. It is a full fledged ETL (Extract, Transform and Load) tool.
  2. CODEBUSTER

    Passing arguments to a @script function

    You can use @Prompt() to supply the parameter, I assume that the user supplies this at run time.
  3. CODEBUSTER

    Add Method on Conditions Class

    You need to add the literal "Constant" after each date parameter, thus .... Set BOCond = BODP.Queries.Item(1).Conditions.Add("Dead Patients", "Date of Death", "Between", Me.DTPDateFrom, "Constant" , Me.DTPDateTo, "Constant") see if...

Part and Inventory Search

Back
Top