Skip to main content

when condition with DB query

Comments

1 comment

  • David Paras

    Try placing the db query within a local variable

    varResult = DBQuery {select policynumber from bc_plan_enrollment where employeeSSN = '$Input_AdvDBSchema/DB/bc_plan_enrollment/EmployeeSSN' and policynumber is not null,$vTestDb ,true }

    Then try using that varResult variable within your when condition.

    0

Post is closed for comments.