Search number attributes?

How does one go about running an agent/query on a number attribute? I could not get this to work. Needed to switch the type to string. Using the .format did not seem to work.

More information please. There’s nothing about queries that excludes number or any other attribute type.

Sample data and sample query would help, otherwise we don’t know the context.

For example, to find wide notes:

Query: $Width > 5

Oh, I see what I was doing. I was using contains rather than = or > on the numbers. Got it working. Thanks.