Hello,
I have a simple question about how to build a formula.
What I need is the first time -
- I want to return the string "SqFt". The second time -
- I want to return the string "Cubic Yards".
I tried the While/Do loop and got an error that it exceeded the number of times it will run.
This formula below returns "SqFt" each of the two times obviously. But I was hoping there was a simple way of getting it to return "Cubic Yards" the second time
" is True.
Thanks to everyone that makes a suggestion. I am monitoring responses VERY closely so if anyone has a question or needs clarification I will answer it quickly.
Cheers,
steve
I have a simple question about how to build a formula.
What I need is the first time -
Code:
{ACTION.NAME} = "Concrete"
Code:
{ACTION.NAME} = "Concrete"
I tried the While/Do loop and got an error that it exceeded the number of times it will run.
This formula below returns "SqFt" each of the two times obviously. But I was hoping there was a simple way of getting it to return "Cubic Yards" the second time
Code:
{ACTION.NAME} = "Concrete
Code:
If {ACTION.NAME} = "Concrete" Then "SqFt"
Thanks to everyone that makes a suggestion. I am monitoring responses VERY closely so if anyone has a question or needs clarification I will answer it quickly.
Cheers,
steve