(imported topic written by Marco91)
Hi,
i need to generate report from “session relevance editor” from excel connector to extract comment for Bes Computer that have “deleted flag” = False.
if i use the relevance :
(
(names of it),
(text of it & “;” & name of author of it & “;” & deleted flag of it as string )
of comments of it
)
of bes computers
the result is :
SIRTI01028139 Lasciare con SP2;bgfusr;True
SIRTI01028139 SIRTI01028139 - NON Aggiornare Service Pack Windows ( Lasciare con SP2 );bgfusr;False
SIRTI01037035 SIRTI01036126 - Spesso utilizzato all’estero…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
SIRTI01037035 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01037876 SIRTI01037876 - Spesso utilizzato all’estero…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
SIRTI01037876 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01038136 SIRTI01038136 - Spesso utilizzato all’estero…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
SIRTI01038136 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01038136 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01041337 NON Aggiornare Service Pack Windows ( Lasciare con SP2 );bgfusr;False
SIRTI01041828 Lasciare con SP2;bgfusr;True
SIRTI01041828 SIRTI01041828 - NON Aggiornare Service Pack Windows ( Lasciare con SP2 );bgfusr;False
SIRTI01042952 23/03/2011…Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01042952 SIRTI01042952 - Spesso utilizzato all’estero…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
SIRTI01042952 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01043624 SIRTI01043624 - Spesso utilizzato all’estero…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
SIRTI01043624 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01046010 SIRTI01046010 - Spesso utilizzato all’estero…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
SIRTI01046010 Spesso utilizzato all’estero…Conviene NON installarlo;bgfusr;True
SIRTI01046786 NON Installare Websense - Utilizza VPN;bgfusr;True
SIRTI01046786 NON Installare Websense;bgfusr;True
SIRTI01046786 SIRTI01046786 - Utilizza VPN…NON installare Sw Websense ( Controllo Navigazione );bgfusr;False
if i use :
(
(names of it),
(text of it & “;” & timestamp of it as string & “;” & name of author of it & “;” & deleted flag of it as string )
of comments of it
)
of bes computers
whose (deleted flag of comments of it as string as lowercase contains “false”)
the result is:
SIRTI01041337 NON Aggiornare Service Pack Windows ( Lasciare con SP2 );bgfusr;False
Can anyone help me?
Best Regards