Is it possible to put Case statement after the calculated aggregated formula in Data pages. I use tabular search result what I want is I wan to place statement after the computed General Average like ( "Failed", "Retained", "Conditionaly Promoted", "Promoted", ect.) depending on the computed General average.
My aggregate formula is
Round(AVG, 0)
I am trying to add Case statement but it doesn't work.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Patrick0329
Hi!
Is it possible to put Case statement after the calculated aggregated formula in Data pages. I use tabular search result what I want is I wan to place statement after the computed General Average like ( "Failed", "Retained", "Conditionaly Promoted", "Promoted", ect.) depending on the computed General average.
My aggregate formula is
Round(AVG, 0)
I am trying to add Case statement but it doesn't work.
Round(AVG, 0)
CASE
WHEN......
ELSE
END
If it possible please help.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.