I have the following code in the expression builder:
=IIF(ISERROR(IIF(AND(([Month1]>=Now()),IIF(SUM([Past])-[Balance]<0,IIF([Month1]>=[Delivery From],[Balance]/[PartitionEq]))),[Balance]/[PartitionEq],0)),0,IIF(AND(([Month1]>=Now()),IIF(SUM([Past])-[Balance]<0,IIF([Month1]>=[Delivery From],[Balance]/[PartitionEq]))),[Balance]/[PartitionEq],0))+IIF([Month1]<+Now(),[Month1Cars])
However I cannot seem to get it to run due to this error below:
You may have entered a comma without a preceding value or identifier."
Suggestions?