-
Display CSV group name as sourceText?
I’m trying to display the name of a csv column as text by using expressions to link to the data’s group name, but can’t seem to get it. I thought the expression should be as follows, but it returns an error which reads “Static data node not found at input path. Found node type: Group data node.” Any ideas?
footage("Weight2020 3 People.csv").dataValue([1])I can display the actual cell data (in this case numbers) using the following expression, but not the name of the array which I’ll use to create a label for a graph.
footage("Weight2020 3 People.csv").dataValue([1,0])