Weekly/Monthly Snapshot Report

Hi,
I have now three cubes Daily,Weekly and Monthly cubes...
I had made copy of the daily cubes as weekly and monthly.. There is no difference as such structure wise...
But what extra i need to do to make these weekly snapshot report and monthly snapshot report..
Now all three cubes are added in multiprovider and multiprovider was used in the definition of the query..
For daily cube report though, i had simply restricted infoprovider as daily cube and designed the query..
But what about weekly and monthly snapshot reports?
as snapshot reports are basically meant for comparing time periods how i could achive the same in reporting?
What i am contemplating as follows:
1) Since these are comparing different times ( for weekly snapshot, you must have at least two different weeks of data to compare ) i guess we need to include a time chararistic 0CALWEEK for Weekly snapshot, 0CALMONTH for Monthly snapshot..
But even after including this time charactristic, how i would be comparing?
i am not clear on how to creata a snapshot report
What one has to do in the weekly and monthly cube to be able to compare the data on weekly/monthly basis?

Simran,
Weekly Snapshot means entire data has to restated against each week.
For example to check open orders status week wise, entire open orders(till end of current week) has to restate against current week. at end of the week, need to pass remaining open orders as next weeks snap shot.
In this way we will get snapshoting of open orders week wise. We can use these weeks to compare.
For weekly snapshot add week to cube, and at end of each week pass current week closing balances as next week opening balances + transactions in that Week gives snap shot of that week.
For example Check: [HOW TO HANDLE INVENTORY MANAGEMENT SCENARIOS IN BW (NW2004)|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328]
Snapshot scenario.
Hope it Helps
Srini

Similar Messages

  • Daily/weekly/monthly production reports

    Hi Experts,
    IMy client needs daily/weekly/monthly production reports with graphical representation. I want to know in acase there are any standard reports which will be a work around solution for the above said reports.
    Thanks

    Hi nandi6346,
    Yes, COOIS : Order informaton system, it self gives graphical representation for production reports.
    Go to COOIS - execute as per required date, to get grafical representation select the coloumns you required, e.g. Production order, target qty, Confirmed Qty, Delivered Qty, Scrap Qty, etc and the click on "Display Grafic" tab, it will show you grafical report.
    Tara

  • Urgent: need weekly, monthly report function in 6i for 10g

    Hi, we are trying to move some reports built in 6i to 10g. Need some help urgently.
    The y-axis is values, x-axis is date, if there is a value between 2 dates, , a line will connect them. If there is no value, it will skip it and try next date. I have two problems here to create same graph in 10g.
    1. The report built in 6i has a function you can specify a graphic x-axis for a time period, i.e., from date1 to date2, then choose, weekly, monthly or quarterly.... dates will be put into those period accordingly by the report builder automatically. Do we still have this kind of function in 10g?
    2. How can graph builder in 10g skip a date and jump to next date if there is no value for it? Now, if there is no value for a date, it will treat it as 0, so the line will go back to 0 in stead of move forward to next date.
    Thanks!

    Validate the parameter for null and then go for something like
    Col LIKE (CASE WHEN Parameter='' THEN '%%' ELSE Parameter END)

  • Report by Day/Week/Month/Year

    Hi All,
    I have the table showing below
    Empid     name     tikcetno     Completed date
    694     anil     10051     23-Jun-09
    695     madhu     10052     23-Jun-09
    694     anil     10053     23-Jun-09
    695     madhu     10054     22-Jun-09
    695     madhu     10055     6-Jan-09
    I need to create the report which will show employee wise count of tickets in a day,week,month and year.                  
    Day: count(tickets) for current date
    Week: count(tickets) for current week
    Month: count(tickets) for current month
    Year: count(tickets) for current year
    I need to show all these four columns in a horizantal table. I am using crystal reports2008. Please help me. ur help would be appreciated.
    Anil.

    Hi,
    create 4 formulas for day, week, Month and year
    for ex, in Day formula
    IF Date Field = CurrentDate then 1 else 0... similarly for other ranges. Create a Group based on employee, and insert a SUM  summary field of these formulas in Group header.
    Hope this will help you.
    Jyothi
    Edited by: Jyothi Yepuri on Jul 13, 2009 3:04 AM

  • Best Practice Table Creation for Multiple Customers, Weekly/Monthly Sales Data in Multiple Fields

    We have an homegrown Access database originally designed in 2000 that now has an SQL back-end.  The database has not yet been converted to a higher format such as Access 2007 since at least 2 users are still on Access 2003.  It is fine if suggestions
    will only work with Access 2007 or higher.
    I'm trying to determine if our database is the best place to do this or if we should look at another solution.  We have thousands of products each with a single identifier.  There are customers who provide us regular sales reporting for what was
    sold in a given time period -- weekly, monthly, quarterly, yearly time periods being most important.  This reporting may or may not include all of our product identifiers.  The reporting is typically based on calendar-defined timing although we have
    some customers who have their own calendars which may not align to a calendar month or calendar year so recording the time period can be helpful.
    Each customer's sales report can contain anything from 1,000-20,000 rows of products for each report.  Each customer report is different and they typically have between 4-30 columns of data for each product; headers are consistently named.  The
    product identifiers included may vary by customer and even within each report for a customer; the data in the product identifier row changes each week.  Headers include a wide variety of data such as overall on hand, overall on order, unsellable on hand,
    returns, on hand information for each location or customer grouping, sell-through units information for each location or customer grouping for that given time period, sell-through dollars information for each location or customer grouping for that given time
    period,  sell-through units information for each location or customer grouping for a cumulative time period (same thing for dollars), warehouse on hands, warehouse on orders, the customer's unique categorization of our product in their system, the customer's
    current status code for that product, and so on.
    Currently all of this data is stored in a multitude of Excel spreadsheets (by customer, division and time period).  Due to overall volume of information and number of Excel sheets, cross-referencing can take considerable time.  Is it possible to
    set-up tables for our largest customers so I can create queries and pivot tables to more quickly look at sales-related information by category, by specific product(s), by partner, by specific products or categories across partners, by specific products or
    categories across specific weeks/months/years, etc.  We do have a separate product table so only the product identifier or a junction table may be needed to pull in additional information from the product table with queries.  We do need to maintain
    the sales reporting information indefinitely.
    I welcome any suggestions, best practice or resources (books, web, etc).
    Many thanks!

    Currently all of this data is stored in a multitude of Excel spreadsheets (by customer, division and time period).  Due to overall volume of information and number of Excel sheets, cross-referencing can take considerable time.  Is it possible to
    set-up tables .....
    I assume you want to migrate to SQL Server.
    Your best course of action is to hire a professional database designer for a short period like a month.
    Once you have the database, you need to hire a professional DBA to move your current data from Access & Excel into the new SQL Server database.
    Finally you have to hire an SSRS professional to design reports for your company.
    It is also beneficial if the above professionals train your staff while building the new RDBMS.
    Certain senior SQL Server professionals may be able to do all 3 functions in one person: db design, database administration/ETL & business intelligence development (reports).
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Monthly snapshot for Open / Cleared Cube

    Can the standard Delta extractor 0FI_AR_4 be leveraged to get a monthly snapshot of Open and Closed items?
    Open - All and Closed only for the past year.
    Currently I am thinking of feeding a delta upto a standard DSO at the Account number, line item level.
    The next level will be a Monthly DSO at the Business area level, which summarizes the open balance and weighted days to pay for cleared. This feeds to a Monthly snapshot Cube.
    Now between the line item DSO and the Monthly DSO, I am thinking of Full loads that bring all the Open and only the past year of Cleared records. The way I build snapshot is, compare posting date of the documents to the current fiscal period. If the posting date is less than the current fiscal period, I duplicate that record and put it in the previous month and this current month. This way, we are building two months history at a time. And at the end of the current month, the previous month snapshot is frozen.
    Is there a way with Deltas to accomplish a 12 month snapshot ( and not just two months with Full) ?
    All thoughts appreciated

    The requirement is to show Outstanding Balance not just as of today but as it was each month.
    say item A was open in Jan through today
           item B was open Jan through March
           item C was open Jan and Feb
    The report should show, item A in Months JAN, FEB, MARCH, APRIL
                                                    B in Months JAN , FEB, MARCH
                                                    C in Months JAN and FEB
    With conventional reporting, there will be one entry  for A in Jan as Open and when that closes in May, it will have a reverse entry for Jan and a After image for May.
    What I need is to show A as Open in all Months through April, B Open in all months through March, etc.
    Hence the name snapshot.
    Edited by: CC on Apr 20, 2010 9:17 PM

  • Crystal Week, Month and Quartely formula

    Hi experts,
    I have developed a crystal report with date fields. I want a formula that will make the dates range into weeks ,months and Quarter. Please Urgent Help will be appreciated.
    Regards
    Justice

    Hi Justice,
    Dateadd() function and lastfullmonth()  date in 1st qtr , 2nd qtr, etc will answer most of date rage formulas.
    example to get last week data then u can use {date} in lastfullweek()
    or you can arrive last week / month / qtr / year date using dateadd()
    dateadd('w',-1,{date})
    Thanks,
    Sastry

  • Snapshot Reports randomly (not) triggering Subscription

    Hi.
    I currently have set up 5 reports that generates a snapshot once a month, additionally I have set on a subscription on each of these.
    The problem I am facing is that it seems that the subscription are triggered randomly, one month the subscriber can get 1 report, other months it can get 5 reports (and all in between).
    The subscriptions are set up with: "When the report content is refreshed. This option is available only for report snapshots."
    And when I view the subscription and snapshot-history of a report that was not send this month (at the time I am writing this), it says:
    Snapshot History:  3/1/2015 12:00:10 AM  (lastrun)
    Subscriber:            2/1/2015 12:00 AM (last run)
    IE: Last month this report had no problem, but this month is has... (This have been going on for a year now)
    Does anybody have an idea what could be causing this? (This month 4 of 5 reports got sent)

    Hi Gaute Odin,
    Per my understanding that you have configured the  Report-special Schedule in the
    Snapshot Options to add snapshots to report history and also schedule the subscription set up with: "When the report content is refreshed. This option is available only for report snapshots.", now the issue is that subscription didn't
    run as the schedule in the snapshot history, right?
    Generally, when you configure the schedule in the "Snapshot Options", it will generate snapshot due to this schedule and you can find the new snapshot information in the "Report History", this setting
    have no relationship with the shedule of the subscription.
    When you configured the schedule under the "Render this report from a report snapshot" session of the "Processing Options" you will get the subscription to run due to this schedule:
    So, please check in the above sceenshot to make sure the schedule is set correcttly.
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Unable to generate ADDM snapshot reports as the error_count is 1

    Hi,
    my db is on 10.1.0.2 windows 2003 server.
    errors while generating ADDM snapshots, was schedule for every 15 minutes,
    the error_count is 1 from dba_hist_snap, these errors are continous and generates a trace file on m000_no
    *** ACTION NAME:(Auto-Flush Slave Action) 2007-10-26 11:15:46.171
    *** MODULE NAME:(MMON_SLAVE) 2007-10-26 11:15:46.171
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-10-26 11:15:46.171
    *** SESSION ID:(564.28596) 2007-10-26 11:15:46.171
    *** KEWROCISTMTEXEC - encountered error: (ORA-00001: unique constraint (SYS.WRH$_SQLBIND_PK) violated
    *** SQLSTR: total-len=701, dump-len=240,
    STR={insert into wrh$_sqlbind   (snap_id, dbid, instance_number,    sql_id, child_number, name, position, dup_position,    datatype, datatype_string, character_sid,    precision, scale, max_length, was_captured,    last_captured, value_string, v}
    *** KEWRAFM1: Error=13509 encountered by kewrfteh;
    any suggestions what should be done, i need an immediate solution to stop these errors happening, i am unable to generate a snapshot report .

    Rajesh,
    your URLs are not viewable for most of the forum users, as they are in the Oracle Intranet. Better you use the internal help list for this question.
    Regards
    Rainer

  • TZ of Day/Week/Month View is US/Pacific - Info Box & System TZ US/Eastern

    Just noticed this - don't think its been happening for long - probably a couple of days at the worst.
    When I create a New Event, the Time Zone is automatically incorrectly set to US/Pacific. I change it to Eastern (via Info Box) and it displays in the Info Box as Eastern, but the Daily/Weekly/Monthly view seems to remain at US/Pacific. (System prefs set to Eastern TZ).
    In addition ALL my events display in Day/Week/Month view as US/Pacific TZ, even tho Info Box TZ (and system TZ) is US/Eastern.
    For Example: Info box says event starts at 5PM goes to 9PM, Time Zone is US/Eastern. Calendar Display in Day, Week or Month shows event from 2PM to 6PM.
    This has affected every one of my events.
    I am running OSX 10.4.9,build 8P135 iCal Version 2.0.5 (1069)
    iCal Support for Time Zones turned On.
    Date/Time System Preferences appear to be OK
    System Time (measured by Menu Clock and verified by save time on a file) is OK - (Am writing this at about 2:40PM EST, Sunday 6/3/2007.
    Here's my Software Update.log
    2007-05-15 23:43:37 -0400: Installed "Java 1.3.1 and 1.4.2 Release 2" (2.0)
    2007-05-15 23:44:19 -0400: Installed "iTunes Phone Driver" (1.0)
    2007-05-15 23:44:42 -0400: Installed "X11 Update 2006" (1.1.3)
    2007-05-15 23:45:15 -0400: Installed "QuickTime" (7.1.6)
    2007-05-15 23:46:24 -0400: Installed "Security Update 2007-004 (PowerPC)" (1.1)
    2007-05-16 00:51:49 -0400: Installed "J2SE 5.0 Release 4" (4.0)
    2007-05-16 01:21:55 -0400: Installed "Java for Mac OS X 10.4, Release 5" (5.0)
    2007-05-31 01:21:19 -0400: Installed "Security Update (QuickTime 7.1.6)" (1.0)
    2007-05-31 01:23:41 -0400: Installed "Security Update 2007-005 (PowerPC)" (1.1)
    2007-05-31 01:24:42 -0400: Installed "iTunes" (7.2)
    Looked in various logs but didn't see anything that seemed suspicious to me.
    Help or suggestions about where to look to uncover solution to this mess appreciated.
    Mini - 1.42 Mac OS X (10.4.9) 1Gig (self installed)

    It was US/Pacific -
    I just changed it to US/Eastern and everything seems to work correctly now. I never even noticed that setting before - I guess I may have reset it by accident?
    I see you're from Bristol, UK. A friend told me a few hours ago that he has to make a business trip there sometime this summer and was thinking about bringing his family (from Boston, USA). We were not too clear on English geography tho - is Bristol a decent family vacation destination?
    Mini - 1.42 Mac OS X (10.4.9) 1Gig (self installed)

  • Disconnected Slicer in PowerView - Hour | Day | Week | Month | Year | Max

    I want to create a Power View chart in Power BI with the Minute/Hour/Day/Week/Month/Year filters:
    Workbook can be downloaded at:https://www.dropbox.com/s/r00btg5zb8snohz/Disconnected%20Slicer%20Demo.xlsx?dl=0
    when MINUTE is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 60 seconds (from current time) with 5 or 10 seconds interval.
    when Hour is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 60 minutes (from current time) with 5 minutes interval.
    ex: 10:00AM 10:05AM 10:10AM ...................................11:00AM
    when DAY is selected the chart should display:
    Total Number of Msgs vs. X-axis showing last 24 hours (12AM to 11:59PM with 1 hour interval)
    when WEEK is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 7 days from current datetime stamp with 1 day interval.
    when MONTH is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the 30 days from current datetime stamp with 1 day interval
    when YEAR is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 12 months from current day with 1 month interval
    It would be great if the PowerView chart can be made to look something like this:
    shown in the below link:
    When '5 Day' is selected the values in the Y axis and X axis change automatically.
    Here's the link:
    https://www.google.co.in/search?&biw=1600&bih=799&sclient=psy-ab&q=google+share+price&oq=google+share+price&gs_l=serp.3..0l4.148.192.3.270.2.0.0.2.2.0.0.0..0.0.msedr...0...1c.1.60.serp..0.2.11.Jf8jXyUgmDA&pbx=1&bav=on.2,or.r_qf.&bvm=bv.82001339,d.dGY&ech=1&psi=qcGPVJmeJoHGmQXsooDACQ.1418707370733.9&ei=nsOPVJGiI6GgmQW0g4LABA&emsg=NCSR&noj=1
    for more clarifications and information please feel free to reach out to me at [email protected]
    www.twitter.com/mph88

    Hi Manjunath,
    Currently looking into a possible solution although some of the limitations within Power View restrict how close we can get to the ideal result. Still exploring some approaches :)
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • View Modes - Day-Week-Month

    Does anyone know of any way to add a quarterly view mode? (in otehr words being able to see 90 days at a time as an added view option - Day/Week/Month/Quarter)
    If not, are there any third party workarounds that can modify and provide a 90 day view mode in iCal?
    At the very least is there any EFFECTIVE way to communicate and get this easy enhancement added to the upcoming version of iCal.
    It is incredibly inconvenient to have to move calendar items to the following month with the restrictive view of only one month. IN other words, if I wanted to move an appointment from February 24 to say March 20 I am forced to manually open the item and type in new dates.
    A great system program known as DateBook Pro 4.0 had such a view option and I absolutely miss it EVERY day!

    I am experiencing the same symptoms - Day, Week, Month and the Today button are all grayed out. It particularly seems to happen if I've left iCal running overnight. The only way I've found to fix it is to re-start iCal. When this is happening, the only way to navigate to a different week (or month) is to use the menu "Go to date" function. I think the onset of this problem relates to an Apple software upgrade , but I can't be sure which one.

  • Since switching to Yosemite, I am unable to paste any information into calendar events, instead having to type out all info such as location, notes, etc.  This is true both in daily view and weekly/monthly views as well.  Help?

    Since switching to Yosemite, I am unable to paste any information into calendar events, instead having to type out all info such as location, notes, etc.  This is true both in daily view and weekly/monthly views as well.  Help?

    You welcome

  • How to create a snapshot report on the specific destination?

    dear all
    How to create a snapshot report on the specific destination?
    thanks
    john

    user8779435 wrote:
    dear all
    How to create a snapshot report on the specific destination?
    thanks
    john
    Hi,
    when prompted just input the full path with filename for example
    Enter value for report_name: /tmp/awrreport.htmlHope this helps
    Cheers

  • Day/week/Month is gray

    all buttons or tabs in the gray bar (including today/next day/week/month) are gray and can't be selected. how do i enable them?

    I am experiencing the same symptoms - Day, Week, Month and the Today button are all grayed out. It particularly seems to happen if I've left iCal running overnight. The only way I've found to fix it is to re-start iCal. When this is happening, the only way to navigate to a different week (or month) is to use the menu "Go to date" function. I think the onset of this problem relates to an Apple software upgrade , but I can't be sure which one.

Maybe you are looking for

  • STO billing and capture invoice

    hi guys i was transfering mine material (C10150) from plant (X) to (Y) i am bale to transfer i am through withtill VL02n and delivering the goods but i ahve two Query what about billinf( STO is one comapny code) how to create invoice as i will doing

  • Date Format in servlet when i insert into database

    I am inserting data into database through servlet, but i am getting NumberFormat Exception, and my datatype in database is DATE ,when i typecast my day and year because they r in int and changing into String,still i am getting the same error .So plea

  • Making a program executeble

    Hello, How can I make a Java program extecuteble? I want to have a .exe file so I can show my programs to other people without installing java on their computer. Thanks

  • What is "Other" in capacity bar?

    I am seeing that the "Other" items in the capacity bar of my iPhone (in iTunes) is taking up a bit of space. How do I know what the "Other" capacity consists of? I would like to free

  • Anchor causing formatting errors

    Yea Oracle strikes again. I would love to meet the design team that put together the developer tools because they are a bunch of stupid monkeys. No wonder Microsoft OWNS Oracle, its because Oracle sucks in just about every facet imaginable. I'm going