Not sure what you mean on the question. The whole post was about about there being an issue applying the filters. I know there is model-binder code, and I have been using that on the GET requests, but you can't use a model-binder and POST at the same time -- so I just moved the model-binder code over into something that would work.
The translated.png shows the problem. Instead of me getting a composite OR filter back that has my 8 measure keys in it, it is recursively grouping everything into pairs of 2's and thus not actually filtering correctly. You can see this in the translated.png image.
The translated.png shows the problem. Instead of me getting a composite OR filter back that has my 8 measure keys in it, it is recursively grouping everything into pairs of 2's and thus not actually filtering correctly. You can see this in the translated.png image.