Mesapperiahupvmax
New Member
So I have a pretty simple question -- hopefully there's a pretty simple answer.https://developers.google.com/chart/interactive/docs/reference#patternformatterOn that page, there's an example chart with The Beatles on it. I know I can use a PatternFormat to use data from other columns, but can I somehow include a row number? What I would want to do is change the data in the columns from: 1 John Lennon 2 Paul McCartney 3 George Harrison 4 Ringo Starrto: 1 John Lennon (1) 2 Paul McCartney (2) 3 George Harrison (3) 4 Ringo Starr (4)More background info if you want it: I'm actually creating links within my columns, and it's to an external program. I need to include a parameter -- &index=#. And that index needs to correspond with which row it is in the Google Chart.Thanks for any help.