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

* (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 03 May 2023
Did this page help you?
Yes
No
PREVIOUS
- (subtract)
NEXT
/ (divide)
Docs powered by archbee 
TABLE OF CONTENTS
Syntax
Sample usage
Supported data types
See also