Ah OK, we thought you were saying that because it could fetch data in general, you were assuming the specific fetchMissingValues fetch would also work..
If you're seeing it work at some times and not others, the most likely cause is that some other code of yours is wiping out the automatically fetched missing value.
Can you confirm that in the case you're talking about where there is no selected record available to your formatter, you actually see a fetch occur and complete successfully, but then nothing happens? Or if that's not the behavior, what does happen?
If you're seeing it work at some times and not others, the most likely cause is that some other code of yours is wiping out the automatically fetched missing value.
Can you confirm that in the case you're talking about where there is no selected record available to your formatter, you actually see a fetch occur and complete successfully, but then nothing happens? Or if that's not the behavior, what does happen?
Comment