Decimal Separator in formula - Solution

Dear Colleagues,

Last day I was trying to find way how to get the decimal separator in formula.

Finally I got it.

I hope it will be useful for someone.

BR,

Rossy

My solution is

@Middle(@Text(@Pi); 1; 1)

Subject: Decimal Separator in formula - Solution

nice :)thnx for sharing. probably this one @Middle(@Text(1/10); 1; 1) will be more easy for brain )