samimichaels
IS-IT--Management
I am trying to create a fomula on a sub-total. When I try the first line alone it runs fine. But then I start putting in the "or" data, I keep getting an error message that a boolean is required after the "then". Why? What am I doing wrong?
if {#RTotal0} > "1" then "$.50" or
if {#RTotal0} > "99" then "$1.00"
if {#RTotal0} > "1" then "$.50" or
if {#RTotal0} > "99" then "$1.00"