How to use find & replace

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).

You can use two find & replace:

1st find & replace:

Text to find = 0
Replace by = 0 外

2nd find & replace:

Text to find = 1
Replace by = 1 内

Therefore it look like this formatted as:find & replace: find & replace

Thank you for your reply.

I was able to solve it using your method(Two find & replace).

Thank you for the great solution.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.