Resolved! Handling NULL values for comparison when using .where()
I’m working on a solution which needs to lookup a unit price from an API call. The JSON returned by the API call includes an array of Prices in the following format:starting_quantityending_quantityunit_price11009.991012008.99200NULL7.99I have a Quan...