Inserts a formula in the cell defined by the start cluster. If you use the name parameter to specify a named range, the VI inserts the formula from the top left cell of the range.


icon

Inputs/Outputs

  • cNI__reportlvclass.png

    report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.

  • cstr.png formula

    formula specifies the formula to insert in the specified cell.

  • cnclst.png start (0, 0)

    start contains the row and column indexes of the cell in which the VI inserts the formula.

  • ci32.png row

    row represents the row index.

  • ci32.png column

    column represents the column index.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • cstr.png name ("")

    name specifies a named range from which the VI performs the insertion.

    If the named range covers multiple cells, the insertion appears in the top left corner of the range.

  • iNI__reportlvclass.png

    report out is a reference to the report whose appearance, data, and printing you want to control.

    You can wire this output to other Report Generation VIs.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.