(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