Skip to main content
Participant
February 2, 2024
Question

Problem with calculated field in Google Chrome

  • February 2, 2024
  • 1 reply
  • 1919 views

Hi

 

I have a problem with a calculated field in a adobe document that works in the adobe app but not when the document is opened in Google Chrome.

 

I seems like when the adobe document is opened in Google Chrome and I start to fill out the fields with a number with comma the calculated field thinks the number 10,00 is 100. When I open the document ind Adobe it works perfectly fine.

 

I have tried the custom format script event.value "= event.value.replace(",",".");" I found in another subject.

 

Can anyone help with this?

This topic has been closed for replies.

1 reply

Nesa Nurani
Community Expert
Community Expert
February 2, 2024

Browsers may not support scripts.

ssindrupAuthor
Participant
February 2, 2024

The calculated field works in the browser but it is reading the number wrong when number contains a comma.

Nesa Nurani
Community Expert
Community Expert
February 2, 2024

Try changing separator style (dot as decimal, not comma).

When you set field format as Number under 'Separator style' select first option.