Regarding displaying the report information in Geographical map

Hi All,.
I have a specific requirement where I have to display the number of Telephone connections activated in a geographical area (GEO map) . How to do it.
Can any body provide the step by step process to display the reporting information in maps.

Hi,
To do this you have to have the settings done in Info object maintenance where in the Map should have been integrated already.
Once that is done, in BEx designer you can have the setting by cloicking the icon.
Hope this helps to start with.
Assign points if useful.
Regards,
Venkat

Similar Messages

  • Display the reports under all subfolders at a time in the content area?

    Hi All,
    In SAP EP portal,We have a requirement to display few reports wherein we have 7 roles with the same names but different ID's and they are merged together so that even if the users have 7 roles assigned he will see only 1 tab in the first level navigation and uder that there will  be one folder at the second level.Now the requirement is like this
    1st level navigation : Role Name
    2nd level navigation :Folder Name
    Detailed Navigation : Folder Name
                                     Sub Folder Name
                                     Sub -sub folder1 Name
                                     Reports   --(one or many)
                                     Sub -sub folder2 Name
                                     Reports   --(one or many)
                                     Sub -sub folder3 Name
                                     Reports   --(one or many)
    Under al the sub-sub folders a workset map iview is added to display the reports with a pictogram in the content area.In the detailed navigation, as soon as the user clicks on the Sub folder the user should be able to see the reports under all the Sub-sub folders( Sub-sub folder1,Sub-sub folder2,Sub-sub folder3) .But currently the user has to explicitly click on each of the Sub-sub folders to view the reports(thrice in this case).Plz give a solution in which all the reports under the 3 Sub-sub folders should appear simultaneouly in the content area at a single click on Sub Folder
    Thanks & Regards,
    Sowmya
    Edited by: Sowmya B on Jan 4, 2010 2:14 PM

    Resolved

  • Connection to SYBASE IQ / Generate Report Analysis with geographic maps

    Hi Gurus,
       Please I appreciate your help with the two points below :
       --> Is tihs possibile to access a Sybase IQ database in the PAS Model ?  We want to connect to this kind of the database and we are afraid that any restriction could appear connecting this DB (  ths most common database are Oracle , SQL Server ETC )
    --> Is there any way in SSM to generate reports / views using geographic maps, as it is used in anothers tools as Xcelsius ( I tried a lot of options but untill now without success )
      Thanks for attentiion ,
       Christian

    Christian,
    PAS can access any ODBC compliant db. You would need to create an ODBC connection to Sybase IQ and then create a Link ID in PAS. Then build your model to connect to that database and pull data from its tables.
    Strategy Management capability works off of simple templates for reports and so does not have the ability to create a reports incorporating geographic maps.
    If you are using SSM 7.5, you can connect Strategy Management data via web services to Xcelsius and create your geographic map within Xcelsius. After creation, save the Xcelsius dashboard as a flash file and you can import that flash file into Strategy Management as External Content visible on the Home Page.
    The Administrator interface has an area to Configure Home Page based on Application Groups. You can upload and add external content, like a flash file, a pdf, or word doc that would appear on the End User's homepage.
    Regards,
    Bob

  • Report 6i/Webdb -Not able to display the report in the browser - rep- 3002 error.

    Would someone tell what I missed, I have set up the following:
    1) a report using report builder on NT
    2) my database is in Unix
    3) my report server is started in NT
    4) I run webdb listener for the following code: http://myweb.com/cgi/rwcgi60.exe?server=repserver+report=myreport+userid=usid/pw/connect_string+destype=cache+desformat=html. Then, I receive this message:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job has terminated with error.
    Reports Server Replies:
    REP-3002: Error initializing printer. Please make sure a printer is installed.
    Why is it thinking I want to use the printer whereas I want to display the report in the browser?. Any help would be appreciated.
    null

    It sounds like that your Web CGI did not configure right. To test if your CGI configuration is correct, type:
    http://hostname:port/cgi-bin/rwcgi60exe?
    If you get a help screen, then you should be able to bring up your report.
    Regards,
    Xiaoling

  • Display the reports in web browser?

    I need advise.. Here is my requirements.
    we are using Oracle9i database. We have data warehouse Schema. We wanted to display some of the reports in the browser. What are the possible solutions to display the reports in web browser with out using any reporting tools(cognos, business objects etc).
    Thanks

    Well your requirement is a little bit odd, displaying data in database without using tools or application. What's form of these reports you are talking about? Are they just bunch of queries?
    If you don't want to use heavy duty software like cognos or business objects, then consider use Oracle Application Express APEX
    http://www.oracle.com/technology/products/database/application_express/index.html
    by the way cognos and business objects are OLAP tools, does that mean your reports are OLAP report?

  • Display the report between two dates

    Hi,
    I'm new to this application.i have created two date fields item.i want to display the report between two date fields.please help me.how to do?.
    By,
    Prem.

    Prem,
    See this example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:99
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to display the report output from a standard Oracle Form

    Dear Members,
    I am calling a concurrent program (XML Report) from a standard form using form's personalization (special menu entry).
    I am able to successfully submit the concurrent program. Once it is submitted successfully user need to navigate to the Requests window to see the output.
    Instead of user navigating to the requests window to see the output, can we display it directly on the standard form itself after the completion of the report?
    Many thanks in advance.
    Best Regards,
    Arun Reddy.

    R4S,
    You might be able to Zoom to the view requests form to save your users a step.
    HTH,
    --Johnnie                                                                                                                                                                                                               

  • How to call a report  thru an RFC w/o displaying the Report UI

    Hi ,
    I have to pass the parameter to a report thru an RFC.
    I am using submit command , but I do not want SAP gui to appear..
    This is the report UI code .
    PARAMETERS     : werks LIKE mseg-werks OBLIGATORY.
    SELECT-OPTIONS : budat FOR mkpf-budat OBLIGATORY,
                     material FOR mseg-matnr.
    I have to pass the value to the report from my RFC by assiging values to these control in my RFC . and also I do not want display the SAP GUI for the Screen.
    I have used this code to achive this.
    SUBMIT ZRPT_MM_045 EXPORTING LIST TO MEMORY AND RETURN
                   USING SELECTION-SET 'ZZZ'.
    where 'ZZZ' is my variant .
    the problem here is I can not change the values dynamically in my RFC. All the values in 'zzz' variant are predefined.
    HOw to achive this ...
    A sample piece of code  greatly appreciated
    thanks
    pkiran

    If you want to pass parameters dynamically without using a static variant, you can do the following.
    In this example,  P_1, P_2, P_3, S_1, S_2, S_3 are the names of the parameters/select-options in the submitted program.   PA_1, PA_2, PA_3, SO_1, SO_2, SO_3  are fields in your RFC that can be built dynamically.
    * Lets say that S_1 in the submitted program is a date
    * range.  We want to pass a seven day range starting
    * today.
    <b>ranges: SO_1 for sy-datum.
    SO_1-sign = 'I'.
    sO_1-option = 'BT'.
    SO_1-low   = sy-datum.
    SO_1-high  = sy-datum + 7.
    append SO_1.</b>
    SUBMIT ZRPT_MM_045 EXPORTING LIST TO MEMORY
         WITH P_1 = PA_1
         with p_2 = PA_2
         with p_3 = pa_3
    <b>     with s_1 in so_1</b>
         with s_2 in so_2
         with s_3 in so_3
         AND RETURN.
    Regards,
    Rich Heilman

  • Need Help regarding Printing the report in Bi Publisher

    Hi,
    I have configured the printer successfully. But the problem is when i give the print in PDF format it coming in some symbols and for single page it is printing nearly 10 pages. When i gave print in HTML format then it is printing in Html tags.
    Please help me how to achieve this problem...
    Thanks& Regards,
    satish.e

    Usually the BEX is slower than the web applications.BEX needs a lot of resources on the client computer.
    Are you using any macors / VB code to do some processing before display the query output in BEX ?
    Ravi

  • Display the report server error in the application

    i have got an error while running the report from the application , the status of the report was "TERMINATED_WITH_ERROR" which come from the "REPORT_OBJECT_STATUS" built in function ,
    when i go to the application server to the failed jobs i got :
    Terminated with error: REP-1401: ??? ??? ???? ?? PL/SQL: 'cf_1formula'.
    ORA-01403: ?? ??? ?????? ??? ??? ??????
    the problem is i wan to display to the end user this error ORA-01403
    not only "TERMINATED_WITH_ERROR" .....
    please help me
    thanks

    Give a button in your web page with 'Check status' which on hitting, make an ajax call, to query the status table, and show the status in that page.
    Hope this helps

  • Data not displaying  the report (Help me out Urgent)

    Hi Folks,
    When i am executing the query and web reports for the date 27/11/2007 & 28/11/2007 am not getting the data its saying "No applicable data found"
    But i can see the data  in the  ODS for those dates.
    Report is working fine till 26/11/2007.
    But when the user is trying to check the reports for the above mentioned dates its not displaying.
    Even in checked it the RSRT as well but the same case over there the data is not displaying.
    Its bit urgent as its month end user wants to see the reports.
    Any help or any clue will be great helpfull and appreciated.
    Urs,
    RK
    *****Points Committed

    HI Suchitra,
    <i>First check out how many records are there in the ODS as on 27th and 28th</i>
    There are totally 750 & 427 records on 27th and 28th.
    <i>At the time of executing the query,are using giving any variable entries?</i>
    Yes we are using variables entires like PO Date & PO number we usually check  the reports giving the date in  PO Date variable,
    Any other clue please?
    Urs,
    RK.

  • Display the report in dashboard by using CSS

    Hi Expects,
    I am using Display:None in CSS Option,it shows that the report is Minimize until we expand it.My question is,if when we give the conditions in filter and click apply the report is again minimize,hear i need to do that when we give the condition and click apply we should not get minimize,it should be get minimize only if we go to another tab.
    Please let me known the valuable answer for you..
    Thanks,
    Raju

    It's called an "ad" with a single d. That should help your google queries.
    Nobody here will be able to help you as it's impossible for us to guess what you are struggling with specifically. Logic dictates that when you want to develop a site you at least know the tools (java/jsp/html/javascript) to actually be able to do this.

  • LVS Viewer: Cannot display the report

    Dear All,
    When I query the report in LVS Viewer, I didn't see any error message. The system said loading....then no report shows.
    Does it mean I am missing some software on terminal server?
    I installed LVS server on our DB server. I installer LVS client and viewer on our terminal server.
    I have Windows server 2003 on both server. I have SQL2005, SAP8.8 PL08. Please advise. Thanks.
    Regards,
    Yuka

    Hi Maria,
    Thanks for the reply.
    Here are the records in LVS Table. I only copied one table here.
    I installed the server and the client on the same PC. I cannot see anything from report viewer.
    When I go C:\Program Files (x86)\SAP\SAP Business One LVS\Reports Output, I can see some TXT files. One file of each day. So I assume my server address is correct. I copied it from the config file of LVS. Then another assumption will be, the viewer of the report is incorrect. But I didn't see any error message to let me know what's wrong with it.
    Thanks.
    Regards,
    Yuka
    *****************************records in LVS (Table Name: CumLicenseInfo) *****************************
    5     manager     Professional     20100907     False     False     False     True     False     False     False
    8     manager     Professional     20100908     False     False     False     True     False     False     False
    12     manager     L.CRM  or  L.Financials  or  L.Logistics  or  Professional     20100910     True     True     True     True     True     True     True
    16     manager     Professional     20100914     False     False     False     True     False     False     False
    21     manager     L.CRM  or  L.Logistics  or  Professional     20100920     True     False     True     True     True     True     True
    24     manager     L.CRM  or  L.Financials  or  L.Logistics  or  Professional     20100921     True     True     True     True     True     True     True
    29     manager     Professional     20100928     False     False     False     True     False     False     False
    32     manager     Professional     20100929     False     False     False     True     False     False     False
    36     manager     L.Financials  or  Professional     20101001     False     True     False     True     True     False     True
    41     manager     Professional     20101004     False     False     False     True     False     False     False
    44     manager     L.Financials  or  Professional     20101005     False     True     False     True     True     False     True
    48     manager     Professional     20101012     False     False     False     True     False     False     False
    50     manager     Professional     20101014     False     False     False     True     False     False     False
    55     manager     Professional     20101018     False     False     False     True     False     False     False
    58     manager     Professional  or  (L.CRM and L.Financials)  or  (L.Financials and L.Logistics)     20101019     False     False     False     True     True     False     True
    62     manager     Professional  or  (L.Financials and L.Logistics)     20101029     False     False     False     True     False     False     True
    NULL     NULL     NULL     NULL     NULL     NULL     NULL     NULL     NULL     NULL     NULL
    ******************************************The End**************************************
    ******************Txt file under C:\Program Files (x86)\SAP\SAP Business One LVS\Reports Output *****************
    LVS Reports results 10/31/2010
    Summary License Requirement Report
    Usage Date From     Usage Date To     Number of Licenses Required     Required License Type
    9/7/2010     10/29/2010     1                    Professional
    Concurrent Access Report
    Database     Peak Access Date/Time          Total Users
    IB     10/14/2010 5:34:48 PM          1
    SBODemoUS     10/12/2010 8:46:53 AM          1
    SBODemoUS     9/17/2010 5:08:39 PM          1
    HD     9/17/2010 5:08:26 PM          1
    BH     9/17/2010 5:08:26 PM          1
    SBODemoUS     9/14/2010 4:12:44 PM          1
    HD     9/14/2010 4:12:30 PM          1
    HD     9/3/2010 2:25:43 PM          1
    BH     9/3/2010 11:51:36 AM          1
    Zk     9/3/2010 8:36:57 AM          1
    **********************************The End*******************************************************

  • How to Display the Report Based on The Page Number

    Hi All,
    I just have a requirement like this
    The User wants to see only the odd numbers of Report pages in the Total Report
    For Ex. If the Report consist of 10 Pages the user wanna see Pages 1,3,5,7,9...........
    is it attainable in WebI..............
    Please help on this
    Thanks in advance.............

    I wonder...how do you think user should navigate through document.... ? If I want to see only odd pages - I will either create separate report or I am ok with setting the correct number to actual displayed page.You may also consider using links - it depends how is report structure created...

  • Displaying the report output in excel format

    Please help me in getting the report output in excel format.
    thnks

    I ran into a BIG problem after passing from 6i rep server to 9i rep server.
    On 6i rep server I used to set DESFORMAT='DELIMITED', and that produced reasonable tab-delimited output for reports that did not have group above (all the query groups were from left to right, not a single group having fields displayed above some other group). When deployed on rep server 9i, the same reports produced some unexplainable output: some of the rows were duplicated, but I couldn't figure out any rule.
    So, the best thing to get the reports into something that fits in .xls would be to have the output in .xml, that may be imported in Excel.

Maybe you are looking for