Hi,
Since we trying to build a complex report we would to check another way.
we have changed all the data structures to get the report “headers” as property in the rendered object.
but still the loop is not inserting the data as expected.
the first loop of the basic data is inserted as expected. but the second loop (for summarizing information) is not printing the data as expected and displays the JSON all over the report.
attached template, data, and output.
I’ve thought maybe there is another way to declare the _CellsSmartMarkers
since we already have one, so if we can tell the package that he needs to render the (example) _CellsSmartMarkers1
same as the _CellsSmartMarkers
is that possible?
the difference between the data is in the first loop- this is 1 row per data. but for the summerize, this is 3 rows of data each loop (skip:3)
usagereport_17_07_2022_08_18_19.zip (99.4 KB)