July 23, 200223 yr Create a calculated field to display the status using the following: Case(not IsEmpty(payment date), "Paid", not IsEmpty(invoice date), "Invoiced", not isempty(order date), "Ordered", "") Make sure you set result to Text. Hope this helps.
Create an account or sign in to comment