usr338 Hi, how can i order relation data in my queries to null values come first ? some thing like this : ORDER BY column_name NULLS FIRST
lsw-fabian Currently we do not Support this standard in frontend - atm you would need a help attribute eg a boolean like 'is_null' - you could then filter for this. But this approach does require at least a bit more backend logic
lsw-fabian A possible workaround would be to create a filterset to filter for NULL and not NULL values. Maybe this would be a better approach?