Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2067

Re: Webi Prompt with no input

$
0
0

Hi,

 

I have very limited knowledge about oracle functions but you can follow below steps.

 

 

Create Month Year Object in the universe based on the date you want to filter the data in webi report.

1.png

Create Previous Month object in the universe.

Ignore my object table column mapping. You  need to create the object based on the system date.

 

Like

to_char(add_months(sysdate,-1),'MM-YYYY')

It will not parse but it will work in report.Keep the data data type as character.

 

2.png

Create Previous Month-2 object in the universe based on the sysdate.

to_char(add_months(sysdate,-2),'MM-YYYY')

It will not parse but it will work in report.Keep the data data type as character.

3.png

create webi report and add filter like this to get the last two months data.

4.png

see the result.If you schedule the report every time you will get the last two month data in webi.

5.png

 

Amit


Viewing all articles
Browse latest Browse all 2067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>