Question: I swapped a bool column to a psuedobool composite returning yes/no. This broke existing check_yes_nos. What's the best option to replace it?
$#column == 'Yes' is what I'm using for now.
edit: I am curious as to whether check_yes_no could be extended to bool columns checking for specifically yes/true and no/false, similar to the checkmarks option. Probably too much effort tho.
Last edited by ownedbycats; 04-10-2022 at 01:31 AM.
|