Hi, there,
I have a question on the usage of cdf for pcell coding.
If I have a radio button which is called "which_well" and the choice could be "nwell" "pwell", etc. And I have another parameter called "pplus_width". In the CDF window, I want to whether to display the parameter "pplus_width" based on the selection of "which_well".
How can I achieve this?I know the solution if "which_well" is a boolean, but here it is a string which can be selected by checking the radio button. I know I can create another boolean parameter to enable the function (change display of "pplus_width" to true or false). But that is not convenient and I am wondering whether there is a straightforward way to achieve that.
Thank you very much!