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

Parameters for package link

Former Member
0 Kudos
259

Hi,

I have a package link which contains two packages. Both need TIME as the only input, yet I still have to set it for each individually.

Is there a way in a package link to set a dimension member only once?

Thanks,
Arnold

View Entire Topic
Former Member
0 Kudos

I have three types of users, group A needs to run package 1, group B needs to run package 2 and group C needs to run both packages. So I thought it would be easier to create a package link for group C rather than another script and another package.

Seems I was wrong.

former_member186338
Active Contributor
0 Kudos

Yes, you are wrong...

You have 2 scripts: 1 and 2

group A will execute DM1 with script 1

group B will execute DM2 with script 2

group C will execute DM3 with script 3 - containing:

*INCLUDE SCRIPT1

*INCLUDE SCRIPT2

DM3 will ask parameters only once 🙂