Prerequisites
- A configured Neuron.
- A user role allowed to open the Script prompt.
- Read access to the data you intend to query.
Open the prompt
From the administration UI, open Script. The prompt evaluates one expression or statement sequence and renders the resulting object using an available content renderer.Evaluate values
:= and separate statements with semicolons:
Work with vectors
Create objects
Query persisted objects
Properties(TypeName) to inspect the fields available on persisted objects.
Produce a table
Many query results render automatically. To transpose a vector of records into table form, useT: