Show details from a Report in some items with OnMouseOver-Event

Hi,
I am partially successful.
I have a report where I show LAST_NAME and FIRST_NAME. If I move with the mouse over the report I want so see some details (salary and job) in display-only-items under this report.
Take a look in this screenshot:
Screenshot
This is working if the mouse is over the word of a last name, as example "King" Then I see the details for King. But I want to see also the details, if I am not exactly over the word "King", this have to work also for the whole row. How can I do this? Is there a event "OnMouseOverRow" for tables or like this?
Here is the select for the report:
select '<span onmouseover=details("' ||
          e.employee_id || '","' ||
          e.salary      || '","' ||
          e.job_id      || '");>' ||
          e.last_name || '</span>' as last_name,
       e.first_name
from oehr_employees eAnd this is the JavaScript:
function details(id, gehalt, job){
  html_GetElement('P1_JOB').value = job;
  $x('P1_JOB_DISPLAY').innerHTML = job;
  html_GetElement('P1_GEHALT').value = gehalt;
  $x('P1_GEHALT_DISPLAY').innerHTML = gehalt;
}Regards,
Mark
Edited by: pinnom on Nov 24, 2011 1:56 PM

bump
Thanks.

Similar Messages

  • Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer

    I have connected TABULAR Model to Excel, and in the pivot the filter is on multiple dimensions. When doing the drillthrough action it gives error - Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer
    Is there any workaround to this error?  so that drillthrough can be done even with multiple selection.

    Hi Vikas,
    The reason behind the error message requires the knowledge on what happens at the backend. When you perform a drill-through action, a query is sent to Analysis Services. This query is expressed in a query language called Multi-Dimensional Expression (MDX).
    Since the MDX language doesnot support drill-through command against a set (collection of tuples) an error is persisted. 
    For now, there is no workaround as it is a limitation of the underlying language that is generating the query.
    When multiple items are selected you lose the ability to drill-down on individual metrics. To resolve you must either:
    1. Select a single Item.
    2. Select all items.
    Hope this helps!
    Please mark as Answer if this helps! Thanks, Rajasekhar.

  • Form with report, where some items in the form have been given values.

    Hi, greetings:
    I have a question that maybe silly but annoying to me. I need to provide a form with report, where some items in the form have been given values automatically, and these items (display only) are supposed to show given values in the form automatically.
    I used the APEX form with report. The update and delete worked well. But I cannot show automatic values when insert. By default APEX insert form makes every item null; I tried to give value for two items: P5212_USERKEY, P5212_DAILY_VER_DATE with process before header, after header, after regions and before footer, and computation, or set values of these two items in the branch when user hit create button (submit). It never worked out, the two items always displayed null value, and when I insert, I got "ORA-01400: cannot insert NULL into ("TBSBI"."DAILYVERPRODNOTE"."USERKEY")", since I have set up constraint in database that these two columns should not be null.
    Could anyone help on this? any suggestion would be appreciated.
    Sam

    If you have made these values 'Display Only' they would by default not save the session state. Accessing the page items will always return NULL. Did you change the 'Save Session State' option to 'Yes'?

  • How to show details from web part as pop up window

    Hello
    I designed few web pages in SharePoint Designer 2010 and trying to customize it. I have a XSLTListView web part that is displaying filtered data from the external SQL database. When user choses the item from this list, I need it to show in the new pop
    up window. I can't seem to find the way to do it. Saw multiple references to use SP.UI.ModalDialog.ShowPopupDialog(url), but I don't know how and where to incorporate it, since there is no place in the page where it actually specifies that url
    of the page that I need to show as pop up.
    Below there is a code for the XsltListWebPart, where I'm hoping I could make changes to make it pop up (it seems that this is the part that is calling the display details form). The form that I'd like to pop up is DispForm.aspx
    <script>
    function showpreview<xsl:value-of select="$ViewCounter" />(o) {
    count = 1;
    for(i = 0; i &lt; o.childNodes.length; i++)
    var child = o.childNodes[i];
    if (child.style.display == &quot;none&quot; &amp;&amp; child.tagName == &quot;DIV&quot;)
    f = document.getElementById(&quot;n&quot; + count + &quot;<xsl:value-of select="$WPQ" />&quot;);
    f.innerHTML = unescape(child.innerHTML) + &apos;&#160;&apos;;
    count ++;
    </script>
    <div id="previewpaneerror{$ViewCounter}" style="width: 801px"></div>
    <table cellspacing="0" cellpadding="0" border="0" id="previewpanetable{$ViewCounter}" dir="{List/@Direction}">
    <xsl:choose>
    <xsl:when test="not($dvt_RowCount=0)">
    <tr>
    <td valign="top" style="width: 186px">
    <div class="ms-ppleft" style="width: 100px">
    <table cellspacing="0" cellpadding="0" border="0" style="width: 122%">
    <xsl:apply-templates select="." mode="RenderView"/>
    </table>
    </div>
    </td>
    <td valign="top">
    <div id="preview1{generate-id()}" class="style2" style="width: 690px; margin-left: 30px;">
    <table border="0" cellpadding="0" cellspacing="0">
    <xsl:for-each select="ViewFields/FieldRef[not(@Explicit='TRUE')]">
    <tr>
    <td nowrap="nowrap" valign="top" class="ms-formlabel" style="width: 143px">
    <nobr>
    <xsl:value-of select="@DisplayName"/>
    </nobr>
    </td>
    <td valign="top" class="ms-formbody" id="n{position()}{$WPQ}" style="width: 370px">
    </td>
    </tr>
    </xsl:for-each>
    </table>
    </div>
    </td>
    </tr>
    </xsl:when>
    <xsl:otherwise>
    <tr>
    <td class="ms-vb">
    <table class="ms-summarycustombody" cellpadding="0" cellspacing="0" border="0">
    <xsl:call-template name="EmptyTemplate" />
    </table>
    </td>
    </tr>
    <tr>
    <td height="5">
    <img src="/_layouts/images/blank.gif" width="1" height="5" alt="" />
    </td>
    </tr>
    </xsl:otherwise>
    </xsl:choose>
    </table>
    </xsl:template>
    Alla Sanders

    Hi Alla,
    You can show details from web part as pop up window using JavaScript with SP.UI.ModalDialog.ShowPopupDialog(url). Here is a demo you can refer to:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function(){
    var obj1=$("a[id='forum0-NewPostLink']");
    url="http://sp13"+obj1.attr("href");
    //alert(url);
    obj1.removeAttr("href");
    obj1.click(function(){
    openDialogBox(url);
    function openDialogBox(url) {
    var pageUrl=url;
    var title="New Discussion";
    SP.UI.ModalDialog.showModalDialog(
    url: pageUrl,
    autoSize: true,
    title: title,
    dialogReturnValueCallback: function (result){
    if(result== SP.UI.DialogResult.OK){
    //refresh parent window
    window.location.href=window.location.href;
    </script>
    Reference:
    https://social.technet.microsoft.com/Forums/en-US/f18062ed-2e17-440e-8e00-2904f5316802/discussion-board-forum-opens-in-other-page?forum=sharepointdevel
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Report on PO items with acount assignement

    Hi Experts
    Is there any standard report for PO items with GL account information.
    Warm regards
    ramSiva

    Hi,
    Use reports;
    ME2K - Purchase Orders per Account Assignment
    ME2J - Purchase Orders per Project
    Note: - In Dynamic Selection option, enter the GL Account and run the report else in output, create a report layout with GL Account.

  • Copy paste text from pdf exported from Microsoft.Reporting.WinForms.ReportViewer control with Czech specific characters produced box charactex or ?.

    Used Visual studio 2012. In our project there is used the Microsoft.Reporting.WinForms.ReportViewer control. In the report handled by the control are TextBoxs with a text with Czech specific characters e.g. (ř, ě, ...) . When exporting the report to pdf,
    characters are displayed correctly. However when the text with czech characters in the pdf if copied and  placed into the seach box in the pdf document only box characters are displayed. The TextBox in the report use the default font Arial. When the report
    is exported to Word, and then the Word document is saved as a pdf document, its ok. Coping a text with Czech charactes in the result pdf document and pasting into the search box displays again Czech characters not box characters.
    Also when in the report handled by the ReportViewer control are several Tex Boxes and some of the boxes contains Czech characters and some not, after exporting to a pdf document there is problem with text selection. When in the pdf document I'm trying to
    select several paragraphs, some with Czech characters and some without them, selection behaves strangely and jumps from one paragraph to another unexpectedly.

    Hi,
    did you managed to avoid those squares?
    BTW: if any such char. is encountered in a line, the entire line of text is grabbled.
    I've tried even the ReportViewer from MSSQL 2014, but got the same problem. When I've tried IL Spy, I found a code, where it is checked if the PDFFont is composite - depending on that a glyph is created. But that still only a guess.
    I've tried Telerik's reporting, they have similar problem (beside other), but not with the special characters. They produced scuares for some sequences like: ft, fi, tí.
    Please give any info you got.
    Until then my advices for you:
    a) try JasperReports (seems theyre most advanced, although it is java)
    b) Developer express has quiet quality reports - and it seems they got those special chars. right :D
    c) I created a ticket and waiting for Telerik's response (but if I had to choose reporting, I vould stick with a) or b)

  • REM Reporting Point line item with operation number 9999

    Dear guru,
    I run MFBF with a REM Profile that post Automatic GR and Activities.
    I have four operation in the material routing (10,20,30,40)
    For the first three operations I want to confirm them with target activities
    I define Third Operation with operation number 30 as "Reporting Point Operation"  and
    set the necessary settings for Reporting Point at Rem Profile.
    After the confirmation I check MF12 (display document log information).
    I see two reporting point line item : one for operation number 30 and one for operation number 9999
    The system update in table AFRU only operation 30.
    So I donu2019t know the activities confirmed with operation 10 and 20.
    Do you help me ?
    Thanks in advance.

    Hi dude:
    Once I had this problem, and was due to a wrong definition of the parameters used in the formula for calculating the activities in to the operations.
    You can chek it in the next path:
    IMG route
    Production > Basic Data > Work Center > Costing > Work Center Formulas > Define formula parameters for work centers & Define formulas for work centers
    Make sure that these parameters are correctly linked to the formulas.
    Please, let me know if this info was useful for you.
    Regards
    Omar Perea

  • Restored from backup - trouble authorizing some items

    I had to restore from a backup. It now won't authorize about 100 items to be played or synced with my iPod. It is asking me for my old Apple ID that I changed when I got my mac as I then had a .mac account to use.
    What can I do to get all those purchases back onto my iPod and be allowed to play them on my computer.

    I had a similar problem a few months ago and received some help from Apple that allowed me to re-download my purchased music. I don't remember for sure, but I think I started here:
    http://www.apple.com/support/itunes/store/browser/

  • Excel Report instance showing blank (from Crystal report)

    Hi,
    We are uisng BOXI 3.1. When user login to infoview and see the report instance (Crystal report) for first time it shows blank and it opens in the same infoview page. Once they log off and logback in then they open report instance they are able to see the data.
    We are using excel 2003. Is this bug or something we need to configure on server side.
    Thanks,
    Nimesh.

    Hi,
    I observed one more thing.
    it is opening Excel within a Frame in their Infoview Browser.
    We are using IE 7 and excel 2003.
    On some workstation its opening in new windows it looks like its working fine there. So if its opening in same infoview browser it giving trouble.
    Is there any setting i need to do on client machin to open in new window.
    Thanks.

  • Hide or show column from a report region based on user logged in

    Hi,
    I have this criteria, where I need to display a column on a report page but depends on the users logged in ( APP_User).
    On the field(column page) there is the Conditional Display option
    Conditional Display
    Condition Type: I choose the option where "item value in Expression 1 = expression 1
    *Expression 1*
    App_USER
    *Expression 2*
    I need to add 4 user names here that they allowed to view that column
    My question is how to list the names in expression 2 field, it worked when I added one name, but when I listed 4 names separated by comma, it didn't work.
    I appreciate any help or any solutions from you.
    Thank you.
    Sofia

    If you use "Text in Expression 1 is contained in the Value of Expression 2" then you can provide a comma-separated list. The only thing to watch out for is if you have a user "Bob" and a user "Bob Smith" then you will get a match on "Bob Smith" for the user "Bob"

  • Can't export from ECC report to Excel 2010 with more than 65 K Rows

    I see several posts about Excel 2007 and the 65K row limitation, but we are rolling out Office 2010 (Excel 2010) and find that it still will not allow download of more than 65,000 from an ECC report screen.
    Excel 2010 is supposed to handle over a million rows, and user is receiving an error message that they can not  do this.
    Will SAP allow download to Excel 2010 of more than 65K rows?  
    Are there Excel settings, or GUI levels / settings we have to have ? 
    Ruth Jones

    Details from the end User:   
    When you export line items from any detailed line item transaction in SAP that supports exporting to an excel format, SAP will only allow you to export 65K+ lines, equal to the number of line items that were available in the Excel 2003 format.  If you have more than that many line, you have to download the file as u201Cunconverted.u201D  While you can then open the u201Cunconvertedu201D file in excel, it is not properly formatted correctly, and may contain page headers and footers that need to be deleted.  In Office 2007/2010, excel was extended to 1 million+ line items.  When will SAP excel integration be upgraded to expand beyond the old 65K limit on number of exportable line items in excel format?
    For example, transaction FBL3N is used to display line items in GL accounts.  Line items are routinely exported for further analysis in Finance.  GL accounts often have more than 65K line items.  When you try to export these results to a spreadsheet format, you will get a message that the list is too large to be exported.  However, if you select the unconverted format, you will be able to export the file.  Here is an example:  (Note that this is only one example with one transaction, there are many more SAP transactions that have this same issue.)
    From the Menu, she if following the path List -->  Export -->  Spreadsheet
    Receives the pop-up box entitiled:  "Export List object to XXL", with words, "An XXL list object is exported with 71993 lines and 20 columns.   Choose a processing mode".  Radio button choices of Table or Ptivot Table.  She chose Table.
    Then receives a message that (at the bttom of the page),  List Object is too Large to be Exported.   Help says this is message PC020.  But offers no further information.

  • Get row element value of a Apex report into an item on an event

    Hi,
    I am trying to assign the column value of the report into an page item. Since i used a group by to display rows on date value I cant pick the particular row date value.
    Please help me to resolve this issue.
    Thanks.

    Hi,
    use a managed bean that accesses the binding layer's current row and set the attribute value of the table iterator to the value of p_idrole. The value of p_idrole is accessible from a JSF binding (component's binding property).Just access the textfield reference and call the getValue on it
    Frank

  • Importing Relationships from .XLS in P6 7.2 with Error Event Code AVAA0-319

    While attempting to import a small number of relationships (100+/-) from a MSExcel file, I received the following error message and the import was aborted.  I used a relationship export file from the same schedule for the format of the import file and have had other imports of in this same format and file go thru without a problem.
    I am curious to know if this could be a memory issue with my computer or if it is some other issue.  Has anyone seen this Event Code error before? Or is there a reference out there where I might be able to get some insight as to what is causing the issue?
    Any assistance would be appreciated!
    * EXCEPTION REPORT *
    Date: 09/25/10
    Executable: PM.exe
    Application: Primavera P6 Project Management
    Event Code: AVAA0-3199-D
    Message:
    Access violation at address 011954BE in module 'PM.exe'.
    Read of address 00000000
    Context:
    1: TfrmWizImport.RunImportWizard
    2: TfrmMain.actFileImportExecute
    3: TfrmMain.actProjectsExecute
    4: TCFormManager.SetToolbar
    5: TfrmLogin.FormCreate
    6:
    7:
    8:
    9:
    10:
    Detail:
    Type: EAccessViolation
    Object Type: TCUltraButton
    System Info
    ===========
    OS Version: Windows NT ver 5.1, build 2600, Service Pack 3 (Intel Pentium)

    The usual culprit I have when importing from Excel is "phantom" records. This will cause an error.
    Select the first 20 blank rows immediately below your data then right-click and delete the rows.
    Sometimes there can be a control character or the like in a cell that you can't see, but it appears to P6 as an illegal import.

  • Retriving value from Pie chart to hidden field using onmouseover event

    Hi,
    I am Vaibhav. I have create Pie chart on EMP table. Pie chart query is as follows,
    SELECT 'javascript:onmouseover=$x(''P25_DEPTNO'').value='||deptno||';popupURL(''http://www.google.com'');' LINK,
    deptno, COUNT (empno)
    FROM emp
    GROUP BY deptno
    On mouseover on Pie chart i want to get value of deptno column but from above query i am not getting the value of deptno. So how should I get value of deptno on mouseover event on Pie chart.
    Thanks in advance,
    Regards,
    Vaibhav
    Edited by: user10600404 on Feb 28, 2011 10:39 PM

    Hi,
    I can get it to work with:
    SELECT 'javascript:onclick=$x("P24_DEPTNO").value='||deptno||';popupURL("http://www.google.com");' LINK,
    deptno, COUNT (empno)
    FROM emp
    GROUP BY deptno That is - using onclick instead of onmouseover.
    See: http://apex.oracle.com/pls/otn/f?p=9568:24 - the Select list is updated as you click on a slice in the pie chart
    Andy

  • Show Details / DrillThrough

    Hi,
    I created a new workbook Excel 2010, Used PowerPivot to import 5 tables.
    Relationships setup and can now analyze my information, using slicers etc. etc.
    HOWEVER
    When I double click on a cell in the PivotTable I receive the following exception:
    Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer. Select a single item for each field in the report filter area and for each slicer connected to this PivotTable before performing a drillthrough.
    So I thought ok, let's remove all specific filters and try again, only to be stumped by the following exception:
    Show Details cannot be completed on a calculated cell.
    Surely this should work??? It is very simple relationships between 5 table, why can i not view a drilldown report of the 2 records which are counted in this case???????????
    I urgently need a solution to this, PowerPivot experts PLEASE ADVISE.
    I.W Coetzer

    Ouch! After presenting PowerPivot Add-In for Excel to the business, they asked me to follow up on this specific topic.
    Next I will be presenting PowerPivot Gallery etc. in SharePoint 2010.
    Hopefully they do not proceed with a QLikView or SAP Business Explorer etc. Purchase instead of the SharePoint 2010 Enterprise Edition purchase :(
    I will do my best this week to promote the Microsoft route, but I think it is going to be tough.
    I'm the B.I Project Lead (Technical) and would like to stay with Microsoft, we are already a rather large organization and all in-house development resides with Visual Studio 2008 / 2010, MVC, C#, WCF, LINQ, ADO.NET Entity Framework, SQL 2008.
    I'd hate to see another proprietary software coming in specifically for B.I.
    PLEASE Microsoft, this is an appeal - at least find some work-around - EVEN if you could guide me to a quick document with regard to configuring Drill-Throughs properly with SQL Server ANALYSIS Services, then I could at least try and convince the business
    that were Drill-Through is seriously required I can demo that using SSAS.
    Will it work via PowerPivot though?
    Or would the workbook have to retrieve information straight from SSAS for the DrillThrough Functionality?
    Regards,
    Ian
    I.W Coetzer

Maybe you are looking for

  • IPod Pref Pane in iTune 7.0.1 Does Not Work - Do I have too many playlists?

    I'd love to be able to submit a screen shot of this. When I connect my iPod (4G, 3G and Nano), the iPod Preference Pane pops up. I have 50,000 songs in my iTunes library and about 3,000 playlists so I always use the "selected playlists" option. What

  • Duplicated master data texts causes multivalue error

    Hi All, In customer master data i got records like, key --> 123 /  text --> Kibele key --> 124 /  text --> Kibele even i put the customer key into the drill down with texts,  Webi gives multivalue error for all keyfigures and key as below. customer k

  • Watching a Film: Display Freezes randomly.

    Hello, I have the Problem, that everytime I watch a film in fullscreen sometimes my Display freezes (Sound continues). When I move the mouse, the film continues. This could happen after 5 or 7 minuntes and then after 10 or 3 minutes again. I don't kn

  • IMac to iPad streaming possibilities

    I'm considering purchasing an iPad after the holiday. I have one question. Because the iPad has very limited storage, can I stream media files from my iMac to the iPad (access iTunes library and/or other media files not in itunes)? I don't want to tr

  • CS6 No file preview?!

    Hey everyone, there is no preview in CS6 when you open a file! I´m talking about the thumbnail preview when you are selecting a file in the "open file"- menu tab. Where is it??