Hello.
Little problem.
it's probably my problem that I didn't understand what the function does ...
I need to count how many times a word appears in the last item acquired.
specifically I have to count how many times "successfully" happens, if it is not equal to two I have to raise the trigger.
then this is my simple code:
{HOST07:testRestore.count(#1,successfully)}<>2
but it does not work.
the item vaule is this:
**************************************************
*********** TEST DI RESTORE FILE ********
**************************************************
*********** DATA TEST: 27.07.2019 6:00:03,18
**************************************************
Test recupero file: C:\DASHARE\unins000.dat
Il test e' valido se al termine compare la scritta 'The operation completed successfully.'
**************************************************
Total time: 00:00:05
The operation completed successfully.
even with the test (under trigger constructor) I always get false.
I tried in many way... nothing.
Little problem.
it's probably my problem that I didn't understand what the function does ...
I need to count how many times a word appears in the last item acquired.
specifically I have to count how many times "successfully" happens, if it is not equal to two I have to raise the trigger.
then this is my simple code:
{HOST07:testRestore.count(#1,successfully)}<>2
but it does not work.
the item vaule is this:
**************************************************
*********** TEST DI RESTORE FILE ********
**************************************************
*********** DATA TEST: 27.07.2019 6:00:03,18
**************************************************
Test recupero file: C:\DASHARE\unins000.dat
Il test e' valido se al termine compare la scritta 'The operation completed successfully.'
**************************************************
Total time: 00:00:05
The operation completed successfully.
even with the test (under trigger constructor) I always get false.
I tried in many way... nothing.
Comment