Forum Discussion
Anonymous
5 years agoNot applicable
Cannot update DATASET
I am trying o use 3 DATASETS which are being streamed from IoT Hub in Azure through Stream Analytics. The data section is numerical, say 0.134 etc. I am then attempting to create a bar graph, but the...
lbendlin
Super User
5 years agoYou need to modify the field definitions for your dataset. Something like this:
Anonymous
5 years agoNot applicable
Hi Ibendlin,
Yes I need to modify one field definition as you say above called 'data' but this is the issue. Everytime I attempt to it calls up an error,
and the error looks like this
Now I managed to change this on one Data Stream but I am unable to change on the others ?
What actually sets the value code (TEXT,NUMBER,DATECODE) as if it was already set to NUMBER I would have no issues
Des