Displaying Table Contents
561241Jan 15 2009 — edited Jan 16 2009Hello
I have to show the following table in a dashboard page with the rows as shown below. The content of the first column is the measure details and the second column is the actual value.
row 1: Total Revenues for the current Year $12,150,000
row 2: Total Expenses for the current Year $11,110,000
row 3: Numbers of Employee in the Organization 35
row 4: Attrition rate for the current year 3%
How can I show this given that
1. Each row is obtained from a different set of fact and dimension tables
2. Each value in the second column (i.e. measure) must point to a unique url. Here when the user clicks on $12,150,000 , it must take the user to one url and on clicking $11,110,000 it must take him to a different url.
Any suggestions are apprectiated.
Thanks in advance