![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Column filters Topic Summary: Created On: 11-May-2007 13:40 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi everyone
I know that you can define filters in dxl code, but I cannot fathom how to do this on Columns. I need to do this because there are no attributes to filter on, the columns are dxl layout generated. I was hoping for something like: filter f = contains("COL1", "shall") any help much appreciated. |
|
![]() |
|
![]() |
|
The function you need is as follows:
Filter column(string columnName, string searchText, bool caseSensitive, bool RegExpression) Use it as follows: Filter f = column("My Column", "shall", false, false) set(f) filtering on This will filter the view to include only thoise objects that have "shall" in the column called "My Column". ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Column filters
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.