Hi there, just a question for you guru's out there. I have a report that has a field on it called total_poles. What I am trying to do is create a report that has this field on it, but also has a calculated field on it called Poles_fine. The problem that I am having is that the calculated field needs a nested if..then..else field in it and I am not sure how to write one like that. Here is what is supposed to happen..
if [total_poles] <= 3 then [Poles_fine] = 50
if [total_poles] > 3 and <=6 then [Poles_fine] = 100
if [total_poles] >= 7 and < 10 then [Poles_fine] = 150
if [total_poles] >= 10 then [Poles_fine] = 200
I hope that is clear enough for you.
Thanks,
Todd
if [total_poles] <= 3 then [Poles_fine] = 50
if [total_poles] > 3 and <=6 then [Poles_fine] = 100
if [total_poles] >= 7 and < 10 then [Poles_fine] = 150
if [total_poles] >= 10 then [Poles_fine] = 200
I hope that is clear enough for you.
Thanks,
Todd
