Hello,
I want to display 2 Measure Totals as Dynamic Text on a Page in Design Studio from a Data Source.
The 2 Columns are called ECOSYSTEM and OPERATIONAL_COSTS, and there are 3 rows also used in this Data Source to break down the Totals into individual groupings.
I want to know what would be the best Getmethod to use in order to display this? I have tried getTotalsDisplay and other methods without much success.
I don't actually use these particular columns in a Crosstab or a Scorecard etc., but I wanted them included in the Data Source so I could use the totals within the Design Studio application.
Ideally, I would use a Getmethod to grab the totals, and then use SetText in another Script to use those values as Dynamic Text.
Thanks,