Hi community,
I need help for adding missing fields for me. The fields are 2: the first is for number of rows (Zeile erstes Etikett on the picture) and second field is for number of columns (Spalte erstes Etikett on picture). The final result that i need is labels in rows and columns like in the picture.
Thanks in advance!
*This post is locked for comments
I have the same question (0)Your question is not so clear: for adding two fields on the request page of your report (and these fields are not related to fields in a dataitem) just declare two global variables (for example RowNo and ColumnNo of type integer) and place that variables in the request page of your report (with the appropriate caption).
Then I think you've to use these fields on your report code.