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

Append should be done rather than overwrite

Former Member
0 Likes
195

Hi Guys

I ve been facing a problem.

That is i have two types of members in dimension.

One is vertical and other is entity.
Vertical and entity are interlinked with each other.
One vertical can have multiple entities.When the script logic for this have been developed and during the running if we select the verticals respected entities are selected and their values should be appended .But for me they are overwriting

How to make them append.

Please help me.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186338
Active Contributor
0 Likes

Please ask question in line with:

Explain the logic you want to achieve!

Vadim

Former Member
0 Likes

Script logic ever appends (by default); it always overrides.

To make it sum up you either have to put + in EXPRESSION or put old and new value in scope.

Former Member
0 Likes

Hi Vishnu,

please show your script logic file.

Why don't you use hierarchy to sum them up? or even member formulas?

Andy