Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Decision text exists

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'Decision_text',
		'compare' => 'EXISTS',
	),
);