Forum Discussion
Patrick Naughton
May 11, 2018Brass Contributor
calling scalar functions in datatable array
This works as expected: datatable (TimeGenerated:datetime, Success:bool) [ datetime("2018-05-11T17:50:01.665"), true ] But this fails because the array does not allow scalar functions to be calle...
Noa Kuperberg
Microsoft
May 21, 2018Hi Patrick,
It appears datatable expects only constant scalar values, whereas now() is an expression.
So that explains it..
I've mentioned support for it is requested.
HTH,
Noa