Jump to content

OVER Formulas wrapped in CASE statements


David Ruscoe 2

Recommended Posts

Hi all,

I have been googling this for too long and am hoping someone as the answer. I have a property control when the users need to choose a Month "Current Month". When doing it tis way I need to wrap my OVER formulas in a case statement. If I try this..I get the infamous 'Invalid configuration' message.

case when DocumentProperty("CurrentMonth")=String([Month]) then Sum([FTE]) / Sum([FTE]) OVER (AllPrevious([Job Title])) end

It requires me to put my 'Sum' up front but have no idea how to do that on the OVER part.

This is a Graphical Table I am using..so it acts like a Cross table with the formulas

Any ideas

Thanks,

David

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...