Dynamic component not working

I’m trying to use this dynamic component function in metric but it doesnt work.

Why is that?

it uses Current, which has a bug. You need to correct for metric (inch=2.54cm)
=ROUND(CURRENT(“LenX”)*2.54,2)

par example

2 Likes

Tried it and did’nt work

Got this message

If you are on a Mac, go to ‘system preferences’ → Keyboard settings and untick the ‘smart quotes’
(It is another bug :slight_smile:

1 Like

That worked ! THANK YOU !! :slight_smile:

1 Like