Forum Discussion
ChrisChris
8 years agoQrew Assistant Captain
if(
isnull([discharge date]), Today()-[B2C Start Date],
[discharge date]-[B2C Start Date]
)
You'll have to capture the discharge date.
if(
isnull([discharge date]), Today()-[B2C Start Date],
[discharge date]-[B2C Start Date]
)
You'll have to capture the discharge date.