Hi All,
I have a script that pulls a data table and brings it into a window using the command dt<<Get As Report. This table has many columns and many rows. Unfortunately, it shows up in the window like this, it's really large and I don't want it to be this size:
Instead, I'd like to resize it automatically, to something more like this:
I found a thread here that is very similar to what I'm looking for, but not quite. I've tried sending commands like <<Set Max Size() or similar to the object that is the dt as a report, but then I don't get anything in my report window. I tried creating a Border Box(), but that doesn't work either.
Any ideas/suggestions are much appreciated.
Thanks!,
DS