You are not logged in.
Hi,
I am running GLPI 0.72.3. On Inventory -> Computers I am trying to apply the following filter:
"Laptops" in Type
AND NOT NULL in User
To display only the laptops that have been assigned to a user. But it does not work. When I click "search" it display all laptops (with our without assigned users).
I tried:
"Laptops" in Type
AND NULL in User
Just to see what happens, and that does work fine. But the reserve (which is what I want) does not.
I also tried "AND NOT [Nobody]" and "AND NOT 0" and they don't work either. I also tried AND NOT NULL with Name and that didn't work either. Two questions:
1. Does "AND NOT NULL" work?
2. Is there other way I can get the filter I want within GLPI?
Thanks for any help!
G.
Glpi: 10.0.1
Offline
I have the same problem.
2. Is there other way I can get the filter I want within GLPI?
You can change your personal view to add user and order the result by clicking the name of the column
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
If you want to see only laptops with a user assigned do :
"Laptops" in Type
AND ^ in User
But you're right, not null should work
Offline
Thank you! Searching with AND ^ in User did it.
Glpi: 10.0.1
Offline
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Thank you so much
Offline