cancel
Showing results for 
Search instead for 
Did you mean: 

SAC: Not equal to sign in Data Action script?

kashif_abbas1
Explorer
633

Hello there,

in the example, i want to specify that all customers are in consideration. So i want NOT EQUAL to #. Any idea how can i implement it in SAC? Its subset of Javascript so i assume the syntax should have worked

kashif_abbas1_0-1712822230643.png

 

View Entire Topic
N1kh1l
Active Contributor
0 Kudos

@kashif_abbas1 

You can just exclude in the scope definition

MEMBERSET [d/Customer] !="#"

In DATA() and RESULTLOOKUP() != is not allowed.

 

Hope this helps !!

Nikhil

PrasangSachdev
Discoverer
0 Kudos
Can we define multiple member with != for example