Hi,
I have trouble exporting data. I tried around with the various spreadsheet functions, but have not found a solution. I want to display and ultimately export a parameter in Excel for further processing. The parameter is based on three index domains:
The standard output in data page looks like this:
The index "tr" is still in a filter. I shifted around to get more or less the view I want:
I would like to adjust the view, so that
1)Entries for "tr" are repeated in each line.
2)Zeros ("empty / default entries") are displayed.
Next, I want to export the data in this shape to Excel.
I tried "Spreadsheet::AssignTable(temp,items_id_bin_x0_full(la::tr,z,wv::w),"D2:D35","A2:C35","D1:D1","temp_items",0,1,1);"
There are 34 data entries. I receive an error: "spreadsheet::AssignTable(temp.xlsx, wp::items_id_bin_x0(la::tr,wp::z,wv::w), D2:D35, A2:C35, D1:D1, temp_items, 0, 1, 1) failed: width of the row array (3) + height of column array (1) does not match the dimension (3) of the identifier."
How can this be done?
Thanks!
Patrick