Creating a web reports with almost 200 properties from an analysis (NOOB)

(imported topic written by len123)

Hello…

Im a newbie with web reports. I created an analysis that reads a flat file with almost 200 values from certain computers (<20). I need to create a web report that will have all 200 values. However, after adding about 50 properties, I get an error from Internet Explorer that it is running slow. I think that it is the number of properties that is causing this issue.The web report works if i only include a limited (about 30) properties at a time. Is there a better way to create a TEM Report when there is a large number of properties?

THANKS!

Sample contents of the file (note that there are actually almost 200 value pairs in the actual file):

A=1

B=2

C=3

D=4

E=5

F=aaa

G=bbb

DESIRED OUTPUT

COMPUTERNAME A B C D E F G

computer1 1 2 3 4 5 aaa bbb

computer2 x y z 1 2 vvv xxx

CAN I do something like and HOW (note that not all of the value pairs will be present in each file):

VALUENAME computer1 computer2

A 1 x

B 2 y

C 3 z

D 4 1

E 5 2

F aaa vvv

G bbb xxx

(imported comment written by Zakkus)

Does the message say something like “this script is taking too long”? This pops up in IE when javascript has run executed a certain number of lines without stopping (i think its like 5 million).

Is this a report you’ve built, or a did you use the webreport UI to generate the report?

-Zak

(imported comment written by len123)

Hi Zakkus,

The report was created using the web reports UI. THe error appears on ie7, 8 and 9 The actual error is:

Stop running this script?

A script on this page is causing Internet Explorer to run slowly.

It it continues to run, your computer might become unresponsive…

THanks,