hi there,
this is how my data looks like (adobe analytics trended report):
i'm using the modeller to create a tabular view for this tree. what would i like is:
| channel | applies | date |
| ::unspecified:: | 1122 | 2018-03-25 |
| L | 1122 | 2018-03-25 |
| J | 1122 | 2018-03-25 |
... all remaining 7 channels here for 2018-03-25
| ::unspecified:: | 1122 | 2018-03-26 |
| L | 1122 | 2018-03-26 |
| J | 1122 | 2018-03-26 |
...all remaining 7 channels here for 2018-03-26
the total records for this tabular view should be 28x10=280 rows.
for channel, i use /report/data/breakdown/name and for applies, i use /report/data/breakdown/counts[5].
right now i use /report/data/name for date but the dates are misaligned. i get empty cells after 28th row in column date. the tree has data for all nodes.
help please?
thanks
nuhaa