- Total Members: 220,321
- Threads: 525,399
- Posts: 977,020
Great community. Great ideas.
Welcome to ASP/Free, a community dedicated to helping beginners and professionals alike in improving their knowledge of Microsoft's development and administration technologies. Sign up today to gain access to the combined insight of tens of thousands of members.
-
December 12th, 2012, 03:53 AM
#1
Any .net library with table functions?
Hello
I am currently working on one, and I wonder if there are any other .net libraries with table functions?
With "table function" I mean functions with tables as input and output parameters like:
T3 = f(T1, T2), where T1, T2 and T3 are tables.
The distribution function often used in accounting or financial planning is for example a typical table function.
For example, distribution of costs per department to teams.
DistributedCostTable = DistributionFunc(CostTable, KeyTable)
where:
CostTable = costs(department, year)
KeyTable = DitsributionRatio(department, team)
DistributionFunc is here a table function, with tables as input and output parameters.
Business planning tools like SAP's offer such standard table functions like Allocations/Distributions. SAP FOX formulas are also table functions with user-defined formulas.
Tunc
Similar Threads
-
By RSS_News_User in forum Technology News
Replies: 0
Last Post: October 18th, 2007, 05:03 PM
-
By Narasim.kulkarn in forum .NET Development
Replies: 1
Last Post: January 24th, 2007, 04:14 AM
-
By hithere in forum .NET Development
Replies: 1
Last Post: May 16th, 2006, 10:03 AM
-
By LozWare in forum HTML, JavaScript And CSS Help
Replies: 4
Last Post: April 24th, 2006, 07:44 AM
-
By RSS_News_User in forum Technology News
Replies: 0
Last Post: November 22nd, 2005, 06:04 PM