Why is this SQL code throwing an error associated with the NULL? CASE WHEN `hire_year` = ‘2022’ THEN `percent_value` WHEN `hire_year` != ‘2022’ THEN NULL END
How do I make value labels appear on a single line on a multiple line, line graph?