How to de-associate null cells when converting Crosstable?
Dear Experts,
Does anyone know how to de-associate null cells when converting crosstable?
Say that the Data area has some null cells in the crosstable.
When I convert this crosstable to QV, the association between the Qualifier Fields and Attribute Field always exists no matter the data field is null or what.
The result would cause that even some Select Fields have no relationship at all, they are still associated.
I overcame this problem by performing a resident load of the resulting crosstable and applying a where clause to test that the length of the field >0. Note that I had to specify noconcatenate on the resident load as per this forum post: