Hello,
I have several tables and I have a field named 'fail' which is a boolean-0,1,also has device numbers.
Eg:Device1 has data for fail 0 and 1 on diffferent timestamps
Now,when I load all data,when I choose device1, its showing only any 1 of fail data(either the fail 0's data with timestamp or fail 1 with all timestamps.)
I want all 0 and 1 data to be shown
How can we do that?
Does the arrangement of fields in the table affect the data ,does it work sequentially?