-
Linking CSV value to slider control
Original expression linking CSV to text layer:
thisComp.layer(“Untitled spreadsheet – Sheet1.csv”)(“Data”)(“Outline”)(“Sales”)(“Sales 1”)
I’m trying to link the value “1” (from “Sales 1”) to a slider control to automatically switch between Sales 0, Sales 1, Sales 2, Sales 3 and Sales 4.
I’m highlighting the number value in (“Sales 1”) and pickwhipping it to the slider control value. What I’m trying but it gives me an error:
thisComp.layer(“Untitled spreadsheet – Sheet1.csv”)(“Data”)(“Outline”)(“Sales”)(“Sales effect(“Slider Control”)(“Slider”)”)
Error it gives me:
Error: SyntaxError: missing ) after argument list.
Any ideas?