Tag Archives: table functions

Sorting tables with finaquant® protos

Sorting rows of tables after some fields may be required for certain table calculations. The table function SortRows()1 in finaquant® protos (free .net library) can be used for sorting tables: // Sort table after given fields and sort options (ASC/DESC). … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment

Creating test tables with finaquant® protos – 2

CombinateTableRows()1 is a table function in finaquant® protos (free .net library) which can be used for generating test tables including any number of dependent and independent attributes. public static MatrixTable CombinateTableRows(params MatrixTable[] TableArray)public static MatrixTable CombinateTableRows(params MatrixTable[] TableArray) This table … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment

Creating test tables with finaquant® protos – 1

CombinateFieldValues_B()1 is one of the several table functions in finaquant® protos (free .net library) which can be used for generating test tables including any number of independent attributes. public static MatrixTable CombinateFieldValues_B(TableFields TFields, Dictionary TextAttribValues, Dictionary NumAttribValues, KeyValueRange DefaultRangeForAllKeyFigures, Dictionary … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment

What is a calculation engine? (video)

>>>Read whole article Copyright secured by Digiprove © 2012-2013 Tunc Ali Kütükcüoglu

Posted in Calculation engine | Tagged , , , | Leave a comment