Sweetworks
MIS
I an creating a view in my Asset database.
I want to show just Desktops and Laptops that are in the category field.
I can put a statement that says
Select Category = "Laptop"
and the view will show all the Laptops
I can put a statement that says
Select Category = "Desktop"
and the view will show all the Desktops
How do I change it to select both?
Select Category = "Desktop" or "Laptops
I want to show just Desktops and Laptops that are in the category field.
I can put a statement that says
Select Category = "Laptop"
and the view will show all the Laptops
I can put a statement that says
Select Category = "Desktop"
and the view will show all the Desktops
How do I change it to select both?
Select Category = "Desktop" or "Laptops