Hello,
in a dataflow if i select a column which has data, all good as you can see in pic 1
but if i select the other column Quality Attributes which is varchar and has null value for this id, i get the behavior below which is causing issues
No items to display
Even if i put a text value in the data set i still get above issue because in the end, in db, the field is null for that id.
How to solve this?
Thanks