Skip to Content
0
Former Member
May 14, 2010 at 08:00 PM

How to access the individual members of %MEMBER_SET%

26 Views

Hi,

I have an Input template in which I change the discount rates of two customers. Based on this I need another amount for each customer...

e.g. I used %CUSTOMER_SET% but this gets the values of both customers when I use it in a

statement e.g.

*WHEN CUSTOMER

*IS %CUSTOMER_SET%

.......

.... Using SELECT statement Get some property from the Customer Dimension

.... Multiply it with the Discount Rate

.... Store the results in a different account

.....

*ENDWHEN

The code gives me a syntax error... It seems that both the customers are passed on to the Select statement which then errors out