Skip to main content

Hi

 

I am crying to create a set with the condition that the customers with sales that lie between 1e6 and 5e6. How can I create this? I started by selecting the condition that has the symbol <> but then how to enter the data for this condition? Should the two numbers that are required to specify the lower and upper limits be separated by comma or what? I could not find anything in the documentation.

 

Thanks,

Bhushan

2 answers
  1. Feb 12, 2016, 7:11 PM

    You could do something like this:

     

    You could do something like this: To enter another range for categorizing, use ELSEIF in the same statement above.

     

    To enter another range for categorizing, use ELSEIF in the same statement above. Or to change null to text, you could say:

     

    If sum([Sales]) > 500 and sum([Sales]) < 1000 then 'Bad Sale' ELSE 'Good Sale' END

0/9000