Our program generates a massive amount of Cash Flows which are basically arrays of Double values which represent a table with
a fixed amount of rows, but a variable amount of columns. I've tried Cross-Tabs and Tables, but I can't seem to setup either one in a satisfactory way.
example:
12 13 14 15 16 17 18 19 20 21
Some label 1 2 3 4 5 6 7 8 9 0
Some label 2 3 4 3 5 7 8 9 0 9
Some label represents the Row data label and the 12,13,14... represents the variable amount of columns. As I mentioned, the label are fixed and never change, while the amount of columns is different among the CashFlows.
Any ideas what would be the best way to set that up?
a fixed amount of rows, but a variable amount of columns. I've tried Cross-Tabs and Tables, but I can't seem to setup either one in a satisfactory way.
example:
12 13 14 15 16 17 18 19 20 21
Some label 1 2 3 4 5 6 7 8 9 0
Some label 2 3 4 3 5 7 8 9 0 9
Some label represents the Row data label and the 12,13,14... represents the variable amount of columns. As I mentioned, the label are fixed and never change, while the amount of columns is different among the CashFlows.
Any ideas what would be the best way to set that up?