Say you have this select option: ```js crit.select([ 'Client', 'invoice_id' ]); ``` This will actually not work because the localkey (which would be `client_id`) is not selected.
Say you have this select option:
This will actually not work because the localkey (which would be
client_id) is not selected.