cancel
Showing results for 
Search instead for 
Did you mean: 

How-to hand over Parameters(Date with multiple cardinality) for Data Actions

Insan28
Explorer
0 Kudos
1,385

Hi All,

In my story i want to run data action (copy over ytd actuals to Forecast version).

But I want to set the DATE parameter dynamically on runtime without prompting the user to input the FROM_PERIOD as I want to perform this copy behind the SAVE button and should run in the background.

Please can someone help how I can set the parameters for the data action in my script , When the paramter is having cardinality level ANY.

I can set it for single period but how I can I set the parameter when I want to pass multiple periods.

Script for one period : DATAACTION_x.setParameterValue("From_Period","[DATE].[FYP].&[202401]");

Thanks.

View Entire Topic
geeta2021
Explorer
0 Kudos

Hello Sanaa Salim Sayed,

Please check you setting for Data Action.

Thanks & Regards,

Geeta

Insan28
Explorer
0 Kudos

Hi Geeta,

It is set to Publish and ignore warnings.

Thanks