(imported topic written by SystemAdmin)
I am working for a Department computer property Web report like this:
Department Win98 Win2000 WinXP Win2003 WinVista Pentium 4 Pentium M Pentium 3 Dept total
Network 200 210 300 200 60 20 600 800 2100
Market xx xx xx xx xx xx xx xx xx
Support xx xx xx xx xx xx xx xx xx
Design xx xx xx xx xx xx xx xx xx
Product xx xx xx xx xx xx xx xx xx
Total xx xx xx xx xx xx xx xx xx
I customed a property named department for each computer.
and I wirte the Relevance expression liks this:
<?Relevance trs of ( td of it & td of (number of computers whose( value of result(bes property "OS",it) contains "98")of it as string) & td of (number of computers whose( value of result(bes property "OS",it) contains "2000")of it as string) & td of (number of computers whose( value of result(bes property "OS",it) contains "WinXP")of it as string) & td of (number of computers whose( value of result(bes property "OS",it) contains "Win2003")of it as string) & td of (number of computers whose( value of result(bes property "OS",it) contains "Vista")of it as string) & td of (number of computers whose( value of result(bes property "CPU",it) contains "Pentium 4")of it as string) & td of (number of computers whose( value of result(bes property "CPU",it) contains "Pentium M")of it as string) & td of (number of computers whose( value of result(bes property "CPU",it) contains "Pentium 3")of it as string) & td of (number of computers of it as string) ) unique values of value of results of bes property "department" ?>but it does not work !
Could somebody help me .
Thanks !