I have a file with the following three columns. The requirement is to build an analytic app for the user to select the material and material description from the dropdown and then in a text box fill the value corresponding to each of those materials.
| Material | Material Description | Value |
| 121 | MD1 | 10.59 |
| 134 | MD2 | 23.57 |
| 145 | MD3 | 67.45 |
| 178 | MD4 | 46.78 |
Thank you!