Report Frequency

HI All,
I have a doubt like, how do we select report frequency..
Suppose I have to how my report like, Yearly, Quartly, Monthly , Daily... If I select the year it should show me all the years which I want to select. If I select the Quarter, It should show me all the quarter, like wise month and day..
Can someone guide me how 2 do this?
Thanks for your help.
Regards
Jan

Create a table with the required columns as Year, Quarter, Month,Day
then create Dashboad prompt for all 4 columns and check the constraint option.
Cheers
Nawneet

Similar Messages

  • HFM REPORTING FREQUENCY

    Hi,
    my client currently has the Period dimension setup with quarters as the lowest level. It now wants to change the reporting frequency to monthly.
    What kind of advise and metadata manypulations should I do ?
    Thanks

    It would create an a ton of additional work, but if recreating the application is not an option, you could also use a free custom to collect monthly data. The translation and viewing MTD numbers may be difficult, but it is something that may be possible. I have used a free custom to select weekly numbers in the past, but it was some supplemental data that did not go through translations. Having full financial statements through customs may be very difficult.
    Regards
    JTF

  • Reporting Frequency

    Hi ,
        What is reporting frequency ? what is the use of it ?
      Thnaks in Advance
      Regards,
       Srinivas

    Hi Sreeni,
    There is no terminology as reporting frequency but you do have "dataload frequency" where data is loaded at various frequency like hourly, daily, weekly and so on. So each time when the data is refreshed it would be reported (not mandatory) on so I presume that is what you meant by "reporting frequency".
    Probably somebody would have a better suggestion.
    Bye
    Dinesh

  • Solution manager EWA report frequency

    Hi all
    In Solution manager we have early watch alert configured for weekly basis. But we need to change it to monthly basis.
    In solution manager, when I execute solution_manager, and EWA reports I get reports for every one week. Where can i change this frequency?
    Thanks
    subbu

    Ok, I see...
    I also submit a monthly report. I created a Ms-Word template based on a real EWA report.
    I customized it for my own use.
    but all these steps are manual and it usually takes me about 30 minutes to generate the report by fetching proper information.
    so, go get the most important information from your EWA report such as disk usage, CPU usage, user count etc... and forget about the rest.

  • Help - formula for date automatically displayed as per given frequency period

    Details of report received date and delayed no of days  in submission
    S/No
    Details of Report
    Frequency
    Date as per Frequency (Target Date)
    Received up to as on
    lapse of days
    Fin per Day
    Fine Amount
    24.07.2014
    (Rs.)
    1
    Cash book
    Daily
    24.07.2014
    30.06.2014
    24
    10
    240
    2
    DSR
    Previous Day
    23.07.2014
    31.05.2014
    53
    10
    530
    3
    Day book hard copy
    Thursday & Monday
    Formula Required latest date for Thursday or Monday and date with in cell E4
    10
    0
    4
    Asset stock
    Fortnight
    Formula Required latest date for 15 th day  or last date of month and date with in  cell E4
    10
    0
    5
    Labour approval 
    1st Day of Month
    Formula Required 1st day date of month with in cell E4
    10
    0
    6
    Qty as per drawing
    Every Quarter
    Formula Required last day date of quarter of the year with in cell E4
    10
    0
    Note: I want simply enter the date in  E4 and the formula calculated the date in column D 

    do you want to calculate the date format directly? see the sample:
     =DATEVALUE(TEXT(date,"d/m/yy"))
    KR

  • Report Distribution in ERP

    Hi all -
    Interested in the best technique for report distribution in ERP ECC 6.0 given that BI and Portal are not in scope and ERP licences are limited.  Is there report distribution capability in ERP that can be used or do I have to build a small application to send (email) pre-defined reports (I.e. report/variant/email address/frequency stored in custom table) through SAPConnect?  I do know that report distribution is addressed in BI but is there any capability in ERP?
    Thanks,
    Pat

    Hi Vinnie -
    Wish it were this simple.  What I am asking is if there is capability to distribute different reports to different users (not necessarily users with SAP logons) in different formats (xls, html, ...) at predefined frequency (weekly, monthly, quarterly) via an automated process.  At a minimum, the report (i.e. program), variant, email address and report frequency (or a trigger/event)  would have to be maintained in ERP (i.e. persistently).  BI has this type of capability.  Is there any similar type or a light version of this in ERP or do I have to build it?
    Thanks,
    Pat

  • Network Report Changed

    Hi All,
    Cisco changed the way that Network Reports are done. No longer is the actual report Emailed. No Longer can you checked previous Email Reports. You can only check the current information.
    If you like Network Magic and are unhappy about the current Network Reports, you need to speak up and call Customer Service and / or post your feelings here. Or you can just accept the changes.
    I have no children, and really don't need Network Reports. But if you have children and want to check older Reports, you need to speak out and not remain silent.
    thecreator - Running Network Magic version -5.5..9195.0-Pure0 on Windows XP Home Edition SP 3
    Running Network Magic version -5.5.9195.0-Pure0 on Wireless Computer with McAfee Personal Firewall Build 11.5.131 Wireless Computer has D-Link DWA-552 connecting to D-Link DIR-655 A3 Router.

    A few thoughts :
    - I like the format of the new reports, but I don't need an email every day with the link when I could (theoretically) get to it via the NM Tasks section.  Currently this functionality seems to be broken and should be modified to provide the same link as the new emails.
    - The benefit of the (previous) daily email report for me was to have an overview of the links followed, allowing a final check for potential malware via the combination GMail/Finjan.
    My ideal would therefore be a combination of old and new, and the chance to set the email report frequency to something other than daily (weekly would be optimum for me).
    Perhaps we can collate the user requirements via this thread?
    Simon T.

  • How to know report log (statistic of viewed report)

    Hi All,
    I wanna know how to get viewed report log (statistic)
    The statistic contains the name of query report, frequency using report based on user name.
    Thank you,
    Jane

    Hi...for all of statistics you can find some infocubes and reports...you can read the documentation here...
    http://help.sap.com/saphelp_nw70/helpdata/en/46/f9bd5b0d40537de10000000a1553f6/frameset.htm
    Regards

  • Multiple Threads at the same time

    I am new to threads but what I am attempting to do is start a new thread for each report frequency. Each thread will be on a timer to loop at that frequency. Say, for example, I had reports defined to run at 60, 90, and 1440 minute frequencies. I want to kick off a thread for each of those frequencies. While this code does work, it does not start the next thread until the first one is done. Can I get this loop to spawn threads without caring if the preceeding one is finished or not?
    Here is the code.
    public class Monitor {
    public Monitor() {
    super();
    public static void main(String[] args) throws Exception {
    try {
    ResourceBundle properties = ResourceBundle.getBundle("report");
    String db_driver = properties.getString("DB_DRIVER");
    String db_url = properties.getString("DB_URL");
    String db_user = properties.getString("DB_USERNAME");
    String db_pwd = properties.getString("DB_PASSWORD");
    long freq = 0;
    Class.forName(db_driver);
    String url = db_url;
    Connection con = DriverManager.getConnection(url, db_user, db_pwd);
    EventLog.log("Connection Succeeded");
    String qryString = "select distinct report_freq as report_freq from reportapp";
    Statement stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(qryString);
    ResultSetMetaData rsmd = rs.getMetaData();
    EventLog.log("Query Succeeded");
    boolean moreReports = rs.next();
    while (moreReports) {
    freq = rs.getLong("report_freq");
    new MonitorThread(freq).start();
    moreReports = rs.next();
    rs.close();
    con.close();
    } catch (Exception fatal) {
    EventLog.log("Monitor Exception: " + fatal.getMessage());
    return;
    }//end of main//
    //Thread Code//
    public class MonitorThread extends Thread {
    public MonitorThread(long sleepfor) {
         super();
         run(sleepfor);
    public void run(long sleepfor) {
    try {
    boolean isReportActive = true;
    while (isReportActive) {
    long n = sleepfor * 1000L * 60L;
    //Call class that runs the reports//
    Report.PerformSystemChecks(sleepfor);
    Thread.sleep(n);
    } catch (Exception fatal) {
    EventLog.log("Monitor Exception: " + fatal.getMessage());
    return;
    }

    Here how I would do it... I left few parts open, but you should get the idea.
    abstract class ScheduledThread extends Thread
      long freq, nexttime;
      public ScheduledThread(long freq)
        nextTime=System.currentTimeMillis()+freq;
        this.freq=freq;
      public long getNextTime()
        return nexttime;
      abstract void scheduledRun();
      public void run()
        nextTime+=freq;
        scheduledRun();
    class Scheduler extends Thread
      Vector sceduled=new Vector();
      public synchronized void addSchedule(...)
        scheduled.add(sched);
        notifyAll();
      public long getNextTime()
        // get the lowest time returned from all the sceduled threads
      public void run()
        while (true)
          long nextCall=getNextCall();
          synchronized (this)
            // using wait we can break out of the wait loop if new schedules are added with notify.
            long time=nextCall-System.currentTimeMillis();
            if (time>0)
             this.wait(time);
          // go through all the threads and run those that getNextTime()<System.currentTimeMillis()
    }

  • CTR works with PXI 8196,PXIe 8102, fails with PXIe 8100 - why?

    My client has reported a problem.  
    For years he has used a PXI 8196 RT Controller with PXI 6602 Counter card and my software has given good results.  They have 20+ of these systems and they have worked well.
    Now they are moving to PXIe 810x controllers, for cost reasons.
    WIth a PXIe 8102, the same code also works perfectly, measuring total counts over a period, as well as instantaneous frequency.
    With a PXIe 8100 - the exact same code reports DIFFERENT answers. The reported frequency is always 1% HIGHER than actual (For example, a known 4500 Hz input is reported as 4500 Hz on 8102, but as 4545 Hz on 8100.
    This happens on any channel, and swapping just the controller will make the problem come and go.
    Here is the CONFIGURE code, where the channels are set up (again, this has worked for years).
    Here is the SAMPLE code:
    Basically the CONFIG code configures the thing to count edges.   I do this because they need an accurate count over a 20-minute period, in addition to instantaneous frequency readings.
    The AVG TIME is a user-settable number defining how long a period to average, when showing the "instantaneous" frequency.
    So, I create a buffer for N samples, corresponding to that period.
    At SAMPLE time, I read the counter.  I replace the oldest value in the buffer with the newest, then subtract the newest - oldest to get the total counts in the sample period.
    The PULSES PER COUNT item is a scaler, to account for a 60-tooth wheel, or something.
    So, this same code has worked perfectly for years, until I plug an 8100 code in.  Then the result changes by 1 %, and EXACTLY 1%?
    The CPU burden on the bad controller is 31%.
    Any ideas?
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

    Well, the controllers are not in my own hands.  I have an 8196 controller and on that, the CPU time is between 2 and 4%.
    But the 8100 and 8102 controllers are in my client's hands.
    I haven't gotten any hard timing numbers other than I saw the 31% figure reported on the video monitor.
    It's hard to believe that it would be EXACTLY 1% if it was CPU overburden.
    My software includes a calibration facility; here is a run from the good 8102:
    Here is a run from the 8100:
    This was with a reference digital freq generator.  You can see the one case where everything is within 0.1 Hz.
    the other case has everything EXACTLY 1% higher.  My only explanation is that the scan engine is running 1% slower.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Risk Analysis and Remediation Mitigating Control Monitoring Alerts

    Hello,
    We have configured an alert for a Mitigating Control.  The Monitor must execute the report every day (report frequency = 1) or an alert email is sent to the Risk Owner.
    The Risk Owner recieves the Alert email and the Alert is logged on the Alerts tab only for the first two days after the report is not executed by the Monitor.  Is there a setting somewhere that controls why the alert is not generated after two days?
    thanks
    Tammi

    Correction.
    The email is only sent for 2 days.  The alert is logged on the Alert Monitor tab every day.

  • Storade 2.4 and Sun MC 3.5

    Greetings,
    We have recently deployed Sun MC 3.5 at our organisation, and wish to integrate notifications from Storade 2.4.
    I have read the Storade documentation, turned on Sun MC as a provider, specified the Sun MC server, reporting frequency and SNMP notifications on our Stordade central server.
    On both the Storade and Sun MC servers, I have installed the SUNWesraa package, but can not manage to get Storade to send any notfications via Sun MC.
    We have dropped the notification for Storade to information, but email notifications continue to arrive while Sun MC notifications do not.
    Any ideas? Thanks.
    Andrew

    Ensure you have the latest Storade and SunMC patches.
    Did you put SUNWesras and SUNWesraa packages on or just the one?
    I had major problems some time ago and found an easy solution to not getting events.
    Remove /opt/SUNWstade/DATA/last_sunmc_topo and manually run rasagent -d 3 -r and towards the end you should see Provider information that mentions SunMC. When I say manually run, you must stop rasagent processes that are run from cron.
    I bet this will fix the problem.
    Cheers
    Stephen

  • Force Update to MBAM Server

    After the Installation of the MBAM Agent on new Clients I would like to force an update to the Database. With Agent Version 2.0.5301.1 I could create a Dword Reg key called "NoStartupDelay" with the value 1 under HKLM\Software\Microsoft\MBAM.
    After restarting the Service the Agent would send the encryption information to the MBAM Server.
    With Agent Version 2.1.0117.0 this doesn't seem to work anymore. Is this a known error or is there a different way to do it?
    Additional Information:
    I follwed the description in this link http://technet.microsoft.com/en-us/library/dn505770.aspx
    Modify MBAM Client Service Startup Delay
    In addition to the MBAM Client wakeup and status reporting frequencies, there is a random delay of up to 90 minutes when the MBAM Client agent service starts on client computers. If you do not want the random delay, create a
    DWORD value of NoStartupDelay under
    HKLM\Software\Microsoft\MBAM, set its value to
    1, and then restart BitLocker Management Client Service.
    It always worked with the old Agent but doesn't anymore

    Hi JackAB,
    The specific paragraph you quoted is to delay the Client Service startup. Not the time to check in with the database. In the TechNet article "Evaluation MBAM 2.0", in the paragraph above
    the one you quoted states:
    Modify MBAM Client Status Reporting Frequency Settings
    The MBAM Client wakeup and status reporting frequencies have a minimum value of 90 minutes when they are set using Group Policy. You can use the Windows registry to change these frequencies to a lower value on MBAM client computers to help speed up testing.
    To modify the MBAM Client status reporting frequency settings:
    1. Use a registry editor to navigate to HKLM\Software\Policies\Microsoft\FVE\MDOPBitLockerManagement.
    2. Change the values for ClientWakeupFrequency and StatusReportingFrequency to 1 as the minimum client-supported value. This change causes the MBAM Client to report every minute.
    3. Restart BitLocker Management Client Service.
    Hope this helps,
    David

  • Sales grading agreements

    Hello Gurus,
    I would like to set sales based rent grading sales rules with 2 intervals:
    a. From 0 to 100 with price per unit A
    b. From 100 to 99999 with price per unit B.
    The sales report is monthly and the settlement is monthly too.
    I want that the grading will be made annually.
    For Example:
    Month    Sales report    Settlement
    January.....30.............30*A
    February....40.............40*A
    March.........50............30A+20B.........Cumulative amount larger than 100 so price B is taking place. 
    April...........20..............20*B  From that month until the end of the year, the settlement will be with price B.
    January.....10..............10*A...............The grading is restart to price A at the new year.
    How do I define the sales rule and grading for that purpose?
    Regards,
    Amit Blumshtein

    Hi,
    Firstly we have to create the reporting rule. For the reporting rule we need to give the reporting frequency. After that we need to create the sales rule. In the sales rule we need to attach the reporting rule just created. Here also we are have to give the frequency of sales rule (Frequency Tab). In the tab we need to give the settlement frequency, whcih will be once in each month. Apart from that there is an option of giving the cumulative settlement frequency, which normally is fixed (once in a quater, semi annually, annually). for the specified period the system will cumulate the sales figure and run a settlement for it.
    Going by your scenario, the cumulation is happening every month. If i understand correctly for the first month the sales figures of 1 month is taken, similarly for 2nd month the sales figure of first 2 months are taken for cumulation and for 3rd month the sales figure of first 3 month is taken into account. Whreas in the system u have the option to give only one figure as cumulation i.e. quaterly, semi, annual. So the system will not cumulate the sales figure every month but at the end of the specified period.
    This is what my uderstanding of the sales based settlement period is. If any thing else can be done, I would be haapy if you post the same in the thread for every body's benefit.
    I think u r using the fast entry screen for sales based rent. Request you to create the rules seperately and assing them, then u will have the option to enter the frequency for sales rule.
    Regards,
    Deepak

  • How to convert Functional spec to Technical spec

    Hi ABAPer's
        Pls Sought me out, how generally the  functional spec can be converted into technical spec.(provide me steps).
    thanks in advance
    Swathi

    every project/company has its own Template for FS, TS etc...
    Take the TS template, u can see many contents in that.
    FS in the Functionality of the requirement.
    TS is the Technical solution for that requirement.
    u need to write the Pseudocode in the TS, how can you implement the technical solution for the requirement into its corr. content or  paragraph.
    generally any TS consists of the foll: as its content:
    (this is an example for a report)
    1. DETAIL DESIGN SPECIFICATIONS OVERVIEW     
       a. BUSINESS FUNCTIONALITY     
    b .MAJOR FEATURES     
    USER PROCEDURES     
    CHECK LISTS     
    ASSUMPTIONS:     
    CONSTRAINTS:     
    SECURITY CONSIDERATIONS     
    OBJECTS:     
    LTS SECURITY REQUIREMENTS:     
    RESTART/RECOVERY STRATEGY     
    PERFORMANCE CONSIDERATIONS     
    PROGRAM & DATA FLOW INTERACTION     
    PICTORIAL VIEW     
    INPUT DATA     
    COMMENTS     
    2. DETAILED PROGRAM DESIGN SPECIFICATIONS     
      PROGRAM DESCRIPTION     
    EXECUTION METHOD     
    PROGRAM TYPE     
    COMMON SUBROUTINES     
    EXCEPTIONS TO PROGRAMMING STANDARDS     
    LIST OF OBJECTS IMPACTED     
    INPUTS / OUTPUTS     
    ERROR MESSAGES AND CLASSES     
    BDC SESSIONS     
    STRUCTURES     
    DETAILED LOGIC     
    3. DETAILED REPORT DESIGN SPECIFICATIONS     
    (REPORT PROGRAM NAME)     
    REPORT DESCRIPTION     
    REPORT INVOCATION METHOD     
    REPORT APPLICATION     
    REPORT TYPE     
    REPORT CLASSIFICATION     
    REPORT MEDIUM     
    REPORT FREQUENCY     
    REPORT REQUEST METHOD     
    REPORT TIMING     
    REPORT ORIGINATOR     
    REPORT RECIPIENTS     
    REPORT PROCESSING ENVIRONMENT     
    REPORT LAYOUT     
    REPORT LAYOUT DESCRIPTION     
    REPORT SORT INFORMATION     
    REPORT CONTROL BREAKS     
    REPORT PAGE BREAKS     
    REPORT SUMMARY STATISTICS     
    REPORT MESSAGES     
    REPORT NUMBER OF PAGES / LINES / COPIES     
    REPORT PRINTING INFORMATION

Maybe you are looking for

  • Single item id for multiple manufacturers

    Hi, We have business scenario. EX: we have created one item with description as Marker, but i want to maintain two brands as two different inventories with same item description. in genreal we need to create two different items with descrption as Mar

  • A webservice dont want to deploy and run (because of weblogic.jar)

    Good Afternoon! I have a JDeveloper 11g Release 1 (11.1.1.3.0) And I have a simple webservice. (A simple Class i converted to webservice.) Trying to test it (RMC on file -> Test Web Service) i got a fail like this: [Running application SimpleWSApll o

  • [JS] Export whole document as a snippet

    Hi, I'm trying to export a whole document as a snippet.  The code works for a page item, i.e myPageItem.exportFile(ExportFormat.INDESIGN_SNIPPET but not for a document.  i.e , new File("/D/test/templates/working.inds")); myDoc.exportFile(ExportFormat

  • Installing Discoverer Desktop 9

    For some reason, on one of the PC that I am installing Discoverer Desktop, I am getting the error below. This is during the process where Oracle Universal Installer is running. Dependencies: The Windows System Files install has not been run on this m

  • Elements organizer crash due to libiomp5mt.lib problem

    I am running Elemnts 11 on WIN7 Home Pro. Photoshop Elements 11 Editor runs fine but when trying to run the organizer it starts, looks normal for about 2-3 seconds while it is loading folders with pictures and then a dos-window pops up saying: "OMP: