cancel
Showing results for 
Search instead for 
Did you mean: 

Customize a standard package BPC 7.5

Former Member
0 Kudos

Hi Experts,

I want to create a copy of CLEAR package fixing entry variables. I use this code in the package:

INFO(%SUFFIX%,DIMENSION_P_CENTRO|92045300005823433|)

TASK(/CPMB/CLEAR_CUBE,CHECKLCK,1)

TASK(/CPMB/CLEAR_CUBE,SELECTION,%SUFFIX%)

When I excute the package it returns an error (Condition selection is not valid)

Is correct the syntax?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Hi Marc,

Please post COMPLETE advanced script of DM package!

And explain your requirements - what do you want to fix? Al dimensions or?

Your code:

INFO(%SUFFIX%,DIMENSION_P_CENTRO|92045300005823433|)

TASK(/CPMB/CLEAR_CUBE,CHECKLCK,1)

TASK(/CPMB/CLEAR_CUBE,SELECTION,%SUFFIX%)

is incorrect because TASK(/CPMB/CLEAR_CUBE,SELECTION requires different format of dimension members string. Your %SUFFIX% is only useful to be appended to the correct format string!

Vadim

Former Member
0 Kudos

Vadim,

Which is the correct format string ? Can you give me an example using INFO and TASK, fixing a member. Where can I find information about using this function?

I use INFO:

INFO(%SUFFIX%,DIMENSION:P_CENTRO|92045300005823433|)

where P_CENTRO:      name of dimension

               92045300005823433 is a member of dimensión.

I want to fix all the variables because i m going to create a button in a input Schedule to clear the member that I want.

former_member186338
Active Contributor
0 Kudos

First - PLEASE PROVIDE COMPLETE SCRIPT!

Second "I want to fix all the variables because i m going to create a button in a input Schedule to clear the member that I want." - Absolutely unclear! How the button will clear the member???

Third: Correct format can be easily found using forum search:

Look on mandatory prefix!

Vadim

Former Member
0 Kudos

Vadim,

First: Why do you need the complete SCRIPT!!!

Second: The button, clear the information of the member...its easy to understand

Third: You answer the question perfectly, so why do you need more information??

Thanks Vadim, the next time I ll try to explain me better!

former_member186338
Active Contributor
0 Kudos

First: Why do you need the complete SCRIPT

   In many cases (statistics ) people make other mistakes in the script and script is not working anyway!

Second: The button, clear the information of the member...its easy to understand - can be a lot of options for this button including: 

Answers (0)