• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

I have a table with 3 columns. The first column has a fixed number, 2nd is quantity, 3rd is total.

Participant ,
Aug 25, 2017 Aug 25, 2017

Copy link to clipboard

Copied

I have a table with 3 columns. The first column has a fixed number (there is no field there, only col 2 and 3 have fields), 2nd field is Quantity1, 3rd is Total Fees.

In simplified field notation of the Total Fees field I put the dollar value from column 1 * the Quantity1 field.

so, 15,980 * Quantity1

the the fixed number is 15,980, the Quantity field I typed in 10. The total gave me 15, not 159,800.

TOPICS
PDF forms

Views

386

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Aug 25, 2017 Aug 25, 2017

Copy link to clipboard

Copied

If the value is "15980" then drop the comma. If it's "15.980" then replace it with a period.

JS uses the common English notation for numbers, with no thousands separator and a period as the decimal separator.

View solution in original post

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 25, 2017 Aug 25, 2017

Copy link to clipboard

Copied

If the value is "15980" then drop the comma. If it's "15.980" then replace it with a period.

JS uses the common English notation for numbers, with no thousands separator and a period as the decimal separator.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 25, 2017 Aug 25, 2017

Copy link to clipboard

Copied

LATEST

Many thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines