I need to display the running Periods in a Crosstab using a relational package, e.g., Individuals apply for funding for a project. the application can either be approved or Pending depending on period selected. If I select(Value Prompt based on date applied) 1 Jan 2010 - 30 Mar 2010 for project X then I want to display:
Pro x - Jan - Pending
Feb - Pending
Mar - Approved
This is more of a running period concept and can be easily archieved using dimensional data. Please help. the status is a calculated data item and will dynamically change based on date selection.
Pro x - Jan - Pending
Feb - Pending
Mar - Approved
This is more of a running period concept and can be easily archieved using dimensional data. Please help. the status is a calculated data item and will dynamically change based on date selection.