This is driving me nuts! I am trying to create a formula that will only retrieve the number of claims received within a week. I have created a variable for First day of report week and Last day of report week but I can't figure out how to get the count received in between. This is was my last failed attempt which brought back a MULTIVALUE error..can someone help please? I am fairly new to formulas and BO, thanks.
=If([Nature Query].[Dispute Recieved Date]<=[First Day of Report Week])Then([Nature Query].[Count Disputeid])ElseIf([Nature Query].[Dispute Recieved Date]>=[Last Day of Report Week])Then([Nature Query].[Count Disputeid]
=If([Nature Query].[Dispute Recieved Date]<=[First Day of Report Week])Then([Nature Query].[Count Disputeid])ElseIf([Nature Query].[Dispute Recieved Date]>=[Last Day of Report Week])Then([Nature Query].[Count Disputeid]