<div>Hey Guys,</div><div> </div><div>I get a situation when I want to build a parametric annual temperature schedule from variable weekly schedule throught parametric runs. By saying that I am planing to use a flag signal, F in the user input expression. When F is true, the annual schedule will be made up of Weekly Schedule 1, else if F is false, the annual schedule will be composed by Weekly Schedule 2.</div>
<div> </div><div>I thought it would be a simple by writing an if then else logic </div><div> </div><div>If(#PA("F" == "TRUE") Then </div><div>   #SI("Weekly Schedule 1","SCHEDULE","WEEK-SCHEDULES") </div>
<div>else </div><div>   #SI("Weekly Schedule 2","SCHEDULE","WEEK-SCHEDULES") </div><div>Endif</div><div> </div><div>But it turns out that when I click OK, Equest automatically shut down and send me an error message! What is the problem here? You can't use such command for annual schedule?</div>
<div>I know that the format and key words are correct, since the msg box will pop out and stop you there if there is any format mistake. But my situation is, Equest allows you to click OK button, but it shut down immediately without any other hint!</div>
<div> </div><div>I really get blocked here... Any help will be appreciated!</div><div> </div><div>Thanks in advance!</div><div> </div><div>Mark</div><div> </div><div> </div>