FilterText matching on 'Starts With' |
Post Reply |
Author | |
jasonl
Newbie Joined: 16 October 2009 Location: Australia Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 02 June 2013 at 11:57pm |
The standard behavior of FilterText appears to show any ReportRecord that has a ReportRecordItem that 'contains' the FilterText. Is it possible to have it filter on 'starts with'?
So for example, if there were 3 Records. Apple Banana Orange Using 'contains' FilterText ="A" it would show 2 records. This is the current behavior. Apple Banana Using 'starts with' FilterText ="A" it would only show 1 record. Apple |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
There is a strict option, I don't have sources in-front of me at the moment, but look for the strict option. I cant remember if there is a starts with however, I don't believe there is.
|
|
jasonl
Newbie Joined: 16 October 2009 Location: Australia Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Thanks for the quick reply. According to the documentation, FilterSeparatorStrict doesn't appear to offer 'starts with' functionality. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
As far as I know that is all there is. It wouldn't be hard to add this extra condition yourself however. Check the first letter before setting the text, if its false then don't set the text.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |