How can we assign a boolean value to null

if the outageEligible (boolean) is false , then I need to null the value for outage(boolean) 

if(rule!GBL_isnull(ri!outageEligible,false()) , a!save(ri!ouage,null(), a!save(null(),null())) 

above is the code , I am using. But it is not working 

  Discussion posts and replies are publicly visible