Get code from existing report

(imported topic written by SystemAdmin)

is there a way to get the code from an existing report

I have a report that I want to expand 1 column, the column is a text file and it chops it down to like

20 chars and is unreadable for the most part,

the report is fine except for the 1 column

thanks in advance

(imported comment written by Lee Wei)

Hello mamacher,

What report are you looking for?

Unfortunately, the built-in reports are not available in source code format.

Lee Wei

(imported comment written by SystemAdmin)

I created a report from an analyses, just a standard report and actually 3 columns are log files that I pull the last day of information… the log should look like this

controller.log

Jul 27 00:20:16:907

2140

Controller: failed to send alive to hub Server1(x.x.x.x) - communication error

Jul 27 00:20:43:361

2140

Controller: hub Server1(x.x.x.x) contact established

Jul 27 01:20:39:374

2140

Controller: failed to send alive to hub Server1(x.x.x.x) - communication error

but it looks something like this in the report

controller.log

Jul 27 00:20:16:907

2140

Controller: fai

led to send alive to hub Server1(xxx.xxx.xx

x.xxx) - communication error

Jul 27 00:20:43:361

2140

Controller: hub

Server1(xxx.xxx.xxx.xxx) contact establish

ed

Jul 27 01:20:39:374

2140

Controller: faile

d to send alive to hub Server1(xxx.xxx.xxx.

xxx) - communication error

any thoughts :slight_smile:

(imported comment written by Lee Wei)

Mamacher,

Can you give us more info regarding the report? Maybe the source code or how are you doing this?