Re: Output2 - Options / 90° cell rotation [message #7394 is a reply to message #7383] |
Sat, 14 December 2019 07:23 |
htManager
Messages: 433 Registered: May 2014
|
Senior Member |
|
|
At the moment I can create the report header as I wanted as you can see in the attached screen shot.
My problem now is that I have the same value in all coloumns.
In the cm_formatData() method I can collect the data for the row by an array. But how to send them to the report? Is there a possibility such as for the header columns like "$this->dynamic_column_headings = array('id' => 'whatever');"?
But I think I do not know how it definitely works. In my report body there is always the same field specified. So it should be always the same value....
$structure['body']['fields'][] = array('spiele_anwesenheit_status' => '%%2');
$structure['body']['fields'][] = array('spiele_anwesenheit_status' => '%%3');
$structure['body']['fields'][] = array('spiele_anwesenheit_status' => '%%4');
$structure['body']['fields'][] = array('spiele_anwesenheit_status' => '%%5');
[Updated on: Sat, 14 December 2019 09:59] Report message to a moderator
|
|
|