Hi All,
We were able to extract all the data for Job Cost and now we're having issues specifying a start and end date. The filter we use is this:
AND(
{JobPhCat}
,
{Trx Date}
,
DATESTART("Enter Start Date")
,
DATEEND("Enter End Date")
,
{Document}
,
{Amount}
)
Brian Stief mentioned the date prompt range in his response the other day and using a job index view to select costs.
The filter we put in is not returning any data.