'%TestName%'=='10.25.75.' I miss some wild card?

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

'%TestName%'=='10.25.75.' I miss some wild card?

Post by fve »

Hi

Use the new function in the view.

I want do select all test, where %TestName% start with 10.25.75 that will say all 255 addr.

Is there some wild card I can use??

'%TestName%'=='10.25.75.'
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

There no wildcards you can use. However, you may use expression like this one:

Code: Select all

('10.25.75.' in '%TestName%')
Regards,
Max
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Post by fve »

Thanks

working 100% :-)
Post Reply