using CR11 and sql server, I'm trying to set the date range of my report to be the current quarter to date, but the quarters of my company aren't the standard fiscal quarters (01-03).
What's the best way to handle this? I can create a new table to store the quarters for the company, and then somehow see which quarter the current date is in, then set the date range of the report to be the min & max of the date range?
Any advice as to the best way to store this data, and find what quarter I'm in, and set the date range for the report is greatly appreciated, thanks!
What's the best way to handle this? I can create a new table to store the quarters for the company, and then somehow see which quarter the current date is in, then set the date range of the report to be the min & max of the date range?
Any advice as to the best way to store this data, and find what quarter I'm in, and set the date range for the report is greatly appreciated, thanks!