Report and user statistics display in Obiee report

I have a requirement in OBIEE like i need to generate a report and that report has to display some valuable information dynamically.
The report consist following column info...
Report Name|Report Folder|Report Path|Description|Description ID|Owner|Subject Area
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
Header 7
Header 8
Header 9
Report Name
Report Folder
Report Path
Table
user
Unused ColumnIDs
Column Created
Report Creator (user)
Report last modified
like etc..........
SO, the above said fields has to be update and provide dynamic data in the report. (Also those  field info is not available in Usage tracking table so we need get those information from Catalog manager also...........)
For this I have one alternate idea like to get the solution by planning to get this solution by CSV file.If you would provide any solution like CSV get updated dynamically from Catalog manager it would be a great thing to me....Your help is highly appreciated.
How to implement this requirement ............could you provide a right path to achieve this solution.
I hope yours alternative solution.

Thanks for the reply Yannick.
We have install/configure WebCenter analytics and activity graph.
Wehave added Login Metrics in our Group Space and we are getting default login count for specific time frame but when we define a filter under User Property of any property like city, department name, phone title etc after refreshing data it is giving error like
WCS#2011.03.31.12.47.31 : Irresolvable error(s) occurred. You may want to contact Administrator with the error reference.
Please help how to solve this.

Similar Messages

  • System status and user status in Line Item Reports

    Dear PS-friends,
    I have to extend the CI CI_PROJ with some new fields. These fields should be shown in diverse Line Item Reports (CJI3 u2026).
    I know how to get these customer fields into the field catalog for the reports (maintain include table CI_RKPOS, EXIT_SAPLKAEP_001 and ViewCluster V_TKALV).
    Now our customer wishes that 2 of the new fields are: system status and user status. The status should be shown in CJI3 as a concatenated field as you see it in CJ20N.
    In CN42 there is the column system status as a standard column. But I cannot find the structure CNJ_STAT included in V_TKALV for Line Item Report Object=PD.
    Has anybody an idea how it works to show the system status and user status in Line Item Reports.
    Thanks in advance!

    Problem is solved.
    I wrote a function module using FM 'STATUS_TEXT_EDIT' and concatenated line and user_line.

  • List of reports and groups who can access the reporta

    Please i need some help
    I need to get list of   bo reports and groups who can access these reports.
    I got list of groups but i need the list of reports and groups who have access to those reports.
    Is there any query which i can write in query builder to get that information.
    please help me with query

    No need for DB access. This might work for you.
    //assumes you have a session objectpublicvoidGetCommunityACLs(intcommunityId){    Console.WriteLine("Retrieving users for community "+communityId.ToString());    IPTObjectManagercommunityManager=session.GetCommunities();    IPTCommunitycommunity=(IPTCommunity) communityManager.Open(communityId, false);    IPTServerContextserverContext=(IPTServerContext) community.GetInterfaces("IPTServerContext");    //since IPTServerContext is obtained from a community,    //the IPTServerContext.GetACL() method will return a list of all objects that have acls defined on it.    IPTAccessListaclList=serverContext.GetACL();    for(inti=0; i<aclList.GetCount(); i++)    {        IPTAccessListEntryacl=aclList.GetItem(i);        stringmemberType;        if(acl.GetClassID() ==PT_CLASSIDS.PT_USER_ID)            memberType="User";        elseif(acl.GetClassID() ==PT_CLASSIDS.PT_USERGROUP_ID)            memberType="Group";        else            memberType="";        Console.WriteLine("{0}: {5,-6}{1,-3} Access Level={3,-2} r/o={4,-6} {2}", i, acl.GetObjectID(), acl.GetName(), acl.GetAccessLevel(), acl.GetReadOnly(), memberType ); }}
    Ruslan.

  • Call first report in another report and download the ouput of first report

    Hi Experts ,
    Ther is 1 ALV Report which gives ouput.
    i need to call first report in second report and copy the output of first report to itab in second report and download that itab to excel in second report.
    Pls if anybody knows the solution reply as soon as possible.
    regards,
    Imran

    Moderator message - Cross post locked
    Rob

  • HI purchage wise report and as well as sales wise reports

    Hi
    HI purchage wise report and as well as sales wise reports
    Thank you.
    Ashok kumar

    Dear experts,
    I am still looking for a revert.
    regards
    RK

  • Getting list of reports  and related tables used in those reports using sdk

    some columns are changing in the database tables.
    we like to know how many reports are affected by that .
    please can any one help me in getting list of reports and tables associated with them using  bo sdk.
    thanks for your help in advance

    Open the report with RAS. Then with the ReportClientDocument object:
    oReportClientDocument.getDatabaseController().getDatabase().getTables() will trutns Tables collection object that contains the table information for the report. Then use get() to get Itable object.

  • User Login Count Report and User Contribution Reports in Webcenter Spaces

    Hello All,
    We are using Webcenter 11.1.1.4 and we have integrated with Active Directory and we are also able to login to webcenter Spaces using AD users.
    Now as an Administrator We want to generate a report specifying how many times a particular user has logged-in for a specified period of time.
    We have also integrated UCM with webcenter and Our 2nd requirement is how to generate a report specifying how many documents a particular user has contributed or accessed within a specific interval of time.
    How to generate such reports. Please help.
    Thanks

    Thanks for the reply Yannick.
    We have install/configure WebCenter analytics and activity graph.
    Wehave added Login Metrics in our Group Space and we are getting default login count for specific time frame but when we define a filter under User Property of any property like city, department name, phone title etc after refreshing data it is giving error like
    WCS#2011.03.31.12.47.31 : Irresolvable error(s) occurred. You may want to contact Administrator with the error reference.
    Please help how to solve this.

  • Tracking Discoverer Report and User

    Hi
    Is there a standard process or a query which helps us to monitor the list of Discoverer reports running (or scheduled) and the users who are running it,
    Please let me know
    thanks for the time
    Regards
    Ramesh Kumar S

    Additionally, If using Discoverer 10g, then you can use Enterprise Manager Application Server Control to monitor information as well.
    Click on the Discoverer link, then the performance link.
    Check out:
    http://download.oracle.com/docs/html/B13918_03/maint.htm#sthref307
    5.7.1 How to monitor summary metrics for all Discoverer client tier components

  • Report and navigation tree on same page, report based on navigational path.

    Dear fellow htmldb developers,
    in my application I have one page where my client need to see a report based on the selection they made in the navigational tree on the same page. The tree has this this structure:
    Products
    ---Monitor
    ----- 19"
    ------21"
    When the client clicks Monitor, 19" a report should be generated which shows all the 19" Monitors, so the sql statement for the report should be something like:
    select * from table where pgroup = link1 (monitor) and sgroup = link(2)
    How do I achieve this? Probably by using bindvariables. Can't figure out how to set it up though. Please help.
    Sincerely,
    Peter

    Create another (chart) region.

  • Need help understanding MS SQL Server 2008R2 and Report Builder 3.0 and user access / priviledges.

    Having Problems with connections and access.  I have spent the last 2 days reading various threads regarding SQL Reporting Services pertaining to access and connections.
    First, let me explain what I have done to date.
    1)  I am using Windows 7 - Home Premium.
    2)  I downloaded and installed MS SQL Server 2008 R2 Express.  This was successful.
    3)  I downloaded Report Server 3.0 - This was successful.
    4)  In IE, I tried logging onto http://servername/reports, but this failed.  After logging into IE
    via ' Run Administrator', I was able to access URL.  
           Next, I updated the security / trust sites as explained in the
    threads
    Next, I went to Folder Setting and added my user name and granted all roles (Browser,
    Content Manager, My
    Reports, Publisher and Report Builder).
    5)  Now, I can log into Http://servername/reports using my normal windows 7 user account.
    6)  Next, I opened Report Builder 3.0.  However, I am having trouble connecting to report  
    server.  I tried connecting with
    http://servername/reports, but this failed. 
           However, If I change URL to http://servername/reportserver, it works.  BUT NOW, I have
    another problem.  When I
    execute the RUN button to create report, I get a  permission
    error.  "PERMISSION GRANTED TO USER ARE
    INSUFFICIENT FOR  PERFORMING THIS OPERATION".
    7)  Finally, I can not save reports to http://servername/reportserver when I select "Recent
    Site and Servers".  ERROR
    MESSAGE:  UNABLE TO OPEN OR SAVE REPORT
    8)  In my Reporting Services Configuration Manager:
    Web URL = http://servername:80/ReportServer
    Report Manager URL = http://servername:80/reports.
                What is strange, the Report Manager URL works for IE URL and WEB URL works for
    Report Builder connect (Even though it really does not work). 
    THREE QUESTIONS:
    1)  What URL should I use to connect in Report Builder.  
    2)  How do I update my normal Windows 7 user so I can run reports when I connect to report
    builder.        
    3)  How can I save my reports so they are displayed in IE Reporting services.  Note:  I was
    able to save report to
    documents folder and import into IE Reporting Services.
    4)  And finally, is it possible to add report builder 3.0 as a tab in my IE Reporting Services.  I
    save seen samples of Reporting Services screens where the instructor has Report Builder
    tab.
    Thanks
    Dan

    To answer question 1... it should connect through /ReportServer
    http://bretstateham.com/reporting-services-architecture-diagram%E2%80%A6/
    Report Builder 3.0 is not a web application, it is a client side application can be used using the click-once or downloaded from Microsoft's website.  If you are having issues, you might download and install it and try running it as an administrator.

  • Reports Executed from SA38 and user name

    Hi,
    I wanted to find the reports executed from sA38 and the user name who did it
    We are able to get the information from STAD, but we are able to get only one day's data
    Please let me know if there is any table , where i can get the information of all the list of Reports and users executed from SA38
    Thanks in Advance

    Hello Balaji
    you need to turn on audit log ...through sm19 you can to that,not only the user but report name
    which is executed is also available when you turn on the audit (sm19),after that you can check
    the daily audits by tcode sm20.so browse for it...you may get more information.
    regards,
    Manjula.

  • I have just now upgraded to OBIEE 11.1.1.7.0. The applications seems to be stable. But I am facing few issues with the reports and dashboard.

    Hi All,
    Dashboard Items - Customize Column & Section width in css files,
    i am facing the same problem for Reports and Dashboards after upgrade the obiee 11.1.1.6.5 to 11.1.1.7.0,
    please can any one help on this
    i have seen the below blood by Dev,
    he have't give more details about the solution , can any one help ? thanks inAdvance

    Hi Guys,
    I am sure that a WIDTH tag has to be added in some +.css+ file but I am not sure which one. I have OBIEE 11.1.1.7.0 (Simple Install)
    I came accross two very informative url's.
    URL 1 > This post tells about customizing the prompt.
    http://obiee10grevisited.blogspot.in/2012/02/customizing-dashboard-prompts.html
    URL 2> This post describes how to edit the look and feel of the Subject Area container.
    http://obiee1000.blogspot.in/2012/03/customize-subject-area-container-obiee.html
    In a similar way, I feel that the section or column (Dashboard items) can be customized i.e. we can fixed the width, height, border, color etc etc...
    I would really appreciate any suggestions/advice in this regards.
    Thanks
    Dev

  • User Generated Reports and Save.

    Hi,
    I have the following queries (using ApEx 3.0.1):
    1) Is it possible to create a page by where the user can dynamically create there own reports based on a selection of tables they can choose from, together with columns and where conditions, similar to "Query Builder" ?
    - are there any how-tos or sample apps that could assist with this?
    2) Based on the above, would it be possible to actually save this query to be used again in the future within the application?
    Basically want the user to be able to create there own queries/reports and allow them to save the reports for future runs.
    Thanks.
    Tony.

    <quote>If you want to create something yourself like the query builder, you can look how the APEX development team did the query builder and copy that ;-)
    Hope that helps,
    Dimitri
    </quote>
    Dimitri or anyone else,
    I am looking for a query builder that an Ap-Ex user (not developer) can utilize. How can I look at what you are describing above?
    Thanks!
    Bryan
    Message was edited by:
    BryanG
    Message was edited by: BryanG
    BryanG

  • Difference between Drilldown report and Interactive report

    There is no difference between drill down and interactive report, they are the same.
    With drilldown reporting, SAP provides you with an interactive information system to let you evaluate the data collected in your application. This information system is capable of analyzing all the data according to any of the characteristics that describe the data. You can also use any key figures you wish to categorize your data. You can display a number of objects for a given key figure, or a number of key figures for a given object. In addition, the system lets you carry out any number of variance analyses (such as plan/actual comparisons, fiscal year comparisons, comparisons of different objects, and so on).
    You can produce both simple, data-directed lists (basic reports) and complex, formatted lists in drilldown reporting (form reports).
    Drilldown report provides you with comfortable functions for navigating through your data. For example, you can jump to the next level of detail or the next report object on the same level, hide individual levels and switch between the detail and drilldown lists. It also provides a number of additional functions which let you process lists interactively (sorting, conditions, ranking lists, and so on). SAP Graphics, SAPmail and the Excel List Viewer are also integrated into drilldown reporting.
    The drilldown functions are divided into three groups which differ in the number of functions available. That way each user can choose the functional level most suited for his requirements.
    In addition to the online functions for displaying reports, drilldown reporting also provides functions which let you print reports. A number of formatting functions are available to let you determine the look of your printed reports (page breaks, headers and footers, underscores, and so on).
    The menus and the functions available directly on the drilldown report make it easy to use the information system.
    What is an Interactive Report?
    An interactive report generally works in the following fashion:
    1. Basic list is displayed.
    2. User double clicks on any valid line
        or
        User selects a line and presses as button on the tool bar.
    3. The corresponding event is triggered
    4. Then in the code, the line on which action was done, is read.
    5. Depending on the values in that selected line, a secondary list is displayed.
    6. Steps from 2-5 are repeated till the end.
    From the above explanation, I believe, its clear that, the 20th list, will essentially depend on the "selected line" of 19th list. According to your question, you want to move to 20th list directly, without "a prior list". May I know the exact requirement so that, an appropriate solution can be suggested? 
    Again, your question was, how to move to 20th list directly on pressing of execute button. Its not possible to move to 20th list. You must cross over a basic list, before you can go to a different list level, using the code given by Pavan. 
    What are Drilldown reports?
    The lines of basic list of a drilldown report when clicked, will take the user to the corresponding (standard) object's display.
    For eg: Suppose your report's primary component is purchase requisition, (assume you are printing PR details), and the basic list displays details of many PRs.
    Eg: when clicked on a particular line of the PR basic list, it takes you to std t-code me53 (display of purchase requisition). This is the 'Drill-down' functionality.
    For this, in the at-line selection of your program, as per the above ex: you'll set the parameter ID of PR number BAN (that you can get from Data element) in memory (using set parameter id) and then calling the corresponding transaction (usually skipping initial screen of the std t-code).   
    Likewise, if it's Material Number (Matnr), you'll be displaying MM03 transaction w.r.t. the line's matnr.
    AKSHAT..........

    Good, information. But I think you should post these items in Wiki, in place of forum, as here we have Qns & Ans;  problems and solutions.
    https://www.sdn.sap.com/irj/sdn/wiki
    [ABAP Development > ABAP General ]
    Wiki is the right place for such knowledge base
    Thanks!!
    Regards,
    Vishal.

  • Crystal Reports and Authorization Problems

    I am having an issue with Crystal Reports and User Authorizations.
    I was build a Crystal Report and import into SAP Business  One (SBO 8.8 PL18 HF). After that i give full authorizations for this report in some users. Then if the user login in SBO and choose to see the report his has the following error
    You are not permitted to perform this action - "The name of the Report " [Message 200-30]
    or
    You are not permitted to perform this action - "The name of another Crystal Report " [Message 200-30]
    This happen also if I edit a crystal report and re import the new version.
    If i change the user to Super User  then there is no Problem but i don't want something like this. Is something going wrong with Import Crystal Report and SBO menu items?
    Any Idea?
    Thanks In advance
    Edited by: Apostolis Andrikos on Feb 17, 2011 1:25 PM

    Hi Balakumar,
    I had tried also with the way that you suggested...
    Only if I give full authorizations for all the modules itu2019s possible for the user to open the crystalu2026
    And I said possible because sometimes with full Authorizations everything it is ok and sometimes not.
    The most strange thing is that if I choose to open a Crystal Report  the display error as i said before is
    for another Crystal Report in SBO menu.
    e.x I choose to run a Daily Cash Report from the User
    and the ERROR Said
    "You are not permitted to perform this action - Outgoing Payments Message 200-30"
    Thanks for your Response

Maybe you are looking for

  • Customer exchange rate issue

    Hello to everyone, we are facing an issue with customer exchange rate. We have a customer belong to a company which pay in EUR while this customer has USD as currency in MASTER DATA. in the quotation (tcode VA23) the price is not picked correctly and

  • Where to find the Opening Balance Of a Profit Center

    Hi, Which report can i use to check the opening balance of a profit center which is carried forward from last year for a balance sheet account?

  • Running a dos command from a java application

    hello, I'm trying to execute a batch file from a java application. I tried with: try Process proc=Runtime.getRuntime().exec("fop -fo "+iXmlFoFile+" - svg "+SvgFileName); }catch (IOException e){System.err.println("Error in conversion of               

  • Upgrade to 10.7.4

    I want to upgrade to 10.7.4 on my Macbook Pro which is currently running 10.6.8. I purchased and installed 10.7.4 on my Mac desktop last year. Do I have to purchase again for my laptop or can I use my order no. to install on my Macbook Pro?. If yes,

  • GC is broken in fp 9.0.124.0

    does anyone think this is working in the latest flash player?