Total of all reply values from one folder

Exchange HTML report templates between users.
Post Reply
mp1
Posts: 200
Joined: Tue Mar 07, 2006 3:24 am

Total of all reply values from one folder

Post by mp1 »

Hi,

I would like a report or a test, which will add all reply values from one folder/view.

f.e. we have a perfmon test, which will get the number of print pages per day from our print server. Now we have 10 print servers, so we have 10 tests and would like to get the total of all print pages.

I found a similar topic http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=4499.

Is this possible with a java script?

Code: Select all

<SCRIPT type="text/javascript">
  var sum = %reply% + ???????
    document.write("<TR><TD>Sum : </TD><TD>"+sum+"</TD></TR>");
</script>
I am not really familiar with scripting.

Or better a new folder variable: %FolderCurrent_TotalReply%

Thanks for your help

Martin
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

There is %FolderTotal_SummarizedReply% variable
www.ks-soft.net/hostmon.eng/mframe.htm# ... m#RepMacro
it can be used in "Folder title" and "Folder summary" sections of the Custom HTML report.

Regards
Alex
mp1
Posts: 200
Joined: Tue Mar 07, 2006 3:24 am

Post by mp1 »

There is %FolderTotal_SummarizedReply% variable
www.ks-soft.net/hostmon.eng/mframe.htm# ... m#RepMacro
it can be used in "Folder title" and "Folder summary" sections of the Custom HTML report.
You are the best, simply great :P

I searched and searched in the manual, but I couldn't find this variable :wink:

Regards,

Martin
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are welcome :)

Regards
Alex
Post Reply