use cond expr to result in mulple responses based on results?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am attempting to use conditional expressions that may result in multiple
responses based on the result of expression "=-Int(-Sum([Raw]*24))" in a
report. i.e. if the result is <24 then print "none", if >=24 and <=39 then
print "reward", if > 39 then print "Reward Plus".

Thanks
 
Take a look at the Switch function in the Help file. It will get you what
you want!
 
Back
Top