I created a universe which contains Time Period, it has year, quarter and month objects(( just pulled database column for all). The values in the table for month are ‘02’, quarter are ‘Q2’ and year are ‘2004’…
I want to generate a report between the prompt Mar’2003 and Feb ’ 2004 data. i want to get the data between this period like montly data. How should I approach this report. Should I have to create the object in designer itself or in the report ,can I do the prompt. if so please give me an example.
I’ve seen cases where people format such data as “Year_Month” in the format YYYYMM to make both the “between” and the sorting work more easily and intuitively. Otherwise, you could follow the advice I just gave Ravi about looking for Steve Krandel’s Smart Calendar in his 2003 Conference presentation on Empowering End Users Through Smart Universe Design.