All value in multiple selection doesn't work
Hi guys...
I have this query that shows all of our computers and the current "operational status".
For example:
I have a DELL Latitude e6420 that is operational
In the report if I want to see all PCs that are in the status CREATED it doesn't work.
If i change the values to ALL (on the PC types) and ALL (on the status) it doesn't work.
Here is the query:
select
a.asset_num as IC,
a.name as Nombre,
b.attrib_41 as Modelo,
b.attrib_42 as Marca,
a.serial_num as Service_Tag,
d.prod_cd as Tipo,
d.name as Subtipo,
I have this query that shows all of our computers and the current "operational status".
For example:
I have a DELL Latitude e6420 that is operational
In the report if I want to see all PCs that are in the status CREATED it doesn't work.
If i change the values to ALL (on the PC types) and ALL (on the status) it doesn't work.
Here is the query:
select
a.asset_num as IC,
a.name as Nombre,
b.attrib_41 as Modelo,
b.attrib_42 as Marca,
a.serial_num as Service_Tag,
d.prod_cd as Tipo,
d.name as Subtipo,
0