Using complex logic with comma-separated column values
Hello! I have a dataset that looks like this (for the purposes of my question, anyway): ID Categories 1 A 2 A,B 3 B,C .. and I want to be able to use complex logic on this field. e.g., WHEN Categories IN 'A' should return 2 rows with IDs 1 and 2, or I want to have a bar graph where the X axis is based on the Categories…