This content has been marked as final.
Show 2 replies
-
1. Re: Using Lookup/Last to auto-complete NULL values ?
Simon RuncJan 27, 2017 8:07 AM (in response to paolo.raia)
1 of 1 people found this helpfulhi Paolo,
Try this one (using a FIXED LoD)...
[Completed Department]
{FIXED [Code]: MAX([Dept])}
This will still return NULL for "EE"...
As it's aggregating across [Code], where there is something and a NULL the MAX (or MIN for that matter) will always be the something!
Hope that helps
-
2. Re: Using Lookup/Last to auto-complete NULL values ?
paolo.raia Jan 27, 2017 9:15 AM (in response to Simon Runc)Thank you so much Simon, worked a treat!!!