Hi.
Like always, thank you guys for any help that you can provide... =) Bruwbruw - Wed Sep 12 09:04:46 EDT 2012 |
Re: Filter comparing history date If the attribute definitions are such that they do not generate history, your are obviously out of luck. If the changes are still in the current Version, it is relatively easy to get the modification dates from the history records and compare them:
So basically you cannot construct a simple filter for this, but if you put the above in a layout DXL column, you can define the filter to work on that column (or you write an on-demand script with accept / reject to actually apply the filtering, if the layout DXL and the filter on the column actually work too slowly). However, if the last modifications are buried in a baseline, then things start to get ugly, as you then have to open the previous baseline(s), find the correct Object, loop through history, etc.. Cheers, Peter |
Re: Filter comparing history date Peter_Albert - Wed Sep 12 10:24:02 EDT 2012
So basically you cannot construct a simple filter for this, but if you put the above in a layout DXL column, you can define the filter to work on that column (or you write an on-demand script with accept / reject to actually apply the filtering, if the layout DXL and the filter on the column actually work too slowly). However, if the last modifications are buried in a baseline, then things start to get ugly, as you then have to open the previous baseline(s), find the correct Object, loop through history, etc.. Cheers, Peter
}
|
Re: Filter comparing history date What you guys have shown me, its solve my problem. The Last Modified On was working just fine for me, because the attribute I was looking affected him, but I admit that it was very error-prone. Sorry for my english! And again... thank you! |