I have to write If function and Where function and In that where function we have to place Relative date function. for this I have written the below code but I ma getting the error.
=If(( [Integrate Status] = “P”); 1; 0) Where( [Week End Date] <= (RelativeDate([Week End Date];14))
Total number of timesheets signed and submitted§ where the timesheet has been signed and submitted within 14 days of the Monday following the Time Period End Date.
For this purpose I have written the code like
=If(( [Integrate Status] = “P”); 1; 0) Where( [Week End Date] <= (RelativeDate([Week End Date];14)).
How can I write the formuale for the above one. Could you please assist me.