I am creating a report in Ignition 7.9. I have an sql query that pulls 3 columns of ints, they are just 0 or 1. two of the three come back correctly in a table the last one does not. It comes back as . If I create the same table in vision it works fine has the correct values. They are all ints in SQL, there are no null values. I am doing the same call @running@ as the ones that work like @Idle@ for example. I tried to pull into a dataset and show using the dataset with the same results
Another anomaly it that in the report I am using the data for a chart and it shows running in the chart without issue.
Same query in server
Any ideas?