That is as intended. The pivot table expands depending on the types of entries. If someone used the spreadsheet that didn’t have, for instance, a jail fail, it messed up the ordering of columns. The entries on line 5 are simply placeholders so your column headers are guaranteed to match the data shown in the columns
Did you use a "Full Access" API key and have you verified the API key was entered correctly? This error is normally caused by an erroneous API call and the most likely explanation for that is some sort of issue with the API Key
PowderdToastMan[2644668] · #88 · edited
Doesn't work. There's no save as copy button anywhere. I downloaded it onto both Google drive and Google sheets cant make anything work on either no matter how many times I re save the file. Please fix EDIT: Looks like you'll need to re-upload the file and add "&newcopy" at the end of the document name to allow others to save as a copy.
The first row are placeholders so the pivot table aligns with the table headers. It shouldn’t really impact any of the stats since they break down by crime.
The value is either the average money earned or the average item value received. It factors in all results so it shows the average value you receive per attempt.
the only grand total value that really means anything is the “CE” column. The rest of them don’t help much
gotcha, thank you. i ran it for an hour or two and it pulled up more crimes than i have recorded in my statistics lol. gonna make a new copy and try it again.
said i did something like 13k arsons when i dont have the 10k arson merit yet xd
One small suggestion, that I always use so that I can track what is using my API calls - add a comment to the call. For example:
var url = "https://api.torn.com/user/?comment=MyCrimesLog&selections=log..." will cause the key log associated with this to display "MyCrimesLog" in the comment column.
Since I write a lot of scripts, I find this useful to see what is using what when :-) Just noticed, in fact, that I gave one of my own scripts perms it didn't need...