Forum Discussion
Markus_P
3 years agoRegular Visitor
two variables in data view mapping
Hello I am struggling with data view mapping. I want to get two variables (numbers) via two data fields in my project. Using single I have only managed to get one variable working. I have then tr...
Markus_P
3 years agoRegular Visitor
Hello
I hope I can help someone with this Information. I solved it via the Roles of Collums. I get the index, with this Index I know in which order the data was read in.
To get the Index I use:
let resultCY = dataView.table.columns.filter( (col) => col.roles["CY"])
I got this Information from:
Thanks