This content has been marked as final.
Show 3 replies
-
1. Re: Javascript API getData order
Patrick A Van Der HydeNov 23, 2016 1:40 PM (in response to Larry Newdorf)
This matches the output of the data export api so I believe this is the designed output from getdata per our support team. One of the other members may be able to share more but as I understand it, this is as-designed.
I hope that helps.
patrick
-
2. Re: Javascript API getData order
Larry Newdorf Nov 28, 2016 4:03 AM (in response to Patrick A Van Der Hyde)1 of 1 people found this helpfulSorry for the delay. Thanks Patrick for the confirmation!
Larry
-
3. Re: Javascript API getData order
Larry Newdorf Nov 28, 2016 12:21 PM (in response to Larry Newdorf)By the way, knowing that's the case, I just prefixed the columns names that I was using in the viz so I could output them in the order I wanted when using just the API.
Example:
a_street, b_city, c_state, d_zip
I then used the javascript to take the substring after the underscore characters for my display column header text.