→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎03-01-2010 05:15 PM
‎03-02-2010 05:02 PM
‎03-02-2010 05:09 PM
Johan.wauters29834 wrote:
Is it posible to give every line a color based on the statename?
example:
active = green
broken = red
non active = gray
thx
‎03-02-2010 02:34 PM
‎03-01-2010 06:58 PM
‎03-01-2010 07:55 PM
Johan.wauters29834 wrote:
Nice thx! ! !
but, only 24 computers are showing of the 130. Not all computers has a comment but should be in de list.
Select Top 1000000 dbo.tblComputers.Computername, dbo.tblComputers.Username,
dbo.tblComputerSystemProduct.Name, dbo.tblComputerSystemProduct.Vendor,
tblComputerSystemProduct.IdentifyingNumber, dbo.tblComputers.Lastseen,
tblCompCustom.Location, tblCompCustom.Custom1, tblCompCustom.Comments,
tblstate.Statename
From dbo.tblComputers Left Outer Join
dbo.tblComputerSystemProduct On dbo.tblComputers.Computername =
dbo.tblComputerSystemProduct.Computername Left Join
tblCompCustom On tblCompCustom.Computername = dbo.tblComputers.Computername
Left Join
tblstate On tblstate.State = tblCompCustom.State
‎03-01-2010 05:59 PM
Select Top 1000000 dbo.tblComputers.Computername, dbo.tblComputers.Username,
dbo.tblComputerSystemProduct.Name, dbo.tblComputerSystemProduct.Vendor,
tblComputerSystemProduct.IdentifyingNumber, dbo.tblComputers.Lastseen,
tblCompCustom.Location, tblCompCustom.Custom1, tblCompCustom.Comments,
tblstate.Statename
From dbo.tblComputers Left Outer Join
dbo.tblComputerSystemProduct On dbo.tblComputers.Computername =
dbo.tblComputerSystemProduct.Computername Left Join
tblCompCustom On tblCompCustom.Computername = dbo.tblComputers.Computername
Inner Join
tblstate On tblstate.State = tblCompCustom.State
‎03-01-2010 05:40 PM
‎03-01-2010 05:29 PM
‎03-01-2010 05:25 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now