I am using CRXI against SQL server tables.
I have a SQL data element called BUDGET_YEAR. It is a string value (e.g. 2010).
I want to derive 3 coulumn headings from this BUDGET_YEAR as efficient as practical. My goal is to limit the amount of formulas for each heading.
The column headings I want to derive from the BUDGET_YEAR are FY10, FY09, and FY08.
What is the best approach to accomplish this task?
Thanks for your time.
TXP007
I have a SQL data element called BUDGET_YEAR. It is a string value (e.g. 2010).
I want to derive 3 coulumn headings from this BUDGET_YEAR as efficient as practical. My goal is to limit the amount of formulas for each heading.
The column headings I want to derive from the BUDGET_YEAR are FY10, FY09, and FY08.
What is the best approach to accomplish this task?
Thanks for your time.
TXP007