on ‎2023 Sep 08 12:10 PM

After un grouping P and AC columns, Below is the layout of template -


Could you please help me to build this tempalte?
Regards,
Mahadev
Request clarification before answering.
Hello Mahadev,
IF([Year] = YEAR(TODAY()), SUM([Actual]), SUM([Actual]) WHERE [Year] = YEAR(TODAY()) - 1)
To create a forecast category with the ability to group and ungroup data, follow these steps:
a. Create a dimension called "Forecast Category" based on your data source's "Forecast Category" column.
b. Create a hierarchy within the "Forecast Category" dimension to allow grouping and ungrouping. You can create a hierarchy that includes "Forecast Category" and another level like "Subcategory" if needed.
c. Add this "Forecast Category" dimension to your SAC story or dashboard along with the measures related to your forecast data.
By following these steps you should be able to meet your requirements for displaying actual data for the prior year, plan data for the selected year, and implementing a flexible forecast category with group and ungroup functionality in SAP Analytics Cloud.
Thanks,
Lakshmi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mahadev,
use the dimension setting:

Ref: https://answers.sap.com/questions/13231300/how-to-group-dates-into-month-dimensionkey-figure.html
Thanks,
Lakshmi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Lakshami.
My requirement is when I select the current year then ACTUAL should be for the prior year. Plan data should be shown for the selected year.Forecast category should have some actual data and some forecast period and it should be a group and ungroup feature.| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.