Select to view content in your preferred language

Dissolve and its possibilities

459
1
02-08-2022 01:49 AM
DavidMrázek
Frequent Contributor

Good day,
is it possible to use dissolve on a certain field but at the same time omit NULL concatenation in that field?

Thank you

David

Tags (3)
0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

If you query for the records that contain null in that field, then run the dissolve, it will be run only on the records that aren't null.  If you still need the records with null, save the results of the query to its own layer and merge it with the dissolve results 


... sort of retired...
0 Kudos