diff --git a/SOPE/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m index 3e2f738e3..72d39caf6 100644 --- a/SOPE/GDLContentStore/GCSFolder.m +++ b/SOPE/GDLContentStore/GCSFolder.m @@ -457,7 +457,7 @@ static GCSStringFormatter *stringFormatter = nil; field = [qualifier key]; attribute = [self _attributeForColumn: field]; - if (attribute) + if (attribute && [[qualifier value] isNotNull]) { formattedValue = [adaptor formatValue: [qualifier value] forAttribute: attribute];