Use of Dowload Scheduler  , and Formatted  Reporting

Hi friends,
   in  our Business Explorer  i can able to see  lot of  tools..along with Analyser and  Query Designer .. those are.. <b>Download Sceduler </b> and <b>Foramtted  Reporting</b>... and <b>Browser</b> ..
can  any one   plz give me the brief idea.. abt those tools...
helpful answers  will be rewarded....
THANKS
Babu

HI,
<b>Download scheduler</b> can be used to download a package - create a package for precalculation in the reporting agent and then open the same using the download scheduler and schedule the same...
procedure:
1. create a web template
2. In report agent -Do setting for the web template
3. schedule the setting in the package.
4. the setting was for
data calculation
Excel sheets
HTML pages
Then check the preview, you will get data in it.
5. run the package
6. use download scheduler to create HTML pages and Excel workbooks
BTW - download scheduler is taken away in NW2004s
<b>Formatted reporting</b> is for producing a report in an exact format required by the user. For stringent formatting requirements (e.g., financial reports, government reporting, etc.), this usually implies the use of a reporting tool like Crystal Reports.
<b> Bex Browser</b> makes it possible for you to access all document types of the Business Information Warehouse that are assigned to your role, or that you have stored in your favorites. In the BEx Browser, you can select and open the documents assigned to you, or store and manage new documents.
The document types which you can work with in the BEx Browser are:
BW workbooks
Documents stored in the Business Document Served (BDS)
Links (references to the file system, shortcuts)
Links to Internet pages (URLs)
SAP transaction calls.
BW Web reports
Hope this helps!!
Regards,
dhanya.

Similar Messages

  • How do I do use the custom code and format for a percentage with 2 decimals in Report Builder 3.0?

    In Report Builder 3.0, I have the following custom code entered:
      Public Function SafeDivide(Numerator as String, Denominator as String) as String
    Try
    If Numerator = “” or Denominator = “” then
    Return “-“
    End if
    If Numerator = “-“ or Denominator = “-“ then
    Return “-“
    End If
    If CDbl(Numerator) =0 or CDbl(Denominator) = 0 then
    Return “-“
    End if
    If IsNothing(Numerator) or IsNothing(Denominator) then
    Return "-"
    End if
    Return Val( ( (CDbl(Numerator) / CDbl(Denominator) )*100 ) )
    Catch
    Return "-"
    End Try
    End Function
    I call the custom code in the cell with the following equation:
      =Code.SafeDivide(sum(Fields!TY_UNITS.Value)-sum(Fields!LY_UNITS.Value),sum(Fields!LY_UNITS.Value))
    I have the format for the cell set to 0.00%, but it’s not being followed.
    I want the result to be formatted as a Percentage, but instead I get values like: 
    -78.9473684210
    80
    300
    -100
    I have the format for the cell set to 0.00%, but it’s not being followed.
    How do I do use the custom code and format for a percentage with 2 decimals?

    Hi AngP,
    After testing the issue in my local environment, I can reproduce it. Based on my research, I find this issue is caused by the type of Units_VAR_Percentage cell is string, while the type of CDbl(Parameters!Var_Threshold.Value) is double, so they cannot be
    compared.
    To fix this issue, we can add a hidden column (Textbox91) next to the Units_VAR_Percentage column, and type =(sum(Fields!TY_UNITS.Value)-sum(Fields!LY_UNITS.Value)) /sum(Fields!LY_UNITS.Value) as the expression. Then use the expression below to control the
    BackgroundColor:
    =iif(iif(reportitems!Units_VAR_Percentage.Value=CStr(format(reportitems!Textbox91.Value,"0.00%")),reportitems!Textbox91.Value,0)>CDbl(Parameters!Var_Threshold.Value),"Yellow","PaleTurquoise")
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal reports and formatted reporting.

    hi experts,
    i have a clarification about  crystal reports and formatted reporting.in what scenarios they are used..
    points ll be rewarded...
    thanks
    baskar

    Hi ,
    Crystal Reports is a powerful, dynamic, actionable reporting solution that helps you design, explore, visualize, and deliver reports via the web or embedded in enterprise applications. It enables end users to consume reports with stunning visualizations, conduct on-report business modeling, and execute decisions instantly from the report itself—reducing dependency on IT and developers.
    The report can then be previewed on the screen, printed onto paper or exported to one of several different file formats such as PDF, Excel, text or CSV.
    It is also possible to run a Crystal Report without using the full Crystal Reports designer software. These alternate methods for running reports include locally installed viewers, schedulers, and report distribution tools. These are typically third-party software programs (independent of Business Objects) that allow you to open, refresh, preview, print and export an RPT file. In 2007 Business Objects released their own viewer, Crystal Reports Viewer XI, but unlike the independent viewers it does not allow the user to refresh the report, but only to view static data saved in the RPT file.
    Thnx,
    Srinivas

  • Can I schedule and email reports from ACS 5.1

    I would like to receive a report daily on our TACACS activity on our network devices. I've looked thru the menus and searched some but have not found a clear way to generate such a report. 
    any help is appreciated.

    Working with Scheduled Reports
    In ACS 5.5, you can schedule reports for a future date in such a way that ACS automatically generates the report. This can be done using the scheduled reports feature available in the Monitoring and Reports web interface. This feature is available only for the for RADIUS authentication, RADIUS accounting, TACACS+ authentication, TACACS+ authorization, and TACACS+ accounting reports. ACS generates the scheduled reports based on the given time range, exports them to a .csv file, and stores them in the specified remote repository.
    Previous releases of ACS allowed you to export reports and copy the .csv file to the local file system. You need to copy the exported file using the copy command to a remote location. But in ACS 5.5, you have the option to configure the remote repository to which the generated reports are exported and stored.
    An email notification is sent whenever a scheduled report is generated successfully. The email notification contains the following information:
    Scheduled Report Name—Name of the scheduled report.
    Cause—The reason for which you have received this email or alarm notification. In this case, the notification is a scheduled report alarm.
    Details—The details of the email notification.
    Repository Name—Name of the remote repository where the generated reports are stored.
    Repository URL—URL of the remote repository.
    File Name—Name of the generated report. The format of the filename is <Name of the Scheduled Report>-<Report Type>. For instance, if the name of the scheduled report is “report1” and the report type is RADIUS_Accounting, then the filename is displayed as: report1-RADIUS_Accounting.csv
    Generated on—The date and time at which the report is generated.
    ACS does not generate any alarms or email notifications if a scheduled report generation fails. To know the status of the scheduled reports, go to the Monitoring Configuration > System Operations > Scheduler page and check for the status.
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_system/5-5/user/guide/acsuserguide/viewer_reporting.html

  • How to config. to schedule and email reports

    Hi,
    Please help me on these questions:
    1. How to configure the reports server (or 9iAS or something
    else) to schedule reports, I also need to email the reports to
    customers in pdf and excel format, what should I do to achieve
    this?
    2. I have to re_start report server from 6iserver directory
    using reports60_server start (on Soloris 5.8, I use SSH to
    access it and I build a tunnel for the prot 7777 to my local
    computer) every time I run a report, How can I fix this problem?
    3. my reports require passing parameters in, but I didn't see
    anywhere I can do this if I run them from URL, any idea how to
    fix ?
    Thanks very much

    I can only answer #3, I am looking for the answer to the 2nd
    part of #1. You can pass all Report specific paramters to the
    reports server with the URL. ex/
    http://server_name/app_server/server.exe?param1=...&param2=...
    etc. the param1 and param2 names and values will be passed along
    to the report itself.
    Jeff

  • Schedule and Email Reports

    Is there any way to schedule reports to run and have the output emailed? As far as I can tell this is not possible, but wondering if anyone has come up with any workarounds.
    Maybe running a windows scheduler job to launch the Reports and Analysis for Excel template plugin and then email the report?
    Is anyone in the know if this is scheduled for a future release?

    Hi Bob,
    Any idea you can share on the release of this feature. As few of my customers are asking for such functionality.
    Nisman

  • How to schedule and deliver a report in OBIEE 11g as an link or url to the report ?

    I am using OBIEE 11.1.1.6. We have a requirement to schedule and deliver reports as a URL and not as an attachment ( as the file sizes are quite huge ). Have any one implemented such a scenario ? If so kindly share was it an out-of-tne-box solution or used web services ? Thanks in advance

    Hello user9210174,
    I have tried in this way.Let me know if it meets your requirement.
    Created a dummy report with all the reports embedding as a Link and this report i have inserted into a dashboard then created an agent to schedule this dashboard.
    Thanks,
    Sasi Nagireddy..

  • Regarding scheduling of BO reports.

    Hello BO expets,
    I am new to BOXI and have a very basic Q to ask.
    We are currently using Infoburst for scheduling our BO reports.
    which is not a BO product and is a third party tool.
    What i want to know is does BO has it own built-in scheduler ?
    and if it does, then what is the benefit of third party tools like Infoburst.
    Thanx and regards
    Priyanka

    Hi
    To know details about scheduling please refer to the Documentation of BOXIR2 from [here|http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_bv_admin_en.pdf]
    You can also refer to the Inforview User guide from [here|http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_bip_user_en.pdf]
    Hope this helps!!
    Regards
    Sourashree

  • How to Schedule and then mail to Destination

    pls tell me the procedure or code or steps to schedule and when report executed sucessfully then mail to destination
    i am using 10g application Server
    thanks
    Jai

    For the mail element to work properly, the Reports Server must know which outgoing SMTP mail server to send mail to. You specify this information in the Reports Server configuration file (server_name.conf located in ORACLE_HOME\reports\conf). This file has a pluginParam element where you can enter the name of a mail server. For example:
    <pluginParam name=mailServer>smtp01.mycorp.com</pluginParam>
    Refer the link below for details about Configuring Reports Server
    [http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_conf.htm#g1041448|http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_conf.htm#g1041448]

  • Anyone Using the Batch Scheduler in HFM

    I'm wondering if anyone is currently using the batch scheduler feature in HFM. I'm just wondering how it well it works and what exactly happens with this feature.
    THanks.

    Thanks for your input. We are actually trying to use the batch scheduler to generate reports and then automatically email them out. We can see that the batches are generating successfully. When we look at the batch details, we see a message that says that an email was sent successfully, however no email is ever received. We are obviously doing something wrong but we aren't sure if it's in the way it's set up on the back end or if we are running the batch incorrectly.

  • Holiday Schedules and Time Periods

    Currently at our company, we have a 24 hour travel line. We have been able to use Time Period/Schedule and Partitions in CUCM to forward to different offices at different hours throughout the day. Below is what it is currently set up as.
    Monday
    Tuesday
    Wednesday
    Thursday
    Friday
    Saturday
    Sunday
    8am-8pm
    Main
    Main
    Main
    Main
    Main
    Office 3
    Office 3
    8pm-12am
    Office 2
    Office 2
    Office 2
    Office 2
    Office 3
    Office 3
    Office 3
    12am-3:30am
    Office 2
    Office 2
    Office 2
    Office 2
    Office 3
    Office 3
    Office 3
    330am-8am
    Office 3
    Office 3
    Office 3
    Office 3
    Office 3
    Office 3
    Office 3
    Main is under a partition called Open PT. The same DID is under two other partitions (Office 2 and Office 3) where it forwards the call to an international number.
    Their group has now requested that on certain holidays (thanksgiving, labor day, etc), all numbers be forwarded to Office 2 and another set of holidays (memorial day, presidents day, etc) forward to Office 3. I've looked at Unity holiday schedules and read over some options and it seems like I would have to get rid of the time period/schedules that I have set up in CUCM and set up a call handler with schedules and holiday schedules. How complex will this be? Can this even be done with the way they want it?

    this is my scheduld doc
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    7:00 AM
    7:00 PM
    12:00 AM
    New Year's Day (Closed)
    12:00 AMHoliday
    Memorial Day (Closed)
    12:00 AM
    Holiday
    Independence Day (Closed)
    12:00 AM
    Holiday
    Labor Day (Closed)
    12:00 AM
    Holiday
    Thanksgiving (Closed)
    12:00 AMHoliday
    Christmas (Closed)
    12:00 AM
    Holiday

  • Time Machine Won't Work - Using a BOOT DISK and separate DATA DISK Drives

    Ok, so I'm up and running the my new MacPro.
    I did a boot drive and then I did a 3 drive "Data Volume" RAID for increased performance and am getting about 235mb speeds on the "data" drive.
    Everything is great... except... TIME MACHINE doesn't work. I'm a backup fanatic, so I have TIME MACHINE to save "versions" of my files, plus I use SUPER DUPER, DROBO's etc.
    So, I've tried deleting the network preferences file in the library folder and restarting, but to no avail.
    Basically, if I open TIME MACHINE PREFS, it says backup failed and I cannot "change" the drive. It's like the MAC doesn't see if through the TIME MACHINE PREFERENCES, but the Time Capsule Disk is "mounted" in the finder and I can copy files directly.
    Anyone have any advice?
    Thanks!

    Open Airport Utility and check that you have the TC properly configured with the drive shared and file sharing enabled. The TC drive must mount on the Desktop. It should also be partitioned using GUID partition map and formatted Mac OS Extended, Journaled. You might consider using Airport Utility to erase the TC disk.
    I believe the TC user manual should provide information on how to set up the TC to use with TM.

  • Difference between r/3 planning( lead time scheduling) and APO planning

    Hello APO Gurus,
    Please let me know the difference between the R/3 capacity planning by using lead time scheduling and APO capacity planning for a work centre.
    Both in both cases you can use the lead time from routing OPERATION.
    Please let me know where the planning differs.
    Regards,
    Ravindra Deokule

    Check out
    http://help.sap.com/saphelp_scm50/helpdata/en/99/ed3a981d0f11d5b3fc0050dadf0791/content.htm
    particularly the section "Which functions of the operations relevant to scheduling are supported?"
    It will give you a flavour of what can lead to difference in planning.

  • Concat and format

    Can i use like below concat and format. allow only two decimals
    Please help me to fix it
    expected out put
    12.12 / 13.45 / 454.45
    <?concat((format-number:(sum(current-group()//GA_P);'D99')),’ / ’,
             (format-number:(sum(current-group()//GS_P);'D99')),’ / ’,
               (format-number:(sum(current-group()//GMS_P);'D99')))?>

    Any help for me. Or you can give me alternate way

  • Scheduling and the Dates recieved after it

    Hi,
    If I use a Dynamic Scheduling ,and custumised an Intervals of 0 days (Order Creation- Scheduled MR Date , Order Download-Schedule MR Date..) -> All these will run in 1 day.
    I've recieved a schedule records as I wanted,but what if I will create Order before the "Creat Order Date"? Is there any added Functionality of these dates?
    Thank You very much !!
    Michael.

    Hi Kevin,
    Thank you for your answer.
    I want to perform Periodic Meter Readings on these dates,but what if I got Schedule Record to 01.12.2008 and on this date I want to Create the MR Orders,Output MR Orders , Upload Results and Bill. What will be if I will Create Orders on 30.11.2008,Output them on 01.12.2008, Upload and Bill on 03.12.2008  ? Is there any problems which may shown?
    What can be if I Create MR Order,perform Move In-Move Out and Upload MR Result ? Or If I will perform Device Replacement after Creation of MR Order?
    Thank You very much !
        Michael.

Maybe you are looking for

  • Copy and paste files from Windows Explorer

    Hi everybody, For a part of my application I need to copy and paste files and folders from Windows explorer to the vi shown in the picture. Does anybody know how to implement this with the clipboard functionality. Also drag and drop would be very nic

  • Select Options in Web dynpro

    Hi, I have a report, this has select options for users to enter the selection criteria. On the screen users can see 'Cancel', 'Check', 'Reset' and 'Copy' buttons but NO 'SAVE'!!! Is there a way to save the selection made by the user as a variant? by

  • Flow of java logic

    This question is as beginner as beginner can get. History: I've programmed in Basic, fortran and cobol back when computer programs were input on computer cards. Problem: Understanding the basic flow of logic in the java programs. Situation: I am used

  • OEM agent taking too much db time

    Hi, In my db, the OEMAgent was always the top consumer of CPU and IO times (because of the dynamic sql code?). The violating SP is attached at the end. For some reason, it is getting called thousands of times. Is this normally? What is the reason? Ho

  • We could not complete your iTunes Store request. an unknown error occurred. (-50) there was an error in the iTunes Store. Please try again later.

    i am trying to download one app and here is my result (WHY?) this app is just free for today and i have to sownload it. "We could not complete your iTunes Store request. an unknown error occurred. (-50) there was an error in the iTunes Store. Please