Tuesday, August 21, 2012

1) Create a prompt day week and declare presentation variable


2) Here is the report ,i pulled product and booked qty

To show 30days back booked quantity the date selected in prompts

In fx use

FILTER("Facts Other"."Booked Qty" USING (Time."Day Date"=TIMESTAMPADD(SQL_TSI_DAY, -30, DATE '@{day}')))




You can apply the same formula for 1....n days

For month level use
FILTER("Facts Other"."Booked Qty" USING (Time."Day Date"=TIMESTAMPADD(SQL_TSI_MONTH, -3, DATE '@{month}')))

where -3= three months back

Thanks,
Satya Ranki Reddy

3 comments:

  1. Thank you so much for the post. Really saved a lot of my time and gave me an valubale insight as well. Keep Blogging :)

    ReplyDelete
  2. Thank u for visiting my blog.

    ReplyDelete
  3. Thank u for visiting my blog.

    ReplyDelete