I have an administration screen where a company enters quantitative metrics that will be assigned to projects.
They want a report where they can choose which metric to report on. Maybe just two metrics, maybe all and they want them in separate columns.
This coincides with my normal report maker where they just pick from the eo keys.
So, there won't be a conflict.
Metric A
Metric B
Metric C
So, in order to do this I created
metricAmountFromKey component.
This would parse the key, and then return the proper value.
The problem comes up when I try to set the columns. First I thought a current report header dictionary in session could do it,
but then I couldn't find out how to get the session.reptHdrDict. ?? for the current key.
James