unique values whose
(
(
it != "" AND it != "asset tag#" AND it != "type2 - board asset tag" AND it != "base board asset tag" AND it != "base board asset tag#" AND it != "n/a" AND it != "no asset tag" AND it != "to be filled by o.e.m." AND it != "asset tag" AND it != "no asset information" AND it != "none" AND it != "not available"
)
of
(
it as lowercase
)
)
of
(
it as trimmed string
)
of
(
(
if exists values "asset_tag" of structures "base_board_information" of smbios then
(
unique values of
(
it as string
)
of
(
values "asset_tag" of structures "base_board_information" of smbios
)
)
else ""
)
;
(
if exists values "asset_tag_number" of structures "system_enclosure_or_chassis" of smbios then
(
unique values of
(
it as string
)
of
(
values "asset_tag_number" of structures "system_enclosure_or_chassis" of smbios
)
)
else ""
)
)
unique values whose((it != "" AND it != "asset tag#" AND it != "type2 - board asset tag" AND it != "base board asset tag" AND it != "base board asset tag#" AND it != "n/a" AND it != "no asset tag" AND it != "to be filled by o.e.m." AND it != "asset tag" AND it != "no asset information" AND it != "none" AND it != "not available") of (it as lowercase)) of (it as trimmed string) of ((if exists values "asset_tag" of structures "base_board_information" of smbios then (unique values of (it as string) of (values "asset_tag" of structures "base_board_information" of smbios)) else "") ; (if exists values "asset_tag_number" of structures "system_enclosure_or_chassis" of smbios then (unique values of (it as string) of (values "asset_tag_number" of structures "system_enclosure_or_chassis" of smbios)) else ""))