Author Topic: Filtering Elements  (Read 2602 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Filtering Elements
« on: October 25, 2013, 04:19:25 am »
Hi,

is there a simple way to select elements, they were

1) created, updated, deleted
2) by certain users
3) between datetime1 and datetime2
4) stereotype =

Thanks in advance,

Michel

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Filtering Elements
« Reply #1 on: October 25, 2013, 05:46:27 am »
Write your own search :)

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8061
  • Karma: +118/-20
    • View Profile
Re: Filtering Elements
« Reply #2 on: October 25, 2013, 09:26:15 am »
+1 to writing your own search, but I want to point out that it's a matter of selecting what fields you want to compare and adding them, you don't need to write sql or anything like that.

Having said that, two limitations. Deleted elements aren't there to search and EA doesn't record who made modifications by default.

The auditing feature does have what you want, you can group all changes in a time period by user and see what they have done. The only thing that will be a little harder is the stereotype check.

You can't search for deleted elements using EA's search feature. Auditing does have a deleted filter (and time filters)