Hello everyone,
Ever experience that you add new field in your SSRS TempTable, populated correctly in Data Provider Class, but after add it to existing report, the new field / column still empty ?
During debug of my Data Provider, as it is X++ Query, I managed to trace it, and confirmed it is has value. In the report object it self, I have restore Data Set, add the field in AutoDesign Data node. But after Build successfully and Deploy report. These newly added still empty.
Any suggestion what should I do ?
Thanks,