Skip to main content
Skip table of contents

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

CODE
$row.get("Column Name")

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.