I’m trying to use this dynamic component function in metric but it doesnt work.
Why is that?
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
If you are on a Mac, go to ‘system preferences’ → Keyboard settings and untick the ‘smart quotes’
(It is another bug
That worked ! THANK YOU !!