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.
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.
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
This topic was solved and automatically closed 15 days after the last reply. New replies are no longer allowed.