• We have to hide the fields based upon user selection. For ex,

    If @user_selection = 'a'

    then

    display field a,b,c

    hide field d,e

    else if @user_selection = 'b'

    then

    display field c,d,e

    hide a,b