How to populate all the stage calculation values on a Opportunity Detail Skuid Page?

Hi,

On the Opportunity Detail Page I want to show the stage History values calculation. So I used a table component to display all the rows with appropriate values. But when I Preview it, the Table is only showing the last saved stage value of the opportunity.

The actual Opportunity detail page is like this:

But my table component is displaying only the top row like this:

Is there a way to display all the rows in the skuid page?

Thank you.

Avinash~

You need to bring in a second model onto your page for the OpportunityHistory object. All of the fields you want and all of the records you want are on that object. Make sure you set the condition so it only returns the records related to your specific opportunity.

Hope that works for you!
Karen

Thanks Karen. it worked.