Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Datameer, you can create a workbook to get to new insights with your data. Inside the workbook, you can add additional data sources, change the column and sheet names, collapse columns, apply formulas, view workbook details, and more.

...

If the worksheet's calculations are based on the full data, the notification is green. It tells you how many sample rows are being displayed in the worksheet out of how many total records from the data source. If all the records of the source are being used, the status bar displays the total record count.


Opening Existing Workbooks

To open an existing workbook:

...

Anchor
reorder_column
reorder_column
 
Reordering columns in a workbook

...

Anchor
sheet_dependency
sheet_dependency
 
Displaying sheet dependency (graph overlay)

...

A formula can only reference columns from it's own worksheet and one other worksheet in the workbook. Referencing columns from different worksheets is possible after a join sheet has first been created. 

Syntax for referencing a worksheet and column

SyntaxExample
Worksheet##apache_log
Column!!remoteUser
Worksheet and column#apache_log!remoteUser

Writing a function in the formula editor

...

Enter a function name into the formula editor (case insensitive) with variables separated by a semicolon within parentheses.

Example:

Result explained
GE(#apache_log!status;400)

The Greater Than or Equal To function is being used comparing the "status" column from the "apache_log" worksheet
to see if the values are greater than or equal to the constant integer "400".

Writing nested functions in the formula editor

From the formula editor, you can enter functions and operators within functions.

ExampleResults explained
IF(EQUALS(#apache_log!status;400);"Bad Request";"other")The IF function is being used with the Equals function as one of the variables.

Anchor
formula_builder
formula_builder
Creating formulas using the formula builder

...

Anchor
book_prod_mode
book_prod_mode
Workbook Production Mode

Production mode can be applied to a workbook to accelerate performance by skipping the calculation of metrics used for columnmetric, flip sheet displays and generation of data samples. 

To launch production mode for a workbook:

...

Sheet summary information gives advanced information on individual pages within the current workbook including the following:

Sheet typeSheet typeDescriptionJob pathConnectionLast executedKeptPartitionedFormulas usedFilter sourceFilter connectorFilter argumentsJoin typeJoin pairsSort sourceSort argumentsSources of union
Source sheetxxxxxx









Formula sheetx



xxx







Filtered sheetx



xx
xxx




Joined sheetx



xx



xx


Sorted sheetx



x






xx
Union sheetx



xx







x


To view workbook details:

...