Forum Discussion
agt0613
5 years agoNew Contributor
Hi Precy,
Did you ever find a solution for this? I have the same use case.
Precy
5 years agoNew Contributor
Hi,
I used below function to get it done.
$.entries().filter(x => ['Fields to be not part of pivot’].indexOf(x[0]) == -1).map(x => { Fieldname: x[0], Field Data Column Name : x[1] })