Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Set Column Value Improvements (ORG-9021)

 

An Options menu has been added to Set Values dialog, where you can control whether direct editing of the formula in the label row should be permitted or not. The Formula Text menu item can be used to enter explanatory text for the formula, which will instead be displayed in the fomula label row.

Support subrange notation in Formula (ORG-9044)

Subrange notation such as [i-5:i+5] can be used to perform calculations over a range of cells.

For example:

  1. Fill column A with some data
  2. Enter StdDev(col(A)\[i-5:i+5]) as the formula for column B. Then column B will be filled with the running-standard deviation over 11 points, at every row, based on the data in column A.

More built-in Functions added – todo (ORG-8781 ORG-7697 ORG-8945)

Multiple moving average functions have been added under F(X): Statistics: menu:

Exponential Moving Average, Modified Moving Average, Triangular Moving Average, Weighted Moving Average

Keep Text option (ORG-8555)

In past versions, if source columns mixed text and numeric entries, setting values to another column using a formula would result in missing values in rows that had text entries. A Keep Text menu item is now available in the Options menu of the Set Values dialog. This will allow for the text values to be carried over to the output column.

 

  • No labels