%LastReply% ODBC Query

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
oryagel
Posts: 92
Joined: Wed Jul 28, 2010 10:23 am

%LastReply% ODBC Query

Post by oryagel »

Hi,

I have an ODBC test.

I need to check that the query result is > from the last result.

I tried to use the %LastReply% variable, but it doesn't work.

How can I get it done?

Thanks
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

%LastReply% ODBC Query

Post by KS-Soft Europe »

You may use "Use Warning status if" option, located on Test properties dialog with expression like:

Code: Select all

'%SuggestedReply%' > '%SuggestedLastReply%'
Please check the manual or visit our web site for more information at:
Use Warning status if: http://www.ks-soft.net/hostmon.eng/mfra ... ningstatus
oryagel
Posts: 92
Joined: Wed Jul 28, 2010 10:23 am

Post by oryagel »

Thanks
Post Reply