How to exclude or eliminate singular expression error

(imported topic written by GlennCeralde)

HI All,

i create a relevance to filter the mac address so that it will only return mac address of LAN. its will return the mac address but also return error the singular expression. how can i exclude the error from showing up?Thanks.

(imported comment written by BrianPGreen)

Can you post the expression that you’re using? If I can see it, I can help you eliminate the error.

(imported comment written by Braian)

Hi BrianPGreen
,

relevance:

mac addresses of adapters whose (friendly name of it as lowercase contains “local area connection”) of networks

the result will display the MAC address and also error (singular expression non-unique object). how can i exclude the error?thanks.

(imported comment written by BrianPGreen)

That’s weird, none of the inspectors in your relevance are singular, so that error should not happen. You might try finding a machine where the error happens, and then try to isolate to just the part of the relevance expression that causes the error.

(imported comment written by sinucus)

Using concatenation “” of (relevance) will convert from multiple to singular.

In the case of Brian’s post, it would be

concatenation “” of (mac addresses of adapters whose (friendly name of it as lowercase contains “local area connection”) of networks)