Input box variable
Hi,I want to build something like below:1. Build a UI asking a user to "Input BIN# to analyze?" put this value in BIN_num variable name, ( bin number are numeric values in BIN_NO column along with other columns (machine/hardwares/ect) in my dt)2. Use BIN_num as filter value or row selection value to select rows from BIN_NO column3. Subset the selected rows into separate table to start anal...