[ad_1]
Hello @natedanielz
What values are you entering for testing the WEEKNUM operation? I selected some dates through the fieldname33 and the WEEKNUM returns the correct result. However, you should include a conditional operation in the equation to ensure the field is not empty before calling the operation:
IF(fieldname33, WEEKNUM(fieldname33), '')
Best regards.