![]() |
#1
|
|||
|
|||
![]() I have the following filter setup so that it should ignore any summary with the text tph in it
F.SUMMARY$tph As per the documentation this is meant to check for F.SUMMARY not to have the string tph in it (as apposed to % that checks for it) however it never works ???????? How do I tell the filter to filter out records with tph if the $ does not do what it is meant to ? Below is the log I get - as you can see sadfadsfa does not have tph and so the first test should be TRUE not FALSE. * Testing filter 'F.SUMMARY$tph' against item: * Item LocalID='', RemoteID='./0002CG', operation=replace, size: [maxlocal,maxremote,actual] * - 0 : timestamp DMODIFIED [ 0, 0, 16] : 20070131T215234Z - 1 : timestamp DCREATED [ 0, 0, 16] : 20070131T215234Z - 2 : multiline SUMMARY [ 0, 254, 9] : sadfadsfa - 3 : multiline DESCRIPTION [ 0, 0, 7] : <empty> - 4 : multiline LOCATION [ 0, 63, 7] : <empty> - 5 : integer ALARM_TIME [ 0, 0, 1] : 0 - 6 : timestamp DTSTART [ 0, 0, 15] : 20070131T093000 - 7 : timestamp DTEND [ 0, 0, 15] : 20070131T100000 - 8 : string STATUS [ 0, 15, 7] : <empty> * Filter test result is FALSE * Testing item data against <dispatchfilter> of subdatastore 'calls' * Testing filter 'F.SUMMARY%tph' against item: * Item LocalID='', RemoteID='./0002CG', operation=replace, size: [maxlocal,maxremote,actual] * - 0 : timestamp DMODIFIED [ 0, 0, 16] : 20070131T215234Z - 1 : timestamp DCREATED [ 0, 0, 16] : 20070131T215234Z - 2 : multiline SUMMARY [ 0, 254, 9] : sadfadsfa - 3 : multiline DESCRIPTION [ 0, 0, 7] : <empty> - 4 : multiline LOCATION [ 0, 63, 7] : <empty> - 5 : integer ALARM_TIME [ 0, 0, 1] : 0 - 6 : timestamp DTSTART [ 0, 0, 15] : 20070131T093000 - 7 : timestamp DTEND [ 0, 0, 15] : 20070131T100000 - 8 : string STATUS [ 0, 15, 7] : <empty> * Filter test result is FALSE Last edited by ajpurkiss; 2007-01-31 at 23:27. |
![]() |
Thread Tools | |
Display Modes | |
|
|