cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need help on SAC Parameters for date selection in Data Action

Sacbiconsultant
Newcomer
0 Kudos
271

Hi SAC Experts,

Need your help to know how to Create Date "Parameter", where User could select the Year, that would automatically select all the Periods underneath it automatically.

At the moment we created a Parameter however, it does not allow us to select at one go instead one after the other.

Regards,

Sacbiconsultant

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_beck
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @Sacbiconsultant 

You can create a parameter as follows to be able to select any level in the dimension hierarchy e.g. year level:

screen01.png

During execution, users can then select the respective year:

screen02.png

 The parameter can then be used in all Data Action Steps. For Advanced Formulars, as they operate on leaf-level, it is usually necessary to transfer the node (here year level) to the respective leaves:

screen03.png

 For a full reference of Advanced Formula syntax, check https://help.sap.com/doc/5516580733124039b673c530125771b3/2024.15/en-US/index.html#BASEMEMBER

Hope this does help!