I have a csv that I import daily and some values decide to not show as "0", and some do.
Here's my search:
index="stockscreener_1d_ni"
| stats values(Change ), values(Vol), values(Price) by Symbol
| fillnull value=NULL
Some values under the "Vol" field show up blank, even though the csv has "0" that should have been the value.
Example of csv input:
AACS,AMER COMMERCE SOLTNS INC,OTC Pink No Information,0.001500,26.944200,0,Common Stock,USA,Florida
The Vol would be the zero value you see there after 26.944200,
Thanks!
↧