Hi All,
I want to apply rolling last 3 years data filter in my report. I have gone through the available threads and tried to implement it but not able to get the expected result.
I have to rolling filter data from current date to last 3 yrs data. Can somebody please help me with this?
Thanks in advance!
Request clarification before answering.
You can do through creating 3year back date object in the universe.
After that add the webi filter where Date object is between 3year back date and sys date object.
e.g.
add_months( trunc(sysdate),-36)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.