Data Preparation FAQs
Explore how actionTypes enable interaction with Vizpads, retrieve filters, set resolutions, and access Business View columns through embedding postMessage calls.
What is a Business View?
What happens if Business Views are downloaded as CSV?
What is the difference between a Business View and a Project?
Can I create a new dataset within Tellius using SQL or Python?
What is the difference between column type and feature type?
How do I refer to null values in the signature function? I have tried multiple versions, and none work (null, NULL, “NULL”, “null”).
How do I set the incremental data refresh, i.e., do not replace it, but append it during a refresh?
Where is the data located after the connection is established?
How to handle actual time stamp columns? For example, converting a string "12:12:11" to a timestamp, using hh:mm:ss format does not work as the date is set to Jan 1, 1970.
If I need to go back into the data pipeline and modify a node, will the subsequent node be updated?
The values with dollar signs are imported as strings. How to handle the transformation into a num?
What is Live query mode? What are the cons of that approach?
What are the databases that work with the Live query engine?
What is the difference between measures and dimensions?
Is there a way to see an audit trail of each transformation made on the dataset so I can undo/revert changes?
Can we incorporate formulas, nested queries, or complex joins within the search criteria and join them with specific keywords?
Does Tellius support the loading of large data sets in bulk? If so, what are the relative speeds?
When using a SQL script for a live connection, how does it run, and what's the impact on performance? For instance, will a window function in the script execute with every front-end query?
What SQL dialect is used for calculated columns within live connections?
What is the expected behavior when the FQE is toggled on for a live Business View (BV)?
Was this helpful?