Need help understanding parameters and table variables
Hi! I have a practical problem that I think I could solve using some kind of parameter or table variable.Let's say I have multiple processes, each having a row. Which are characterized by few parameters, A, B, C... Those are columns.Let's say for each parameter I have a threshold after which it is considered risky. So I created columns bit-A, bit-B etc. If parameter is grater than some number, I g...