Interactive Report view is empty

Hi,
I'm on CRM 7.0 EHP3. I'm encountering empty report criteria and display when open the Campaign effectiveness and all other interactive report page. Please see the screen shot below. There is no error message on the screen, as well as ST22.
I've configured the interactive report and ran the configuration wizard /CRMBW/CONFIG_WIZARD successfully and no error found.
Also the roles SAP_CRM_OR_ADMIN, SAP_CRM_OR_CONFIG and SAP_CRM_OR_USER and SAP_ALL are given to the user in both clients.
Please let me know what could be the causes.
Thanks in advance.
cheers,
julius

Okay, problem seems solved. I don't know if it is a bug or a feature... (: Anyway, this view selects data from threads that had been created from a portal application. And if you create threads from WC_Collaboration server admin console, there's no data will be selected with FORUMCRAWLER_VW view. Sorry, have no time to check SQL query for those DB view, may be this behaviour is reasonable.
Edited by: Insomnium on 17.01.2013 2:33

Similar Messages

  • Interactive Report Viewing

    Post Author: fahadayub
    CA Forum: Crystal Reports
    The Crystal Report 2008 Features page shows a sample of interactive report viewing where the report is changed between a chart, grid and data view based on a report parameter i.e. multiple views on the same data through a single report.Is this achieved by simply hiding / showing the appropriate sections of a single report? For example if the user selects chart then hide the detail section, if the user select data hide the header section. Ideally I would like to take a look at the report itself but haven't been able to find it in the report samples section.

    You Can download the scr8_distr_expert.exe [Here|http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=http--supportbusinessobjectscom-communityCS-FilesandUpdatesNoNav-scr8distrexpertexeasp&sliceId=&dialogID=25524974&stateId=1%200%2025586513]

  • Interactive report: Can I exclude a particular column from single row view?

    Hi -- I posted on this yesterday (Possible to exclude interactive report column from single row display?
    a bit anxious for suggestions, I guess!
    I've added a column with edit-link functionality to my interactive report query (that is, the link
    is not attached to the database data... it's an additional column and shows an icon). It's also
    in addition to the default single row view link. (We need both.)
    Unfortunately, the Edit link column shows up in the single row view. I've pared it down as much
    as I can: the label is empty, and the null value shows as "-". But an extra row with "-" is pretty
    ugly. Is there a way to always, completely exclude this column from the single row view?
    I know I could put the edit link on a data column, but:
    1) I want the link to always be to the left of the data (and the user can re-order columns)
    2) when the user doesn't have edit privileges, the link will need to be disabled or just not
    be displayed, and I think that would be a problem if the link were on the data. (true?)
    Thanks,
    Carol

    Please disregard this thread, and the one it refers back to. I see a flaw in the design of what I was attempting to do! Creating the link for Editing as a column means the user could inadvertently not display it, or move it, or... any number of problematic scenarios.
    Thanks,
    Carol

  • Interactive Report - Download as xls giving empty report

    Hi,
    I have an interactive report where i have enabled all the available download formats from report attributes. Now, when I go to Actions -> Download  and select format as .csv, html, email, then it works fine. But when I select download format as XLS/PDF then the downloaded file is an empty file (size 0 Bytes). This issue is coming with/without applying filters.
    Any idea how to resolve it?
    PS: I am using APEX version 4.2

    Do you have a print in place?  Fop/BI Publisher are required to create other report type downloads (csv comes standard with APEX)..
    The APEX Listener will replace FOP in producing PDF output..
    Marc Sewtz: PDF Printing with Oracle Application Express 4.2.2
    Thank you,
    Tony Miller
    SmartDog Services
    Austin, Texas

  • Interactive Report using a View with a Pipelined Function

    Hello fellow Apex people,
    I'm Using Application Express 4.1.0.00.32
    I've got an interactive report that references a view (STOCK) and a pipelined function
    The basic query is listed below.
    SELECT S.CHANGED_TIME "Changed Time"
    , S.CHANGED_BY "Changed By"
    , S.ID "Id"
    , STKST_DESCRS.STOCK_STATUS_CODES "Stock Status Codes"
    , STKST_DESCRS.STOCK_STATUS_DESCRS "Stock Status"
    , S.ORIGINAL_CONTAINER "Original Container"
    FROM STOCK S
    , table(LWS_StkstStatus (S.ID)) STKST_DESCRS
    ORDER BY S.CO_ID,
    S.SEQUENCE_NUM;
    When the page is first run all the data is displayed correctly,
    If I define a filter, sort or a blank search the data from the pipelined function (STKST_DESCRS.) becomes null and isn't displayed.
    Does anyone know what is happening?
    Many Thanks

    I'm curious why you find this dangerous. I want a report that looks like this:
    Opportunity X:
    4 - 2-apr-2008 - Closed deal
    3 - 1-mar-2008 - Called Joe again
    2 - 12-feb-2008 - Called Joe
    1 - 14-jan-2008 - Initial call with customer.
    When you enter a new note, I want it to be numbered 5. The only problem I can imagine is someone deleting a note, which will almost never happen, and if it does, it just leaves a numbering gap. I don't see how using the function in a SELECT will accomplish this.

  • Interactive Report based on View

    Hello!
    I've just started to rewrite my Forms applications to Apex.
    Based on an existing view I want to create an Interactive Report, but there is only the choice between 'Table' and 'SQL statement'.
    Is there a way to use the view in a direct manner ( not in a sql statement as 'select * from VIEW)?
    Regards
    Pietja

    Hello Pietja,
    In my APEX env (3.2) an IR can only be based on a SQL Query. You can use the Query Builder to select a table or view, but still it ends up with a SQL Statement.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Interactive report on view based on pipelined table function.

    Hi,
    I want to build an Interactive Report on a view.
    The view definition contains a select on a pipelined table function. I use context functionality to pass paramaters to the pipelined table function.
    A plain select * from #my_view# in SqlPlus results in 121 different rows.
    However, If I base my Interactive report on this view, I get 15 repeated rows (all the same).
    Is it possible to use pipelined table functionality on an Interactive report? I can't seem to get it working.
    If I use the following approach (http://rakeshjsr.blogspot.nl/2010/10/oracle-apex-interactive-report-based-on.html) I do get results, but I can't use this solution for a reason that's not relevant.

    Hello,
    Is it possible to use pipelined table functionality on an Interactive report? I can't seem to get it working. I have used it in one instance and it works fine. However I was passing the values to pipe-lined function directly.
    IR Query..
    SELECT * FROM TABLE(fn_pipeline(:P1_ITEM_NAME))Call pipe-lined function from IR query directly (instead of using view)
    Try sending values to Pipe-lined function directly. In-case if the problem is with setting and getting values from the context?
    Regards,
    Hari

  • Interactive Report - Icon View - Dynamic Columns per Rows ?

    Hi all,
    We use the icon view functionnality in Interactive Report.
    Is there a way to display the 'columns per row' attribute as an application item and set it dynamical via PL/SQL ?
    Any suggestions?
    Thanks in advance for advices,
    Regards,
    Grégory

    Hi,
    Apex 4.0 interactive reports and images (Scott's thread)
    Have some useful information and pointers to the solution you are looking for.
    I hope this help.
    Thank you,
    Ranish

  • Interactive Report's Column Definition - Single Row View Label Bug?

    Hello,
    I have an Interactive report that I've added a Blue background to certain column headings (done by giving Column Heading a background color), this works fine except for the Single Row view - it displays the <....> code I used to get the background color and the column heading. I've tried to change the Single Row View Label by unchecking the 'Use Same Text for Single Row View' on the Column Definition and giving a different label, it just ignores whatever I put in and shows the Column Heading with the < .... > code. Is this a Bug or am I doing something wrong?
    Thanks,
    Anna

    Hi Anna,
    I believe that it is a bug.
    If the 'Use Same Text for Single Row View' checkbox is unticked and some text is entered in the 'Single Row View Label' field it gets ignored completely when viewed in the single row view and the existing value in 'Column Heading' is used.
    I wanted to do something similar to you, colouring some of the Interactive Report column headers, and it works fine in the IR report itself but shows the code (span style:color etc) in the single row query. I am using Apex 3.1.1 and the Sand Theme.
    I created a simple application on apex.oracle.com using the red theme and in single row view it still ignores the 'Single Row View Label' but interestingly shows the Column Heading text without the code. This indicates that there could be a work-around by altering the theme.
    Regards,
    Chris

  • Interactive report based on complex view

    firefox 24 , apex 4.0 , db11gxe ,
    hi all,
    i created an interactive report with this code :
      select c.client_id , c.client_name , c.age , c.email , c.phone ,
    p.payment_date , sum(p.amount) "summary"
    from clients c , payments p
    where c.client_id = p.client_id
    group by c.client_id , c.client_name , c.age , c.email , c.phone ,
    p.payment_date;
    but the problem was i could not delete any of the rows of the report , because there was no checkbox existed , so i created one with "apex_application.checkbox" , and i have got it now , but
    i still can not delete any rows ,
    i created a button to submit the page , and a process with this code
    FOR i in 1..APEX_APPLICATION.G_F01.count
    LOOP
       DELETE FROM cp
       WHERE client_id = APEX_APPLICATION.G_F01(i);
    END LOOP;
    and sure nothing was deleted , and i am facing this error
    ORA-01732: data manipulation operation not legal on this view

    What is the object "CP" ?
    It sounds like it is a view. If it's the same you've used for the IR, then check out "key preserved views"
    Oracle doc - http://docs.oracle.com/cd/B28359_01/server.111/b28310/views001.htm#ADMIN11784
    Tom Kyte - http://asktom.oracle.com/pls/asktom/f?p=100:11:6474092145067::::P11_QUESTION_ID:548422757486
    There could be another issue once you address the error - depending on how you've defined apex_application.checkbox2 (the other is deprecated)
    You may not be associating the correct value in g_f01

  • How to pass ITEM:VALUE pair in ICON view link of Interactive Report

    When Icon View is enabled in an interactive report, you can display graphic images (blob data that are stored in the database) in 3 different views.
    1) View Icons
    2) View Report
    3) View Detail
    When you click on the displayed image in views 1 and 3 you navigate to a form to manage the row data and the image. By default it only passes the PK id of the row.
    How do I pass additional ITEM:VALUE pairs when navigating to the detail form page? I want to pass &APP_PAGE_ID. to the form page as well.
    There is an attribute under ICON VIEW called "Link Column" but if I put the "item:value" pair in the fields for this item's "ColumnLink" attributes, there is no effect.
    Also for bonus points...
    how do you make the ICON VIEW attributes, "HTML ALT Text" and "HTML TITLE Text" dynamic e.g. &ITEM. doesn't work here.
    thanks in advance
    Paul P

    For your link column, parse a link column in your query like so
    apex_util.prepare_url('f?p=M:53:'||:APP_SESSION||'::::P53_IMAGE_ID:'||i.image_id)Scott

  • Download of saved views of an interactive report

    Hi all
    When I am on a saved view of an interactive report and choose 'Download', I always get the data of the actual worksheet but not that form the saved report.
    Has anyone a solution of this problem?
    best regards
    Gerhild

    Hi Dan
    that posting contains a good deal of information about REPORT_ID of an IR on rebuild environment or updating application, but nothing about saving IRs to file.
    But in the meantime I detect the following issues:
    1. using the Repot Id Item of Advanced Attributes, you get the behavior I had described above.
    2. if you keep Repot Id Itemr of Advanced Attributes clean, the current view of the IR is downloaded to the file.
    3. Therfore I thing, that the given REPORT_ID in the Item set in Repot Id Item of Advanced Attributes is only saved once, when loading the page, but not when the current view is changed by asynchronous javascripts (AJAX function apex.worksheet.ws.pull). But the funktion for downloading data of IR (apex.worksheet.ws.download ? - body of function is emty) uses the content of that item obviously.
    I had a look at that scripts, but don't found the link between a variable of javascript and the Repot Id Item. For this reason I wasn't able to check this by eding the javascript of APEX; but I think this will be the only way to get the expected behavior.
    Best regards
    Gerhild
    Edited by: gaselmeyer on Aug 27, 2009 1:08 PM

  • Not able to view reports by users under top org unit- Interactive Reports

    HI,
    We are using CRM interactive reports.
    In my project the client is having 3 Sales Org with two sales office and two sales group for each office respectively.
    When the document is created by the  sales Executiv, he and his manager is able to see it in the reports but the top person of that org unit is not able to see  the report.
       Some say the report can be viewed by only employee responsible and his manager. In my project the core team is sitting in the top ORG unit. They want to see the reports of all the sales org units.
    With Regards,
    Selvam T

    Dear Luke,
    I am not able to see that navigation icons within an org chart box - The org unit that is displayed on clicking the orgchart does have branches in SAP but i am not able to see these navigation icons that lead me to these branches.
    Is there any specific step that needs to be done to see these branches.
    By the way what is the log file you are refering to is it the "PresentationResources.xml " or is it any other log file.
    Regards
    Hkishan

  • Empty CSV exports of data from interactive reports.

    Currently using version 4.2.1.00.08 of APEX. My application has interactive reports; when I try to export data to CSV file, it is empty. Tried HTML, that just has the control widget for the report. I could swear this used to work. Thanks for any help.
    -jg-

    Hi!
    Check that the RFC is set as a trusted connection and it uses the current user for the connection.
    Check that you use the same user in RSCUSTV3 as in the source system you have set up in RSA1 for the REP and the BI client.
    Check that the user you use for this is configured as follow
    - On the tab Logon data select System as User Type, SUPER as User group and also enter an initial password; use password welcome.
    - On the tab Roles assign the roles SAP_BC_USR_CUA_CLIENT and SAP_BC_USR_CUA_SETUP_CLIENT (Valid From and Valid to should be left empty). In addition, assign the profiles S_BI-WHM_RFC and S_BI-WX_RFC on the tab Profiles.
    rollo

  • IMAGE Blob from a View into an Interactive Report.

    I am creating an interactive report from a view. Two tables of interest make up the view:
    Customers (ID, Name, Logo, Mimetype, Filename, Last_Update_Date)
    Projects (ID, Title, CustomerID)
    The view combines them both into
    QryProjectDashboard (ID, Title, CustomerID, CustomerLogo, LogoMimetype, LogoFilename, LogoLastUpdateDate)
    I hope the joins and such are obvious.
    In setting up the report, I add all the columns above from the view. In the Customer Logo field settings, I was trying to set up the BLOB Download Format Mask which asks for:
    1. Format Mask=Download
    2. Blob Table = QryProjectDashboard
    3. Bob Column = CustomerLogo
    4. Primary Key 1 = CustomerID
    5. MimeType Col = LogoMimeyype
    6. Filename Col = LogoFilename
    7. Blob Last Udate Col = LogoLastUpdateDate
    8. Content disposition = Inline
    9. Download Link Text = DOWNLOAD
    Btw, I use all caps in the views and input fields and double checked all the spelling.
    Clicking Apply in the Mask format window is ok, but when I click Apply in the Column Definition window, it complains "QryProjectDashboard" does not exist. So it doesn't seem to like the view.
    So is the problem with using a view? how do I wire up the Blob if the report is based on a view? All the foreign keys are set up and there are no known priv issues.

    Thanks, that worked, but of course I don't like it... it just feels like a hack. I would prefer to keep ID name in my query to point to the main table instead of the child table.
    Also, note that you need to use the function dbms_lob.getlength around the BLOB column to convert it to a number.
    A description of this can be found on the thread:
    http://forums.oracle.com/forums/thread.jspa?messageID=2701034

Maybe you are looking for

  • Satellite P855-105 - 3D is not working

    Problem with a brandnew Satelite P855-105 with the glasses Free 3D Display: Brandnew unit - Factory installed. Even playing of one of the 3 3D Videos preloaded from Toshiba does not workt. The Toshiba Player start's but it displays 2 pictures side by

  • SQL Qurey Problem

    I have produced the below query for the production department to see what orders are due to be despatched in a particular month. Some of our sales orders are split delivery so i have to do this on a line basis. I am wondering whether i can use a case

  • How to send IDOC Status confirmation

    HI, I would like to know an STANDARD way of sending the IDOC status to XI system. The scenario is as follows: INVOIC01 reception: EDI -> XI/PI -> SAP (using WE20 EDI partners LI) I need to send the IDOC INVOIC01 status back to XI/PI. The RBDSTATE pro

  • Cannot get facetime to work on ipad 2

    Help anyone, I cannot get facetime to work on my ipad 2.  I have facetime working on my imac fine and am using the same wi-fi connection with my ipad. The ipad will make the call, but you cannot connect. Any suggestions?

  • Problem updating app in iTunes

    iTunes says I have updates available, but when I click Get Updates it says "(my account name) has no updates currently available, to check for updates for another account, sign in with that account" Problem is, this is my only account, the same accou