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 bkrike 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: *

  • Users: erezba
  • Content: Threads
  • Order by date
  1. erezba

    Creating commulative percent coloumn

    Hi I need to create a new column in a table, that will hold a commulative percent values. Let's assume we have a table of this structure : Month Sales Percent 1 1000 0.1 2 7000 0.7 3 2000 0.2 I have calculated the 3'rd colomn (Percent). Now what I need is a commulative...
  2. erezba

    VARIABLE Dynamic List

    Hello I am trying to run sql script icluded in an Execute Sql script control. The code should run on a certain list values. The code is somthing like this this: where [tablename].[fieldname] in (value1,value2...) My question is: Is there a way to set the dynamic list in advance (I call it...

Part and Inventory Search

Back
Top