Skip to main content

How would I remove the first column of output.table in the Scripting app?

  • July 22, 2021
  • 2 replies
  • 154 views

Here’s my use-case:

I want to remove the first column with the indices because I think they would confuse my client, who wants a very simple report presentation.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • July 22, 2021

It is not possible to remove that first column. The output options for Scripting app are very limited.


  • Author
  • Participating Frequently
  • July 22, 2021

It is not possible to remove that first column. The output options for Scripting app are very limited.


The closest thing I can get is creating a custom object that “rephrases” the index value, per the console.table docs: console.table() - Web APIs | MDN