Please help.
I created a Basic model and a Aggregated model on the same sObject. I was able to successfully create a summary table using the aggregated model and create a drawer showing the detail using the basic model. I was so proud of myself! So then I went a step further and tried to add the aggregated table as a chart action on a chart I created. And then added the detail as a drawer on the chart action table. The problem is that the aggregated table is not showing any records, but the detail drawers ARE showing the correct data. That tells me something is working correctly - but why isn’t the table populated?
I made sure that I made the grouping field alias the same as the actual field being grouped. And added this field in the Context.
Am I missing something?
Thanks in advance