Hi Team,
Need quick help on below topic:
I have data in one columns in the form of quarters Q1,Q2,Q3,Q4.
I have created new column of Month by converting quarter to particular month i .e. March,June,Sep,Dec etc.
Now my requirement is that whenever I select a date from particular quarter using calendar ,it should filter data in Month column corresponding to previous quarter.
For example:
Input data:
| Quarter | Month | Value |
| Q1 | March | 3 |
| Q1 | March | 4 |
| Q2 | June | 5 |
| Q3 | Sep | 6 |
| Q4 | Dec | 8 |
| Q4 | Dec | 7 |
Using calendar interface, I select one date from Dec month
Output:(Need previous quarter data)