The expression node does not determine the number of displayed digits at all. All calculations are made with full precision.
You must ensure two things:
Check the data type. If the wires are blue you are doing integer calculations and decimal digits cannot exit. Inser a "To DBL" before the expression node or change the data type of all input controls and output indicators (Right-click..representation..DBL).
If you are doing floating point calculation (expression node and wires are both orange) and you don't see the decimal digits, right-click on the indicator and select formatting. Choose a format that shows the desired number of decimals.