Filters in Web intelligence reports(How to give parameter in WebI)

Hi
i am having a proble with webintelligent where, In webintelligence report i need to show the employee monthly sales wise report with bar graph in that same report i want to show the comparison of previous years of sales for ex: if i select employee name, month name, year (amy ablert, december, 2003)
1. In first block  i need yearly comparision of employee sales report in line graph it should show previous year like 2001, 2002 and 2003 comparision in that report,
2.In second report block it should be show me only december month of same year 2003 report in bar graph, In that report it will give detail of product category,sales and month.
3. In third report it should give me information of sales order no, product category and sales(sum) in table formate. And all three blocks of report i want to show on in single report with the filter of (employee name, month name, year)
i am new in business objects
need assitants on this i will post the screen shot of that report hope you all can understand
here is the url: [http://errorsbusinessobjectsxir3.blogspot.com/2010/10/blog-post.html]
in that blog you can see the sql server reporting where 1st image will yearly comparison of employy,
2nd will show you the december product category and sales and third will show you the sales order,sales, product category
in last report you can see the selection of there filter month,year,employee
Edited by: prasadboxir3 on Oct 12, 2010 11:10 AM

Hey prasadboxir3,
I solved the same issue for Quarters earlier and my DB is SQL Server, Hope it will helps you a lot.
The solution is to add a condition to your query filter. Conditions have the yellow funnel Icon and are listed under the class in the Data Tab.
Adding a Class Condition Filter in done in the Universe Designer. Defining a condition object is described in the Universe Designer Guide, Chapter 5.
While in designer, right click a class and choose Condition. Name your condition and provide the Where logic to get the last four quarters of data. Since the logic can be complex, here's two MS SQL Server examples of quarter based conditions:
Name: Case Begin Date This Quarter:
WHERE: Code:
@Select(CaseProgram\Case Begin Date) BETWEEN DATEADD(qq, DATEDIFF(qq,0,getdate()), 0) AND DATEADD(ms, -2, DATEADD(qq, DATEDIFF(qq, -1, GETDATE()), 0))
Name: Case Begin Date Last Quarter:
Where: Code:
@Select(CaseProgram\Case Begin Date) BETWEEN DATEADD(qq, -1, DATEADD(qq, DATEDIFF(qq, 0, GETDATE()), 0)) AND DATEADD(ms, -2, DATEADD(qq, DATEDIFF(qq, 0, GETDATE()), 0))
Conditions based on the current date/time provide the point of reference for your date calculations. Use the GetDate function along with the Between function. If your date field includes the time, don't forget to include the time (23:59:59) on the second date. This is done by subtracting the 2 milliseconds.
Once the conditions are in the universe, drag the condition into the query filters area of the Edit Query screen. The advantage of using conditions is that your report can now be scheduled and does not require a user prompt.
Just do it for Month/Year object for your req.
Let me know if you have any concerns.
Gracias...!!

Similar Messages

  • Parameterized Report - how to clear parameter

    I have a quick question with probably a quick answer ...
    I have a page that has two regions on it. The first region has parameter fields which you can use to add searchable values ( i.e., serial number ). The second region is a report which uses that parameter to get the appropriate rows. Everything works fine. However, when I call the page from a different one or from a tab it retains the value from the last search. I'd like it to first always clear the last value but also not execute the page/report until the user has clicked on the GO/SUBMIT button. Right now when I call the page it has the prior value already executed at time of page load.
    thanks
    John

    Probably I am too late to answer to your question. But I have implemented what you want.
    Suppose you have
    tab1 -> page1
    tab2 -> page2
    tab3 -> page3
    And you want that whenever you revisit your tab1 (after navigating to other tabs), the items on page1 are cleared. For that, you can create a process of type "session state" on page 2 and page 3 and process point can be "On load-before header" and in that process pick "clear cache on page...." . Here you can specify page 1 . So as a result, whenever you go to page2 or page3, items on page1 will be cleared and when you come to page1, the values selected on page1 previously would be cleared already.
    MG

  • How to use linked filters in webi reports.

    Hii.. all
    I want to know how can i  use related or linked filters in webi reports.
    that means if i am using three diff filters as f1 for Zone f2 for location and f3 for sales office
    then if have selected a zone from the zone  filter (for ex west) then the location filter should show only the locations which comes under that zone and the third filter should show only those sales offices which comes under the selected location from the filter..
    Plz help..
    thanks

    hi Neeraj,
    1. In Universe Take Storename, city, State, region, Country objects
    2. Double click on Storename, go to properties tab and click on edit button. Query panel will open.
    3. Double click on city and click on sort button, double click on state and sort it, double click on region and sort it, double click on Country and sort it.
    4. If you want to keep any condition like particular country, you can drag country object in to the Conditions pane.  If not leave it empty.
    5.Click on Save and close button. Save the universe and export it.
    6. In webI drag and drop the Storename object and click on 'Add Quick Filter' button.  Now all the columns you included in the list of values appear in the Add Quick Filter dialog box.
    Now You can select the values from here and run the query.  you will get the result.
    One more way is there using cascading LOVs
    1. Go to Tools menu > List of values > Create Cascading list of values.
    2. Double click on Country, Region, State, City and Storename.  Close it.
    3. Save and export the universe.
    4. In webi drag and drop the objects in result objects pane, apply query filter and run the query.
    Now you will get the result.

  • How To Clear The Web Intelligence Report Cache in BO 4.0 Linux

    Hi Experts,
    I have followed the SAP Note 1207029 to Clear The Web Intelligence Report Cache in BO 4.0 Linux, but in the note they have mentioned the path of BO XI 3.1 that doesn't exist in BO 4.0.
    Given Path in the note: <installation directory>/useraccount/xir2/bobje/data/computername_50064/storage/docs
    In BO 4.0: Inside Installation directory theres no useraccount directory.
    Please anybody tell me the path of BO 4.0 in the linux server to clear the WEBI report cache.
    Thanks in Advance,
    Gandhi

    This would be your path
    <install_dir>/bobje/data/<cms_port/storage//docs

  • How to add image in web intelligence report?

    Hi All,
    I tried to add an image into web intelligence report by using the background image function available in the appearance settings. But when I tried to click on the button with ellipse, it does not show up a dialog box.
    Do I miss out anything? Help is really needed.
    Thanks
    David Yee

    Hi David,
    You can try these steps to see if the Background image dialog box is appearing for a Free Standing Cell.
    1. In Webi Java Report Panel, select Templates-> Free Standing Cells -> Formula and Text Cells-> Blank Cell
    2. Click and drag the cell in the report.
    3. Select the cell Properties
    4. Under Text Format, click on the button in the Background Image property.
    5. You can select the u201CImage from URLu201D or u201CImage from fileu201D.
    6. If you are selecting u201CImage from URLu201D, change the u201CRead cell content asu201D property to u201CImage URLu201D under Display section in the Properties Window.
    Hope this helps.

  • Scheduling Error For Web Intelligence Reports

    Dear Experts,
        I want schedule BO XI R3.1 SP 3  Web Intelligence reports.
        For this i want to give  Adaptive job server :destination details.
        Can you suggest what i need to enter for below details?
       1)Host    ?
       2)Port?
       3)Domain Name?
       For Host can i give BO CMC name or can i give BO Server IP Address or suggest me right one?
       For Port can i give CCM -->Adaptive job server PID value or CMS Port or SIA Port or Suggest me right one?
       For Domain name what i need to enter?
       The errors i am getting as shown below while scheduling with different ways as i mentioned above..
      Error Message:     server error. []: [CrystalEnterprise.Smtp]
      Remote Instance in Federated Cluster:     No
       Error Message:     server error. [Error initializing SMTP server. Return code: [TCP send failed.]. Reason:                               [Port address].]  [CrystalEnterprise.Smtp]
    Reply will be appreciated
    Regards,
    Venkat.

    Thanks a lot Konovolav,
    Can you tell how can i find SMPT server details to fill host, port and domain name for email scheduling?
    I can able to connect to Internet in my BO server.
    Can you tell me the path to find above details?

  • BI Launch Pad - Error opening Web Intelligence Report (Error: INF)

    Hi:
    We're working with 4.1 Support Pack 3 Patch 1
    Version: 14.1.3.1300
    We migrated a Webi report from development environment to testing and it was working fine.
    After making some minor changes on the Web Intelligence report, we migrated again, but now when we open the Web Intelligence report we get the following error:
    Faltal Exception occured. The cause was:  com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl$FailoverFatalException:
    Prepare failover failed (Error: INF)
    Any ideas?
    Thanks in advance!
    Kind regards,
    Florencia

    Hi Florencia,
    It seems like report is corrupted some how.
    To check report is existing in filestore or not , go to report in Launchpad->Properties->check File name , there should be frs path assigned to it.If not it is corrupted.
    Ex : File Name:frs://Input/a_067/064/004/278595/auytslwhrgrdneqcvzbefs0-guid[atli.nsurgzit4q8pfgonmi].wid
    If it corrupted , check in myfavourites : ~webintelligence folder , there you can find last auto saved instance.If not we may need to create new report.

  • Gauges/Dials in BO 4.0 Web Intelligence Reports

    Hi All,
    We are currently working on BO 4.0 and want to add Gauge in web intelligence report. As we know that, Gauge is not existing in the list of components provided by BO webI so we need to do some work around or even for the single value display which other component we can use in WebI.
    Can anyone suggest how we can achieve the same?
    Regards,
    Tina Ailani
    Edited by: Ailani Tina on Aug 25, 2011 6:18 AM

    Personally, I'd do something like this:
    Open Microsoft PowerPoint, use the drawing tools to create a thing that looks like a dial (with a needle).
    Copy and paste it 8 times.
    Move the needle on each so that's it in a different position.
    Right click the shapes and click "Save as Image".
    In Webi, add a blank cell where you want the picture to be.
    Click the alerters icon in the toolbar.
    Add some rule, for your measure (whatever should drive the needle of the chart).
    Click the format button, and on this page, select an image for that sub-alerter.
    I think 8 is the limit. You can always apply to alerters (each with 8 sub-alerters) to the same cell.

  • Exporting BO XI WebI Reports - How to

    Hello,
    I'm quite green when it comes to BO & Reporting, I would appreciate as many details as you can muster. 
    My goal is to send a Web Intelligence report using the scheduling system to a Web server (SharePoint).  I assume exporting the WebI report to a HTML format would be the easiest way to publish the Report on the web server (would be easiest for end-users so they dont have to load another app).  Although, exporting to HTML is not an option that I see (only WebI, PDF & XLS).
    Currently, I have found I can:
       schedule a report to run,
       export the report to email, file location, & ftp
       export to Excel, or PDF
    Can anyone provide any tips how to export to an external / network drive in a web format?
    As a band-aid, I'm sure I can figure out myself how to
       schedule,
       export a PDF (or XLS),
       to a network (or FTP) drive, onto the web server
       and on the web server, publish that file
    Thank you,
    Drew

    Hi Drew,
    HTML export is not support in WebI, only in CR.
    Alan`s idea would be the best. Another would be:
    Exporting to pdf to a share on your Sharepoint Server. Create a website on your IIS linked to the Report. Than you could easily put that link (eg. http://yourserver/report.pdf) on your sharepoint Portal and the users can view the .pdf.
    Regards
    -Seb.

  • BLOB data in Web Intelligence report

    Hello,
    I am doing research, how to display documents which are
    stored in BLOB field in a database.
    I would like to create list of the document names with Web Intelligence
    report and make a link to document. Link to the document should open the
    document, the document can have different MIME types (doc, pdf, jpg,
    tiff, ....).
    Could you please help me to find right solution for this?
    Thanks in advance.
    Best Regards,
    Slavisa

    hi,
    Please refer to below link.
    BO XI 3.1 and BLOB
    Regards,
    Vamsee

  • Date Format Error in Web  intelligence Report

    I created Web intelligence report using the BEx query.
    The problem is when i drop the date field in webi report it gives me only one date that is (01/01/1970)
    but the year and month field that are calculated on BEx query is coming in correct way.
    So any one have solution to this Bug.
    I m currently on :SAP BO 4.0 SP 2
                            SAP BI 7.0 EPH 2 on NW 7.02 Instance.

    HI,
    Not getting whatever you are trying check...please give few more example where you are facing error.
    Regards,
    satya.

  • Adding a image in Web Intelligence Report

    Post Author: palani007
    CA Forum: Integrated Solutions
    hi,
    I am new to this forum, i am not sure whether i have asked the question to the right group our not.
    Here is my question,
    I have a situation where in i have to add a logo for each company based on the selection of the company name.
    The things which I have done:
    For that i have stored all the company logo as bmp file in the server. I have created an object in the universe to fetch that information(url) from the table but while preparing the Web intelligence report, i am getting the logo as a url. Even after changing the format to "image url"
    could anyone give me a solution for this?
    Ur Help is highly appreciated.
    Thnx

    Post Author: amr_foci
    CA Forum: Integrated Solutions
    to add an image to the Webi
    1) add your images in this folder" C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Images" in a jpg format  lets say " myimage.jpg"
    2) add a free standing cell to the web report.
    3) in the properties of this cell , go to background image , click custom , write the name of the image "myimgae.jpg" by default it will wirte to you "boimg://myimage.jpg" and it will show you your image in the box
    4) configure the properties of the image like, position and border, etc.
    good luck

  • How to deploy OLAP Intelligence reports in Test/Prod?

    Hi,
    We are on BO XI R2 SP5 integrated with SAP Netweaver BI 7.0,both
    machines on solaris servers.
    We have created OLAP intelligence reports using OLAP intelligence
    connections in development environment.
    We deployed these reports in Test environment using import wizard.
    Both OLAP intelligence connection and OLAP intelligence reports are
    deployed successfully with out any errors.
    Now in test environment when I update the IP address,System details and
    client number in OLAP intelligence connection,the details are not
    getting updated automatically for the OLAP intelligence report which I
    can verify from CMC.OLAP Report is still pointing to the development
    SAP BW server details.If I manually update the server details of the
    OLAP report from CMC and click on Test Button, it says connection
    Failed. If I try to refresh that particular OLAP report from Infoview
    then it throws an OLAP intelligence Unknown error message.
    We have around 100 such reports to be deployed in test environment and
    we have a Go-Live date by this Thursday.So I would sincerely request
    your help on this issue for a faster resolution.
    Regards.
    Naresh.

    Hi
    when i am going through your bleow link.
    I am not able understand the 3.3.1 step :2
    http://download.oracle.com/docs/cd/E15523_01/web.1111/e10240/basics.htm#i1010040
    edit this file in the Web Configuration,
    configuration of an application called "my_application" with a form module called "form=hrapp.fmx":
    can deploy only.fmx file ?
    if not how to find the realation between my_application and hrapp.fmx ?
    Thanks in Adavance
    Regards
    Ram

  • Freeze header row panes in cross tab WEB Intelligence report

    how do i freeze the crosstab header row in the WEB INTELLIGENCE report so that the header remains stationary /freezes at the top and the data can be independently scrolled.(similar to freeze panes in MS Excel).
    please provide me with a Quick Solution since i am stuck on this task for quiet some time.

    Hi,
    Prepare to be stuck no longer!
    Sorry, this functionality is not available in webi..
    This suggestion has been made multiple times in the Ideas Place : https://cw.sdn.sap.com/cw/community/ideas/businessanalytics/sbowebi
    for example: https://cw.sdn.sap.com/cw/ideas/1664
    please Vote it up.  actually, i see it is in status "under review" so that is positive. No commitments to timeline for inclusion, so don't hold your breath!
    Regards,
    H

  • Add Comment to Xcelsius Dashboard and Webi Intelligence Report

    I created a Web Intelligence report based on that report using Live Office I am creating Dashboards in Xcelsius.
    The Business Request is that each day when the report is refreshed/scheduled at 2:00 am, next morning the BA looks at the report checks the data and add some comments.
    These comments should be availble/ displayed on the dashboard.
    Where should the BA add the comments and how can I bring it in report and dashboard
    I have tried few things nothng is working. any suggestions .
    THANK YOU

    I forgot to mention 1 important thing.
    If the user wants to run a dashboard or report (WITH HISTORICAL DATE) the comments should be displayed for that particular historical date.

Maybe you are looking for