I have a report that is summarizing employee hours. It groups by Firm, Employee, Funding code and Practice Group. One of the funding codes is call Leave and the group specifies that Leave be listed first. I now need to split two employees Leave hours by 70/30. There is a running total called "Leave" that summarizes hours billed to that funding code, grouped by employee. I created two formulas called "Leave Split 30%" and "Leave Split 70%". The 30% formula is: If {users.user_id} in [1014923, 1000717] and {menu_funding.label} startswith "LV" then Sum ({activities.hours}, {@Practice Group})*.30
I pulled that into the practice group footer and it works. I then tried creating a formula called Funding that said: If {@Leave Split 30%}>0 then "LV-Leave 30%" else {menu_funding.label}
That's when I get the error: Group specified on a non-recurring field. Details: @Funding
I gather it has something to do with the evaluation time. Any assistance on how to fix this would be most appreciated.
I pulled that into the practice group footer and it works. I then tried creating a formula called Funding that said: If {@Leave Split 30%}>0 then "LV-Leave 30%" else {menu_funding.label}
That's when I get the error: Group specified on a non-recurring field. Details: @Funding
I gather it has something to do with the evaluation time. Any assistance on how to fix this would be most appreciated.