Renaming Grid Column Title

Is it possible to rename grid column header programmatically, preferably with variables? I have a need to rename the resulting BAQ grid column names dynamically with dates like “MMMdd”. In the classic dashboard, a simple 2 line customization was used to do this.

image

1 Like

I highly doubt it.
The only thing I can think of is if it allows the {Dataview.Column} notation.
If so, you may be able to set that column dynamically in an event.

Happy Adam Scott GIF by Sky

I check in few event widgets like event-column, event-view, dataview-xxx but didn’t see any way.
Oh well, back to the drawing board. I’ll probably have to resort to creating an event to call function to call a sp to return a ready-to-use table. Can you think of other ways?