cancel
Showing results for 
Search instead for 
Did you mean: 

Account member formula isn't working

ahfadoo
Participant
0 Kudos

Hello! I have an issue regarding the account dimension and formulas within it. I have an account member that is meant to lookup a value from another account member. When I created the formula it worked in the preview but no matter what filters I set in the story the value of the account member unbooked and nothing appears. I changed the structure priority to the account dimension as well. I then changed it so that instead of using lookup I utilised RESTRICT() but it still did not work. I then found out that the IF statement i was using was preventing my script from functioning correctly But I need it in order to classify a dimension value. 

ahfadoo_0-1711609391832.pngahfadoo_1-1711609407105.pngahfadoo_2-1711609421187.png

As you can see the Account dimension i am trying to utilise is called Service Charges Per person(SC_PER_PERSON) and copy the values from service charges into the SC_PER_PERSON account member. But in the table only service charges show and SC_PER_PERSON will not appear as the table is set to booked only and there are no values in the member(I checked using unbooked)

Any help at all would Be greatly appreciated!

Accepted Solutions (0)

Answers (1)

Answers (1)

rkrammohan
Discoverer
0 Kudos

Hi ahfadoo,

In the formula, you need to specify whether you want to filter by ID or Description.

Formula:

Private_Member_739166_2-1711615937656.png

Output:

Private_Member_739166_1-1711615816140.png

 

ahfadoo
Participant
0 Kudos
Hello, thank you for the reply! Although this method still didn't help my function work for me. I specified the ID and it still didn't get the specified values I was looking for.