Now I bring the default value to the dropdown ( below picture).
I use static choices in the dropdown(2 choices: “0 外” , “1 内” ).
bring the default value only numbers( 0 or 1).
So can not display the default value in the dropdown.
Then I think that if default value is 0, replace to “0 外”, if default value is 1, replace to “1 内”
using by find & replace.
But I can replace the number only one value(vlaue is 0).
HowCan I replace two value.(change to “0 外” if value is 0, change to “1 内” if value is 1).