CalcTree Help Pages
  • What is CalcTree?
  • Getting started
    • CalcTree Pages
    • Create a CalcTree Page
    • Add a calculation
    • Collaborate with a colleague
  • Calculations
    • Parameters
      • Math formulas
        • Parameter Data Types
        • Native Functions
          • Arithmetic Functions
          • Trigonometric Functions
          • Logical & Comparison Functions
          • Matrix & Vector Functions
          • Probability & Combinatorics Functions
          • Statistical Functions
          • String Functions
          • Utility Functions
          • Other Native Functions
        • Valid Expression Syntax
      • Supported Units
      • Dropdown List Parameters
        • Linking CSV Data to Dependent Dropdowns in CalcTree
      • Parameter Settings
    • Integrations
      • Python in CalcTree
        • Adding a Python Source
        • Defining Parameters in Python
        • Referencing Other Parameters in Python
        • Working with Units in Python
        • Creating Tables and Visuals in Python
        • Consuming Files in Python
        • Using Pre-installed Python Libraries
      • Spreadsheets [Coming Soon!]
      • File Upload
        • CSV files
      • 3rd Party Software Plugins
        • Excel
        • Grasshopper
        • ETABS [v20 & v21]
        • ETABS [v22]
        • SAP 2000
        • CSI Bridge [v26]
    • Templates [Coming Soon!]
    • Optimising your calculations
  • Pages & Reports
    • CalcTree Documents
    • Static content
    • Parametric content
      • Parametric equation
      • Inputs
      • Outputs
  • Export to PDF
  • API
    • GraphQL API
      • Generating an API key
      • Queries
        • GetCalculation
        • Calculate
      • Examples
        • Bulk calculations with Python
  • Collaborate
    • Add members
    • Review and approval
    • Add stakeholders
  • Administrate
    • CalcTree Workspace
    • Versioning and Audit trail
  • CalcTree for System Administrators
Powered by GitBook
On this page
  • Single values
  • Tables
  • Python tables
  • Spreadsheet tables
  • Charts
  • CalcTree interactive charts
  • Python figures
  • Spreadsheet figures
  1. Pages & Reports
  2. Parametric content

Outputs

Learn to add parametric elements that represent calculation results in the document

PreviousInputsNextExport to PDF

Last updated 4 months ago

We explained earlier, which define a and represent the result on the document. On the other hand, if you want to represent result of existing calculations, you can use Outputs. Various types of Outputs are explained below.

Single values

Single-value outputs can represent non-tabular calculation results on the document. List of such data types is explained on .

Coming soon!

Single-value outputs are among next items on our roadmap. Please follow our product roadmap items and status and let us know what you think!

Meanwhile, you can use to represent various calculation results. Explore our to see the possibilities in action!

Tables

Python tables

my_table = [[1,'apple'],['cat', 3.14]]

Spreadsheet tables

Charts

You can represent tabular calculation results as parametric charts on the document. You can use CalcTree's interactive charts, Python figures, or Spreadsheet figures to represent tabular results.

CalcTree interactive charts

You can use CalcTree interactive charts to represent tabular data on the document.

Coming soon!

Python figures

Spreadsheet figures

This concludes various output elements you can add to your parametric document on CalcTree.

Continue learning on how to connect CalcTree to your engineering tools:

Tables represent calculation results that are tabular. and sources can produce such tabular results.

If a Python parameter is in your script, you can represent it as tabular output on the document. For example:

If a Spreadsheet parameter is in your spreadsheet source, you can represent it as tabular output on the document. For example:

Interactive are among next items on our roadmap. Please follow our product roadmap items and status and let us know what you think!

Meanwhile, you can use and to represent various tabular calculation results. Continue reading below!

You can out of Python sources. You can add these to your document as parametric elements that update when the calculation runs. For example:

You can out of Spreadsheet sources. You can add these to your document as parametric elements that update when the calculation runs. For example:

Python
Spreadsheet
here
Python
Spreadsheet figures
Parametric equations
math source
here
Parametric equations
Templates
defined by an array of arrays variable
generate figures
#parameter-data-types
defined by a range of cells
generate figures