Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tdecenso
Engaged Sweeper
Hello,

I have a slight problem when I built a report based of table tblSerialnumber, the SQL Query looks like this:

SELECT
tblSerialnumber.Computername,
tblSerialnumber.Product,
tblSerialnumber.ProductKey
FROM
tblSerialnumber
WHERE
tblSerialnumber.Product NOT LIKE '%internet%'


So when I run the report every single computer has two entrys for Microsoft Office 2003 Professional Edition.

Please advise on if there is something wrong on my side, but if there is something wrong on my side is there a way in Report builder to filter multiply entrys.
4 REPLIES 4
Hemoco
Lansweeper Alumni
Could you try

SELECT distinct
tblSerialnumber.Computername,
tblSerialnumber.Product,
tblSerialnumber.ProductKey
FROM
tblSerialnumber
WHERE
tblSerialnumber.Product NOT LIKE '%internet%'
:
Hemoco
Lansweeper Alumni
Your report looks ok, could you post a screenshot of this behaviour and the config of your scanned keys please.
Lansweeper wrote:
Your report looks ok, could you post a screenshot of this behaviour and the config of your scanned keys please.


Attached photo to orininal post
Lansweeper wrote:
Your report looks ok, could you post a screenshot of this behaviour and the config of your scanned keys please.


How do I post a picture?

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now