Hi,
I created a custom content type based on the Task content type and I added two calculated column. The first one is calledInterval and is the different, in days, between the modified date and the due date:
=DATEDIF([modified], [DueDate],"d")
The second one is called Penalty:
=Inteval*Amount
I can’t see the calculated column in the view or the form.
How can I fix that?
Thanks in advanced.