To generate a report on the download

Hello

Our client needs a report on the "number of times where that a document is downloaded by the user".


Is there any table name specific to the datatbase content where the details of the downloaded document is stored, so that it can be used to retrieve the report.

I know that happy tracker has some details about it but I need a report which are accessible by the user and the need for customization on the report, make the database table where this information is stored will be great.

Thank you and best regards,

Nitin

Hi Nitin,

Where this information is stored (on access or download of content) isSctAccessLog

Thank you

Srinath

Tags: Fusion Middleware

Similar Questions

  • How to generate a report of the duration of the sessions remotely on windows server 2008 r2?

    Hello

    I have about 10 (local users, not domain) users who are loging in Microsoft Server 2008 R2 to use accounting and planning software (using RDS) remotely. I would like to generate a report for the time spent to see how many hours each of them had been registered. Ideally, I would like to see all of last year (2011). Is it possible to do? Thank you in advance!

    Stan

    Post in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • Is there a way to generate a report via the command-line script or groovy?

    I would like the option to generate a report (for example, model "Host physical load summary") from the command line, where I will provide the settings he needs.   Is there a way to do in groovy?

    Okay, maybe this constant is not declared in 5.5.8.2 yet. Just replace-1

  • Generate a report of the decision with the batch?

    Hello

    I use the OPA 10.4.4 and I need to run a calculation for several cases.

    I am interested in Batch Processor with Java implementation.

    I tested the batch with csv output. That's exactly what I need, except that I have not found how to get the record of decision.

    I tried to add the option "result-style = 'decision-report' ' for my output in the xml configuration file attribute, but all I get output is the value of the attribute."

    Does anyone know if it is possible to obtain a decision with the batch report?

    Thank you

    Noémie

    Sorry for the late reply on this John.

    Unfortunately, records of decision for a deducted output value is not a supported processor batch feature, and the 'output-style' attribute will be ignored in a data map. The output values deducted one batch processor.

    See you soon

    Frank

  • Generated 11g report from the database?

    Is there a way to run a report of Oracle 11g from the database?
    I want to just out of the PDF file.

    "Event-Driven Publishing API is an API of PL/SQL, which allows automated submission jobs report Oracle within the data base Services."
    http://docs.Oracle.com/CD/E21764_01/bi.1111/b32121/pbr_evnt.htm#g1011531

  • PowerCli script to generate the report for the VM and ESXi model

    Hello

    I'm trying to generate a report for the virtual machines to a domain controller that includes the operating system, Cluster and host of brand and model of ESXi, but for some reason any the ESXi info does not come through. Any help is greatly appreciated.

    Get-data center 'TEST ' |

    Get - vm |

    WHERE-object {$_.} PowerState - eq "Receptor"} |

    Select Name, @{N = "OS"; e = {$_.}} Extensiondata.Guest.GuestFullName}},

    @{N = "Cluster"; E={$_. VMHost.Parent}},

    @{N = 'Esxi model'; E = {Get-VMHost - VM $_.} VM | {{Select model}}

    The virtual machine has the properties of the host.  For your information "Model ESXi" use $_. VMhost.Model, $_ is the current information for pipeline for the virtual machine.  You did for the section "cluster".

  • Report of the Oracle

    Hi all

    I have not in work in the reports from Oracle 10 g using the report generator. Can anyone please suggest me a good link to generate a report using the value sets, resize leaders etc.

    Thanks in advance,
    Roselyne

    Hi Flo;

    Please follow below and see its helpful:

    http://download-West.Oracle.com/docs/HTML/B10602_01/TOC.htm
    http://www.Oracle.com/technology/documentation/reports.html
    http://www.Scribd.com/doc/3960412/BASIC2-Oracle-reports-10G-tutorials

    Respect of
    HELIOS

  • Report with the stored procedure Designer

    I use ColdFuiosn and MS SQL server.

    I use a procedure stored for my report using ahead of Report Builder query as follows.

    < cfquery name = "ReportQuery' datasource 'myDataSource' = >

    run MyStoredProcedure MyParam1, MyParam2

    < / cfquery >

    I'm the designer of reports ColdFusion can automatically retrieve metadata for fields in the report.

    Can you please advice how I can manually for the domain information to place on the report designer?

    Your information and help is much appreciated,

    Kind regards

    Iccsi

    I just need to create fields on the user interface of the generator of reports on the field and the parameter section,

    Thanks for your information and help,

    Kind regards

    iccsi

  • Generate a report with table three

    Hi friends,

    I have three table
    1-
    CREATE TABLE 'TRANSACTION_DETAILS '.
    (NUMBER OF 'S_NO',
    NUMBER OF "BILL_NO."
    DATE OF THE "BILL_DATE."
    VARCHAR2 (1000) "PARTY_NAME."
    VARCHAR2 (20) "VEHICLE_NO."
    'NOM_ELEMENT' VARCHAR2 (500),
    VARCHAR2 (4000) "DESCRIPTION."
    NUMBER OF "QUANTITY."
    NUMBER OF 'RATE. '
    NUMBER OF 'AMOUNT. '
    ENABLE 'TRANSACTION_DETAILS_CON' CONSTRAINT PRIMARY KEY ('S_NO')
    )
    /

    2-
    CREATE TABLE 'LAB_WORK_DTL '.
    (NUMBER OF 'ID',
    NUMBER OF "BILL_NO."
    DATE OF THE "BILL_DATE."
    VARCHAR2 (1000) "PARTY_NAME."
    VARCHAR2 (20) "VEHICLE_NO."
    VARCHAR2 (4000) "WORK_DETAIL."
    NUMBER OF "LABOUR_AMT."
    ENABLE 'LAB_WORK_DTL_PK' CONSTRAINT PRIMARY KEY ('ID')
    )
    /
    3-
    CREATE TABLE 'JOB_CARD_DETAILS '.
    ("ID2" NUMBER,
    NUMBER OF "BILL_NO."
    DATE OF THE "BILL_DATE."
    VARCHAR2 (1000) "PARTY_NAME."
    VARCHAR2 (20) "VEHICLE_NO."
    NUMBER OF 'AMOUNT. '
    ENABLE 'JOB_CARD_DETAILS_CON' CONSTRAINT PRIMARY KEY ("ID2")
    )
    /


    I want to generate a report of the total amount of the Bill as
    BILL_NO, BILL_DATE, VEHICLE_NO, SUM (AMOUNT), SUM (LABOUR_AMT), SUM (AMOUNT)

    I USE

    Select a.BILL_NO, a.BILL_DATE, a.PARTY_NAME, a.VEHICLE_NO, SUM (a.AMOUNT), SUM (b.LABOUR_AMT), SUM (c.AMOUNT) of TRANSACTION_DETAILS a, LAB_WORK_DTL b, c JOB_CARD_DETAILS where a.PARTY_NAME = b.PARTY_NAME and a.PARTY_NAME = c.PARTY_NAME and a.PARTY_NAME =: Group P38_PARTY_NAME by a.bill_no, a.BILL_DATE a.PARTY_NAME, a.VEHICLE_NO, b.bill_no, b.BILL_DATE, b.PARTY_NAME, b.VEHICLE_NO, c.bill_no, c.BILL_DATE, c.PARTY_NAME, c.VEHICLE_NO

    SUM (a.AMOUNT), SUM (b.LABOUR_AMT), SUM (c.AMOUNT) according to THIS amount CODE of these columns are not correct and there is one more problem if BILL_NO does not LAB_WORK_DTL JOB_CARD_DETAILS this table result shows NO DATA FOUND but BILL_NO is available in
    TRANSACTION_DETAILS this table.

    How can I generate this report.

    Thank you
    Ed
    SQL> select a.BILL_NO,a.BILL_DATE,a.PARTY_NAME,a.VEHICLE_NO,
      2         SUM(a.AMOUNT),
      3         (select SUM(b.LABOUR_AMT) from LAB_WORK_DTL b
      4          where a.PARTY_NAME =b.PARTY_NAME
      5            and a.bill_no = b.bill_no
      6            and a.vehicle_no = b.vehicle_no) labour_amt,
      7         (select SUM(c.AMOUNT) from JOB_CARD_DETAILS c
      8          where a.PARTY_NAME = c.PARTY_NAME
      9            and a.bill_no = c.bill_no
     10            and a.vehicle_no = c.vehicle_no) job_card_amt
     11  from TRANSACTION_DETAILS a
     12  where a.PARTY_NAME ='A'
     13  group by a.bill_no,a.BILL_DATE,a.PARTY_NAME,a.VEHICLE_NO;
    
       BILL_NO BILL_DATE PARTY_NAME VEHICLE_NO SUM(A.AMOUNT) LABOUR_AMT JOB_CARD_AMT
    ---------- --------- ---------- ---------- ------------- ---------- ------------
             5 05-MAR-10 A          112                   62        400          700
    

    Max
    http://oracleitalia.WordPress.com

  • How to generate an output PDF report when the layout template is an Excel file in the editor of BI 11.1.1.7

    That's what I did...

    1. create the new report

    2 create a report using an existing data model (browse and choose a data model)

    3. How do you create your report? (click used report editor)

    4. click on finished (and then saved the report)

    5. then he asked me to create the page layout (I chose to download or generate a layout and then traveled to a downloaded my model with XDO_ * the columns of the excel data model mappings)

    Template file = model Excel, locale = English (United States)

    5. click on Upload

    6. then click view the report top-right, which has opened my file name of "my_report_layoutname.xls" with sheet report 1 (OPE all mapped very well) and a sheet of xdo_metadata.

    I just wanted to step 6 is a sheet 1 pdf report.    How do I do that?  Could not find the place where I can clarify that.

    Mr. Jamal

    Layouts Excel generate only one exit Excel. (CSV takes no account of the provision is therefore an option for any layout.)

    You use RTF or PDF or page Template Builder (XPT) layouts to generate PDFS.

    The LOV to find output formats by modifying the report and selecting a list.

    The table has a column to the output formats, it is controlled by the format of the presentation that you have built.

    Kevin

  • Call in the report for PDF download query does nothing

    I am trying to download a PDF report based on 2 queries. Each query has a where clause clause with values taken from the page elements. I installed Publisher OBI 11.1.1.5 and used the term of Publisher 11.1.1.5 OBI plug-in to create the RTF file that I downloaded then the components Shared-> presentation of the State.

    I created a new button in the region to call the report query. However, whenever I click on the button to download the PDF file, nothing happens. I looked at the debug and the button seems to be running OK, except that nothing happens.

    The APEX of BOIP configuration works since I was able to have BOIP generate another report that do not use the predefined query. In other words, parts of reports including the attributes defined print "allow printing of the report = Yes" and 'layout of report = report default layout' work very well. Reports based on the query predefined and launched with a button in the region do nothing.

    Environment: APEX 4.1, DB 11.2.0.2, BOIP 11.1.1.5

    Any contributions to this PDF issue is greatly appreciated.

    Thank you
    Reid

    Hello Reid,

    Thanks for reporting back!

    It now works with a button linked to printing the report query URL. This method was not working before because when I deleted/recreated the presentation of the report, the layout of request report report had to "use generic Report Layout. When I changed the presentation of the report query to the name of the correct report layout, button link to the print URL worked as expected.

    He therefore finally brought its fruits check attributes...

    Still, he doesn't when I create a button with action = 'Download printable report Query'. I tried several times, but couldn't make it work. It seems that it is a bug, but I can't say for sure.

    It should work as long as you have configured the report query according to the needs and assured the session state is included.

    Go ahead rather than use the with action = "Download the printable report query", I'll use a button with Action is "Redirection of URL" where the URL is the URL for the report query printing.

    In this case, my guess would be the session state, because you will always she, when redirecting to the session, and the report query seems to agree.

    -Udo

    P.S.: If you don't mind, please check all useful or correct accordingly to ensure that other users of the forum search can identify those posts easily.
    Thank you!

  • Trying to re-create the downloadable report - sort of

    I have a report focused on the region of PL/SQL that loops through several satellite offices after the selection of a regional office and generates a report containing a title, summary and data. Management wants to be able to download the data in the report and APEX provides only this convenience area of standard report, so I'll try a workaround.

    I created a popup page that can be called from a HTML button incorporated into the report. The problem I get is that the button must undergo three values to the popup page in order to generate the report, and I'm doing something wrong with regard to dates, because when I display the variables if sent to the popup, I get the desktop #, but the dates are coming as long as 0.0012437810945273632 and 0.002736318407960199 (from and to dates).

    Can someone indicate where in my efforts of string concatenation that goofed upward?
    create or replace PROCEDURE PROC_TONMILERPT(dt1 DATE, dt2 DATE, c NUMBER)
    as
      dt_from    DATE           := dt1;
      dt_to      DATE           := dt2;
      dt_from_txt    VARCHAR2(12);
      dt_to_txt      VARCHAR2(12);
      cust       NUMBER         := c;
      ttl_dys    NUMBER;
      cursor c_proj is select ORG_ID, ORG_NM from ORG_ENTITIES
                        where CUSTOMER_ID = cust
                          and ORG_ID NOT IN (200,300,400,500,600,700,800,900);
      v_org      NUMBER;
      v_orgnm    VARCHAR2(47);
      cursor c_rpt is select STN, MILES, SUM(TTL_WT)
                from (select s.SHORT_NM||'-'||j.PILE_CODE_ALT_FLAG as STN, r.CYCLE_MILES/2 as MILES,
                             SUM(CASE WHEN w.SPOT_WEIGHT = 0 THEN NVL(j.MAN_SPOT_WT,0)
                                      ELSE w.SPOT_WEIGHT
                                      END) as TTL_WT
                        from TC c, TC_LOAD_JOBS j, STATIONS s, LOAD_RATES r, SPOT_WEIGHTS w
                       where c.TC_ID = j.TC_ID and j.LOAD_RATE_ID = w.LOAD_RATE_ID
                         and w.DATE_INDEX = c.DATE_INDEX
                         and j.LOAD_RATE_ID = r.LOAD_RATE_ID
                         and FN_STN_KEY(j.FACTORY_ID,j.STATION_ID) = s.KEY_ID
                         and c.DATE_INDEX BETWEEN dt1 and dt2
                         and j.FACTORY_ID = v_org
                       group by s.SHORT_NM||'-'||j.PILE_CODE_ALT_FLAG, r.CYCLE_MILES
                       union
                       select s.SHORT_NM||'-'||j.ALT_FLAG as STN, r.CYCLE_MILES/2 as MILES,
                              SUM(DECODE(j.AVG_SPOT_WEIGHT,0,j.ACT_SPOT_WEIGHT,j.AVG_SPOT_WEIGHT)) as TTL_WT
                        from TC_3RDPARTY c, TC_3RDPARTY_JOBS j, STATIONS s, LOAD_RATES r
                       where c.TC_ID = j.TC_ID and j.LOAD_RATE_ID = r.LOAD_RATE_ID
                         and FN_STN_KEY(j.FACTORY_ID,j.STATION) = s.KEY_ID
                         and c.DATE_INDEX BETWEEN dt1 and dt2
                         and j.FACTORY_ID = v_org
                       group by s.SHORT_NM||'-'||j.ALT_FLAG, r.CYCLE_MILES)
                group by STN, MILES
                order by STN;
      x_fact     NUMBER;
      x_stn      NUMBER;
      x_stn_nm   VARCHAR2(47);
      x_alt      VARCHAR2(7);
      x_rt       NUMBER;
      x_mls      NUMBER;
      x_tons     NUMBER;
      x_lds      NUMBER;
      x_tnmls    NUMBER;
      z_tnmls    NUMBER      := 0;
    BEGIN
      ttl_dys      := dt_to - dt_from;
      dt_from_txt  := to_char(dt1,'MM/DD/YYYY');
      dt_to_txt    := to_char(dt2,'MM/DD/YYYY');
      htp.p('&lt;table width="500"&gt;');
          htp.p('&lt;tr&gt;&lt;td width="40%"&gt;Ton Mile Report&lt;/td&gt;');
              htp.p('&lt;td rowspan="3" width="60%" class="ttl"&gt;Transystems&lt;/td&gt;');
          htp.p('&lt;tr&gt;&lt;td width="40%"&gt;From '||to_char(dt_from,'MM/DD/YYYY'));
                  htp.p(' To '||to_char(dt_to,'MM/DD/YYYY')||'&lt;/td&gt;&lt;/tr&gt;');
          htp.p('&lt;tr&gt;&lt;td width="40%"&gt; '||ttl_dys||' day period&lt;/td&gt;&lt;/tr&gt;');
      htp.p('&lt;/table&gt;');
     
      OPEN c_proj;
        LOOP
          FETCH c_proj into v_org, v_orgnm;
          EXIT WHEN c_proj%NOTFOUND;
      htp.p('&lt;p&gt;'||UPPER(v_orgnm)||'&lt;/p&gt;');
      --Project Work
      htp.p('&lt;table border="1" width="500"&gt;');
          htp.p('&lt;tr&gt;&lt;th width="40%"&gt;Pile&lt;/th&gt;');
              htp.p('&lt;th width="20%"&gt;Ton Miles&lt;/th&gt;');
              htp.p('&lt;th width="20%"&gt;Tons&lt;/th&gt;');
              htp.p('&lt;th width="20%"&gt;Loaded Miles&lt;/th&gt;&lt;/tr&gt;');
            x_tnmls     := 0;
            OPEN c_rpt;
              LOOP
                FETCH c_rpt into x_stn_nm, x_mls, x_tons;
                EXIT WHEN c_rpt%NOTFOUND;
                  z_tnmls   := z_tnmls + x_mls*x_tons;
                  x_tnmls   := x_tnmls + x_mls*x_tons;
          htp.p('&lt;tr&gt;&lt;td&gt;'||x_stn_nm||'&lt;/td&gt;');
              htp.p('&lt;td class="r"&gt;'||to_char(ROUND(x_mls*x_tons,0),'999G999G999')||'  &lt;/td&gt;');
              htp.p('&lt;td class="r"&gt;'||to_char(ROUND(x_tons,2),'999G999G999D99')||'  &lt;/td&gt;');
              htp.p('&lt;td class="r"&gt;'||x_mls||'  &lt;/td&gt;&lt;/tr&gt;');
              END LOOP;
            CLOSE c_rpt;
        ----Create a button for popup download
          htp.p('&lt;tr&gt;&lt;td&gt;&lt;input type="button" value="Download" onclick="callTonMilePopup('||v_org||','|| dt_from_txt||','|| dt_to_txt||')"&gt;&lt;/td&gt;&lt;/tr&gt;');
        ----
      htp.p('&lt;/table&gt;');
      htp.p('&lt;p class="t"&gt;Total for '||v_orgnm||' -  '||to_char(ROUND(x_tnmls,0),'999G999G999'));
          htp.p('  Ton Miles and   ');
          htp.p(to_char(ROUND(x_tnmls/ttl_dys,0),'999G999G999')||'   Average Ton Miles per Day&lt;/p&gt;');
        END LOOP;
      CLOSE c_proj;
     
      htp.p('&lt;p class="t"&gt;Customer Totals -  '||to_char(ROUND(z_tnmls,0),'999G999G999'));
          htp.p('  Ton Miles and   ');
          htp.p(to_char(ROUND(z_tnmls/ttl_dys,0),'999G999G999')||'   Average Ton Miles per Day&lt;/p&gt;');
    END;
    /
    Here is the header:
    &lt;script language="JavaScript" type="text/javascript"&gt;
      function callTonMilePopup (formItem1, formItem2, formItem3) {
        var formVal1 = formItem1;
        var formVal2 = formItem2;
        var formVal3 = formItem3;
        var url;
      url = 'f?p=&APP_ID.:1347:&APP_SESSION.::::P1347_ORG_ID,P1347_FROM_DT,P1347_TO_DATE:'
           +formVal1 +',' +formVal2 +',' +formVal3;
      w = open(url,"winLov","Scrollbars=1,resizable=1,width=600,height=1000");
      if (w.opener == null)
      w.opener = self;
      w.focus();
      }
    &lt;/script&gt;

    He did the math on your date: 02/05/2010 = 0.001243781094527363184079601990498

    Add quotes around your casting call to the javascript function:

    .
    .
    .
    HTP.p (')');
    .
    .
    .

  • generate two reports the same performance xml

    I need to generate a summary report and the detailed report of execution even.

    Detailed report will record all operations marked as result Record

    Summary report to record only the steps that are of type success/failure, Digital Test limit, limit test String and MultiNumeric.

    So far, I was able to generate two detail of execution even report and can save each report in separate folder.

    How to get summary data and detailed report of the sequence running?

    Give this one a try.

    I have only a single sequence Recurse result list that you call your sequence of test report reminder.

    I hope that makes sense.  Let me know if you have any questions.

  • Change the sequence of commands to generate two reports by USE with different names.

    I have a special situation for the model of batch processing.

    Each DUT consist of two distinct products that need to be tested as a single unit.

    I can run every USE and generate a test for each report.  -aka. The standard use case works very well.

    However, we would like the records using this method. So I need a copy with a different name for each series.

    The idea behind this is that we have a story running for each half of the UUT. Given that the two halves will probably never meet.

    I looked at the BatchModel.seq and read some of the documentation, but I'm having a hard time to understand what is happening.

    I guess the items highlighted above are where the object to measure reports are generated. However, I don't know the mechanism for giving them the names among the Options report-> report menu Pathname file or how to change between these two points in time. Also are there tricks to get the report in duplicate with a different path in this configuration.

    All links to the relevant information would be useful. Thank you

    Just copy these two steps and between them and the copies have another step that is just a statement.  There, you can change the path of the report by setting parameters. TestSocket.ReportFilePath the new path.

    Ideally what you would do, is that the client using a callback.  So, your code would look like this:

    Write the object to measure report

    Write the report of the object to be measured (on the fly)

    Define report path reminder (override in customer OR statement step)

    Write the object to measure report

    Write the report of the object to be measured (on the fly)

    Hope this helps,

  • Generate the report for the custom period

    I did experiment with Foglight NMS for the past few weeks. I have search in the forums and hunts around the tool, but I've not found a way to generate a report on a custom period. For example, I would like to run a report, see use of bandwidth during opening hours. The only options I see is "last hour", "Last day", "Last week", etc. "." Is this possible? Any help or ideas would be appreciated.

    Hi Michael,

    While we do not have a report which shows the range you're looking for, you can see the use of bandwidth via NetFlow. I know it is not a report, but could be able to show the amount of data sent over the network for a period of time. Lies and must have the feature seen on the road map.

    Mario

Maybe you are looking for