Hi all,
I am creating an export screen in DEPM V11, the user can multi select a period and i need to get a list of those periods to pass as a parameter to an Importmaster job.
using the action 'select element', I enable multiselect and push the action.results to a variable. The variable is created correctly, but i want to be able to get a list of these member and their descendants so that i can pass into an Importmaster script.
I have created a hyperblock and filtered it so only the base level members are selected - i want to push the base level members into a variable that i can then pass into an importmaster job.
i dont want to pass [period].[2022_01],[period].[2022_02] - i only want the 2022_01,2022_02 to be in my list.
