because I want the chart to act independently of the listbox, however I also want to do put in a condition that says 'exclude all that are null' which I would normally do as the following:
NO_COMPANY_KEYWORD-={''}
, however I'm not sure how to combine these two. Is it possible without explicitly listing my keywords?