Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to create a table that compares two time periods. The end user can define "current period" and "prior period". The user should have the option of comparing the following:
* Current [Month] to Previous [Month]
* Current [Quarter] to Previous [Quarter]
* Current [Year] to Previous [Year]
I have established that the best way to handle this is by using altered states so I have created a "Group 1" which will be Current Period and "Group 2" which will be Prior Period.
My table should ultimately look like this, where the user selected Q4 2014 as Current Period, as an example, and Q3 2014 for Prior Period.
| Metric | Prior Period Q3 2014 | Current Period Q4 2014 | Difference |
|---|---|---|---|
| Total Dollars | $100,000 | $130,000 | 30.0% |
| Total People | 347 | 301 | -13.3% |
I will need to have separate filters for each group. Both filters will include the same information but the user can select different dates to compare.
My filter:
Multi Box that includes a three drop downs options; one for year, one for QuarterYear, and one for MonthYear.
So the user should only be able to select one of the three options within one group. A Year or a QuarterYear, or a MonthYear (i.e. 2014 or Dec 2014 or Q4 2014)
Is this possible to do? Can someone help me out with the expressions that I need to use? One expression will be in the column header to make the date reference dynamic and the other would be in the cells in each column to actually add data just from the selected time period.
I'm tackling this one step at a time so this is the next step to my first question on how to achieve the prior / current comparison...answer was to user alternate states, which I'm now trying to do:)
Thank you so much!
You are welcome!
Okay so it sounds to me like this can't be done in a straight table. I will swap it out.
Again, thank you for your help, Reshma.
You're welcome! Happy learning!