@variable set problem

i have 2 conditions having prompt.i am passing first conditions prompt in second conditions using @variable.but suppose i dont pull first condition then i want then second condition should work independtly and @variable values should also not be set to null. i want this @varible values totally out of second condition not even null.
is there a way.


ashish_infy (BOB member since 2007-02-11)

Prompts are like conditions set in the WHERE clause. So the the first prompt can’t be empty.

as you had mentioned you are setting the Contion 2 = Prompt value of condition 1. So the first should be answered. There is no direct way to dyanmically assign a value to a prompt if user is not answering a prompt.


KhoushikTTT :us: (BOB member since 2005-02-24)