Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi All,
I have an SQL query that brings back any Part that has been iterated and is in a Released state on the current date.
"and TO_CHAR(h.updatestampa2, 'DD-MON-YY')= TO_CHAR(sysdate - 1, 'DD-MON-YY')"
I'm using updatestampa2 column but this also displays parts that have been moved to another location that day and not actually iterated. Does the database seperate in a way that allows us to only query on iteration changes and not move changes?
Thank you!
Hi Albert,
Do you use MODIFYSTAMPA2?
Thank you.
Thank you Mike.
We are currently using this query in a LogiXML report that is scheduled to email out on a daily basis. Is this something that is not possible in the database but is possible in query builder?
I thought that all query builder reports could be exported as SQL but I may be wrong.
Thanks for your help.