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
%LastReply% ODBC Query
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
%LastReply% ODBC Query
You may use "Use Warning status if" option, located on Test properties dialog with expression like:
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
Code: Select all
'%SuggestedReply%' > '%SuggestedLastReply%'
Use Warning status if: http://www.ks-soft.net/hostmon.eng/mfra ... ningstatus