Report Description

Hey Guys,

I have a complicated script report and would like to add some form of description. Is there any way to place a textbox below the heading? Maybe like the banner available with regular DocTypes.

The information I would like to include is a brief introduction and a description of the columns and filters.

Thanks a lot!

1 Like

As far as I know, no way of accomplishing this without altering some of the official code.

Great suggestion though; I’ve often wished for the same thing.

Whenever I get stuck while building a query or script report, I refer to this forum post: [Tutorial] Script Report / Chart. It’s been really helpful in getting me back on track when I have doubts or need guidance.

2 Likes

This tutorial had the solution, thank you!

I can just use message like this:

message = ["The equivalent of the letters 'cats' in numbers is '2287'"]
return columns, data, message

image

1 Like