It seems that the new reporting has some small features or bug:
I was creating a report having enough data for several pages.
The first page looks quite good. But I’m missing the footer which I defined. That footer is only available on the last page. Would be great to have a footer on all pages (e.g. for page numbering)
In the upper part of page 2&3 the header and data lines are “mixed up”. It seems that this is a part of the first page’s data
The header of the pages 2&3 are not formatted in the same style as in page 1. On page 1 the header is coming with a grey background, but not on the other pages
@armingrudd
I’m still fiddeling with this stuff as I urgently need to improve my report. And what I see on this journey is a more and more strange and inconsistent behaviour of the reporting nodes.
I would like to have a dynamic header (including date information). So I created the header string and passed it via variable to the workflow. The text view for the header was changed from a fixed string (defined in that node) to the variable.
Now I see two layout changes:
I’m unable to format the header, it is written in a very small font.
In parallel the above mentioned issue with the headers on the top of the page (not with grey background on page 2 ff.) is gone. That makes no sense to me.
Jumping back to the fixed text the issue is also back again.
If you apply a text style to a paragraph in the Text View node, it will affect the value of any flow variable you have included in the paragraph as well. So, add the flow variable like this: $$["flow-variable-name"]
and then apply a text style from the kebab menu on top right of the node’s dialog.
Unfortunately, the Excel Reader is configured using an absolute path and I can not run the workflow. Would you update your example workflow and include some sample data?
I just tested the stuff with the headline and I finally got it working. The head line is in bold and bigger.
But then again I see the problem with table data on the top of the next page.
Looks like an issue with the bigger text in the header of the report. If the height is greater than normal text the calculation of the number of lines is struggling and returning too many lines.
Yes, I see.
In the example workflow, you have all the views in the same “Row” in the layout.
Would you try to put the header in a separate row and see if the problem persists?