Forum Discussion
ddellsperger
2 years agoAdmin
This is a pretty gross expression, but you could put this in a mapper to achieve the result, since the output is an object rather than array, the order likely doesn't really matter in this case:
$group.reduce((acc, val, ind) => acc.extend(...val.entries().map((k) => {[k[0] + (ind+1)]: k[1]})), {})
- dimitri_hristov5 years agoContributor
Hi @Harsha3,
From what I can see from your screenshot, my guess is you’re missing a plus sign after $Start_Date.
Cheers,
Dimitri Thanks @dimitri.hristovski so much
Related Content
- 2 years ago
- 11 days ago
- 4 years ago