CR8.5
Pervasive
Windows 2000
Is there a way to create a group selection based on a range
For example:
sales rep 1,2,3 in one group
sales rep 4,5,9 in another
and 6,7,8 in the last.
//@SalesGroup
if {table.SalesRep} in ["1","2","3"] then
"Sales Group 1"
else if {table.SalesRep} in ["4","5","9"] then
"Sales Group 2"
else if {table.SalesRep} in ["6","7","8"] then
"Sales Group 3"
else
"Sales Group X"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.