Website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by Archbee
Website logo
Carrot reference
...
Elements of Carrot expressions
Operators

* (multiply)

An operator used to multiply two or more expressions.

Syntax

valueOne * valueTwo * valueThree * ...

Sample usage

1 * 2 * 3 returns 6

Supported data types

  • If two Number, Percent, or Money values are multiplied together, the values will be multiplied.
  • If a Number, Percent, or Money value is multiplied by a Number or Percent value, the values will be multiplied and retain the Number, Percent, or Money data type.

See also

  • Number
  • Percent
  • / (divide)



Updated 04 Oct 2023
Did this page help you?
PREVIOUS
- (subtract)
NEXT
/ (divide)
Docs powered by Archbee
TABLE OF CONTENTS
Syntax
Sample usage
Supported data types
See also
Docs powered by Archbee