PocketQuery Data Center FAQ Current: How to access columns with spaces in PocketQuery Templates How to access columns with spaces in PocketQuery Templates If a column name contains a space, it is not possible to access it as $result.columnName within the template. Instead, please use $row.get("Column Name") CODE ×