rss Tags : reportdataabstract

reportDataAbstract

reportDataAbstract is an interface to various dynamic functions that can be inserted into reports by the writers that support them. This allows for more advance control of especially spreadsheets - but allows this control to still be used by the more... More »

Posted in Report on 05 Aug 2010 @ 03:02


reportDataAverage

Calculates the average value of a row or column of data. Note that in an ideal world the column / row will only contain numerical data. Either way, Excel will allow strings - they should (in theory) be ignored. Either that or they get counted as 1 (i... More »

Posted in Report on 08 May 2010 @ 16:46


reportDataSum

Sums either a column or row of data by inserting the Excel function =SUM(). This requires the data be contiguous and be numeric. Excel will ignore strings with this function, it is suggested to use the column value to set the column and or row to sum... More »

Posted in Report on 08 May 2010 @ 16:46


First Page Previous Page
Next Page Last Page