I found a way to do this. It isn't pretty, and I'm going to leave the question unanswered for a bit, should someone else have a more graceful solution. Create a source View that contains all fields I wish to return, plus calculated fields that contain my subquery results. Create a second View that uses the first as a data source, and applies all the necessary ranges. Works pretty nicely. Probably inefficient if there were large tables of data, but this is in a relatively small section of AX.
↧