{{userinfoForm.controls?.dataType?.errors?.numeric.message}}
If you want to apply conditional validation on 'Real Number' then you need to add 'Data Type' input as 'Real'.
Conditional Expression with type 'string'
{{userinfoForm.controls?.realNumber?.errors?.numeric.message}}