![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Searching using wildcards Topic Summary: Searching using wildcards Created On: 2-Aug-2005 12:24 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Thank-you Ron - very helpful | |
![]() |
|
Hello,
I am trying to set-up some DXL which will allow me to search a module and automate some counting. THe searching I want to do is : IF (attribute X contains "3") then count I cannot see how to do this with DXL - either using the CONTAINS function or WILDCARDS. The only way I can do it is using the filter menu - which will only save filters if I save a view - and with about 10 filters needed this seems cumbersome. Can anyone help?? Thank you Paul |
|
![]() |
|
![]() |
|
//Demo
/*By Ron Lewis*/ Object o Module m = current string s int i = 0 for o in m do { s = o."Attribute Name" if(matches("3", s) i++ } ack "Count=" i "" //Note for wild cards you can use regular expressions in place of the "3" |
|
![]() |
|
![]() |
|
Thank-you Ron - very helpful
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Searching using wildcards
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.