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

Re: How to display total month data into weeks in a webi report

$
0
0

I assume you are fetching MTD data depending on selected date and you want to form groups of 7 days starting from the end date.

 

create variables as below:

v_SelectedDate =ToDate(UserResponse("<Date Prompt Text>");"INPUT_DATE_TIME")

v_Week ="Week "+Ceil((DaysBetween ([Date Object];[v_SelectedDate])+1)/7)

 

Now, use v_Week object in your table.


Viewing all articles
Browse latest Browse all 3019

Trending Articles



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