![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: How to create a view by using filter Topic Summary: Created On: 11-Sep-2002 11:13 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: I had some problems while saving a custom filter. That's why I created a specific DXL to solve my problem in general. This also allowed me to easily create custom menu options to open different filtered views on my module. Here is the code: void Load_view (string view_name, string filter_attr, string filter_val) { load view view_name filtering on Filter f = attribute filter_attr == filter_val set f refresh current } // function ends // Main Load_view("", "", "") Hope this hepls! | |
![]() |
|
Hi there,
Is there anyone can give a help on the script that create sereveral views for a module by using filter, for example attribute a == "good"? Any help is highly appreciated!!! thanks, hong |
|
![]() |
|
![]() |
|
You can apply any filter you like and then save it as a new view. This is easy using the standard doors options.
------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
I had some problems while saving a custom filter. That's why I created a specific DXL to solve my problem in general. This also allowed me to easily create custom menu options to open different filtered views on my module. Here is the code:
void Load_view (string view_name, string filter_attr, string filter_val) { load view view_name filtering on Filter f = attribute filter_attr == filter_val set f refresh current } // function ends // Main Load_view("", "", "") Hope this hepls! |
|
![]() |
|
![]() |
|
Thanks a lot Tony and Antonio!
I solved the problem with your help. Thanks again! hong |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
How to create a view by using filter
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.