Is it possible to chart or graph based on a SELECT?
I have several tables of data that get input from forms where reporting on the data is only really meaningful when you apply filters, such as date ranges, or object types.
@Seth_Berman Yes, that’s one possibility. Another possibility would be to use the virtual column in an existing table. Yet another possibility would be to use a slice with a row filter condition (I hadn’t mentioned that one in my original response). I don’t fully understand your needs, but that might be the simplest way.