Currently in Windchill table views it is possible to apply a filter using the DAYS_AGO() and DAYS_AHEAD() functions that will filter based on a certain number of days. For example, DAYS_AGO(#) filter can be used to filter results by the last # days, but setting # to 1, as in DAYS_AGO(1) will filter the results down to yesterday (1 day ago) and today. Setting to 0 is not valid, thus there is no way to filter the results by today only.
We either need a TODAY function or make DAYS_AGO work with 0 as an input to only get todays results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.