Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get ID number from Smartlist

AL.Nov 14 2019 — edited Nov 15 2019

Hello everyone,

I've been thinking to update accounts using smartlist. I mean, depending the value selected in the smartlist, use a BR and point to that value.

Ex:

The user selects the value "Account_A" in the smartlist, then I point to that selection to update the value of the account A dynamically.

I've read about use @MemberAT function, and it's validating the code. The problem arrives when running the rule, it seems it's not getting the smartlist ID number properly.

The code:

@Memberat(@Relative(Accounts,0),Smartlist intersection value)=1;

The error:

single numerical argument expected in function [@_MEMBERAT]

Also tried the following method:

@MEMBER(@CONCATENATE(“HSP_ID_”,@HspNumToString("SmartlistvalueIntersection")))

It runs without no error but don't do anything at all.

THanks and Regards,

Comments
Post Details