Make new data table including only certain :column values
This is probably super easy but I'm stumped. I could just query the database again and filter out what I need and build my data table with that but I'd rather save bandwidth and query my table or filter it somehow.Basically I have a table like soitemreturn_qtyvaluefailurestool145.00Productbook532.99Cust issuelaptop1439.99Productdinner112.99Cust issueclock324.00Broken by shippingI want to create a ...
