Hi.
I want to create a formula that will :
Read a list of Id numbers, check these for a status and those that it finds, it should check the second table for the date the status was changed. It should return only those where the CurrentDate is 2days ago or more.
I currently have :
set up through the select expert on the field which contains the ID numbers.
Anyone got an answer ?
Thanx in advance
David
I want to create a formula that will :
Read a list of Id numbers, check these for a status and those that it finds, it should check the second table for the date the status was changed. It should return only those where the CurrentDate is 2days ago or more.
I currently have :
Code:
{HISTORY.HS_CHANGE_DATE} <( CurrentDate-2) and
{BUG.BG_STATUS} = "Retest"
Anyone got an answer ?
Thanx in advance
David