URGENT !!! Detail Event in Agenda

Hello,
I have made an Agenda. But I have a problem with that.
My Agenda show upcoming events. If I click on an event then I get every upcoming events.
I know that if you link a report with a report, you must use a bind variable in your detail report and set the link in the master report and specify that link ( colum name = column name ).
But in an Agenda you can set the link in the SQL query BUT you can not specify that link ( column name = column name )!!
I do know that you can use a report by Query Wizard and then in the Customization Form Display Options to set a Value required en fill in the column name and then my problem is solved. But I want to use a report from SQL query because I want to have an URL in my detail report so I can get more information about that event via a webpage.
What I really want is this :
I click on an event in my Agenda then I get a report on my screen which provides information about that event where I had clicked on and I can click on an URL that appears in the same report.
Does anyone know how to specify a link in an Agenda ?
Or does anyone know how to set a Value Required in a Report from SQL query ?
I have tried many things but nothings works. Or do I really have to choose between only one record ( report from query wizard) and event url ( report from sql query)?
I hope that you can help me with this.
Thanks a lot !!!!
Chu Lam

Hi,
And to make it more easier to update you could do something like this:
<script language="JavaScript">
// alert box
function abc(){
  alert('this is function abc');
// set window status
function xyz() {
  window.status = "this is xyz function";
// functions for onload
function myonload() {
  abc();
  xyz();
window.onload=myonload;
</script>
Regards,
Ville

Similar Messages

  • OBIEE 11g:  Inconsistencies with Master-Detail events and Navigate to BI

    Hi everyone,
    I'm getting some pretty annoying inconsistencies with the Navigate to BI Content action as well as the Master-Detail events. Basically the main issue I get is that 90% of the time, the click does nothing.
    It's a pretty simple setup, I am setting up bulb gauges to act like a fancy column selector. The bulb gauges are setup to pivot based on a Metric Type column. The goal is that if you click on "Metric 1" bulb a trend report should refresh to show Metric 1. If you click on the "Metric 2" bulb, the same trend report will show that metric.
    Here's how I implemented it:
    Dashboard Tab A -- Uses Navigate to BI Content
    1) I have a prompt on Fiscal month in dashboard tab A.
    2) I created the bulb gauge and put it in dashboard tab A
    3) Setup the interaction on the bulb measure to navigate back to Dashboard Tab A.
    3) Prompted the trend on Metric Type column and put it in dashboard tab A.
    4) In theory, clicking on the bulb, should navigate back to the same tab and update the trend report appropriately
    5) In reality, nothing happens.
    6) The only way I can get the navigate to work is if I first change the value in the fiscal month prompt and click Go. Then I click on the bulb and the navigation will work ONCE. After that it's broken again.
    Dashboard Tab B -- Use Master Detail -Events
    1) Pretty much same situation as dashboard A, but instead of navigate to BI Content, I use the master-detail events.
    2) Pretty much the same results. I cannot get it to consistently work, in fact the trick with the filter didn't do anything.
    3) One thing I tried was cleared my browser history completely (Mozilla Firefox) and then launched the page. It work for about 5 clicks and then stopped.
    Either way, neither of these are working properly for me.
    Has anyone else had these issues?
    -=Joe
    Has anyone else had an issue with this?

    So someone explained to me that master-detail events only occur within a single report. They cannot be used to communicate across two different reports.
    That is significantly less useful than I originally thought. I honestly that it was a method of communication for one report to update other target reports that are all listening on the same channel. That would have been a powerful feature. A single report refreshing other views in the same report is still useful, but not as much.
    That being said, I still don't understand what the heck is going on with the navigate to BI content feature. I've been testing it out. It works with pivot tables and regular tables. But the moment I add a graph, gauge or even a "Filter" view into the dashboard page, the click stops working. Really really strange stuff.

  • Clarification on Master - Detail events usage on OBIEE 11g dashoards

    Hi ,
    Can Master - Detail events feature be used within two different analysis on dashboard ?
    If yes , please let me know how .
    If no , are there any alternatives for the below requirement :
    1. I have a pivot table consisting of one dimension hierarchy (region) against revenue measure .
    2. And one Bar graph , showing data on quater & region basis revenue .
    Now by clicking one of the dimesion members (INDIA,USA) of region hierarchy , the bar graph will get changed accordingly .
    For example , if by default it is total region and "new york" under USA region is clicked then the bar chart will change accordingly .
    Thanks

    Thanks for the link veeravalli !!
    I don't want the user to navigate to any content , so can't use action links .
    However , Can u please let me know whether this master detail event will work on different analysis (not from the same report views , i.e a between a pivot table view from report A and a bar chart report view from report B ) ?
    Thanks

  • Item Details - Event for 'Create', 'Close' buttons - possible?

    Hi Friends,
    I am looking for EPCF Events for Item Details iView. I am able to show the record in this iview by selectIdHandler. Now, i want to clear the iView content - the functionality when we click 'Close' button.
    So, does any one of you know any Events to fire Create, Close buttons on Item Details iView?
    Thanks,
    Raags

    Hello Raags,
    Have you discovered how to trigger any of those events? I'm having a similar issue.
    I need when I open the record to have it in Edit mode already, not to click the Edit button in order to get there.
    Let me know if you discovered a solution.
    Best regards,
    Boris

  • Urgent- Mouse Event ..problem..

    Hello
    I am developing a client server application.
    The client when receives some messages processes it,which is in a while Loop and this while loop is in a thread...these messages are recieved from the server. The client has a gui..on which I want to listen to MouseEvent...so I have overridded processMouseEvent() and for the enableEvents() of components I have used a mask for only the mouseEvent.
    The problem is that it never comes into this method,which should actually come as I have used the enableEvent() of the Component class("will allow the specified event even if a listener is not added").
    What could be the problem?????
    Say
    Class XClient extends Jframe implements Runnable()
    .open a socket connecting to server say "socket"
    input = new DatainputStram(socket.getinputStream);
    ..public void start(){
    enableEvent(AWtEvent.MOUSE_MOVE_EVENT);
    Thread t = new thread(this);
    t.start();
    public void run(){
    while(true){
    String s = input.readUTF();
    processMessage(s)
    protected void processMouseEvent(MouseEvent e){
    do some processing....
    Its urgent.
    Thank you in advance..
    regards
    Oliver

    Dear Friend
    Change the code from
    enableEvent(AWtEvent.MOUSE_MOVE_EVENT);
    to
    enableEvents(AWTEvent.MOUSE_MOTION_EVENT_MASK);

  • Urgent: Timer Event

    Hi,
    i have a scenario, were i want to have timer event.
    ie enduser login to the portal(they will do their work in the application ),behind a timer will be running and  after 30 minutes i want to tigger a event.
    if the application is running more than 30 minutes i want print a message, How to know that application is running from last 30 minutes.
    Its urgent & will be Appreciated.
    Thanks
    Maha

    Hi
    I think you must use the IWDTimedTrigger, that automatically triggers an event with specified delay.
    You can set the delay property for the UI element and set it according to your need.
    Hope this link may help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/03/7c6b40dde0980ae10000000a155106/content.htm
    Regards
      - Vinod

  • URGENT:PR event not triggering

    Hi Experts,
                  I am creating a PR through me51n.It should create an event of BUS2009(Releasestepcreated).But not event is triggering.Is it related to some setting in SPRO.Please help me

    Hi Vivek,
    Hope you have gone thru' SAP help for the  customizing requiredfor this scenaro.
    Pls re-check all your customizing steps from MM side and also if you have mentioned the workflow indicators in the MM config, which indicate that workflow has to be used for release starategy.
    Regds,
    Akshay

  • Master-Detail Event in Obiee 11g

    Hi all,
    In master report i am using item family.
    Detail report columns are item family,item name, cost and revenue.
    Same analysis i created graph and table view.
    When i am selecting item family in master i am getting correct changes in detail graph but not in table view.
    Pls guide regarding this.
    Thanks in advance.

    Hi,
    Have you correctly specified the channel names in both the views.
    Refer
    http://gerardnico.com/wiki/dat/obiee/master_detail
    http://oraclebiblog.blogspot.com/2011/01/working-with-master-detail-report.html
    Hope this helped/ answered
    Regards
    MuRam

  • Urgent: onload event in HTMLB

    Hi,
    I am not able to find out what is the name of the event when HTMLB form control gets loaded.
    I am doing some mathematical operations on form load event.
    i.e.In HTML we write <body onLoad "abc()">
    where abc() is a java script function.
    Could anyone please tell me how I can achieve the same in HTMLB?
    I am using HTMLB tagLibs
    The sample format of my code is as follows
    <%@ taglib uri="tagLib" prefix="hbj" %>
    class="src.api.CreateDDSBean" />
    <hbj:content id="createDDSContext" >
      <hbj:page title="createDDSPage">
        <script language="javascript">
         function abc()
        </script>
       <hbj:form id="formCreateDDS">
           //some jsp code with htmlb taglibs
       </hbj:form>
      </hbj:page>
    </hbj:content>
    From where I can get the information regarding various trigger events for various controls?
    Thanks
    Parag

    Hi,
    And to make it more easier to update you could do something like this:
    <script language="JavaScript">
    // alert box
    function abc(){
      alert('this is function abc');
    // set window status
    function xyz() {
      window.status = "this is xyz function";
    // functions for onload
    function myonload() {
      abc();
      xyz();
    window.onload=myonload;
    </script>
    Regards,
    Ville

  • URGENT----- JTree Event

    I have a JTree with parent node---- PARENT1.
    To it are added CHILDNODE1 and CHILDNODE2.
    Another parentnode PARENT2 with CHILDNODE3 CHILDNODE4.
    PARENT1 and PARENT2 added to ROOTNODE
    JTree is added to LHS of JSplitPane
    Similar to Explorer in Windows.
    Added listeners to JTree like this
    mTree.addTreeSelectionListener(new TreeHandler(this));
    mTree.addMouseListener(new TreeHandler(this));
    where TreeHandler is a class extending MouseAdapter and implementing TreeSelectionListener.
    Overidden public void valueChanged(TreeSelectionEvent aTreeEvent)
    by calling aTreeEvent.getPath() and from the obtained path, I determine PathCount and PathComponent.
    Based on this I display Panel on RHS of JSplitPane.
    I have a situation say CHILDNODE1 is selected and corresponding Panel is displayed. If I select CHILDNODE2 with mouse, I prompt for saving changes made to CHILDNODE1 panel...So I should reselect CHILDNODE1 in JTree programmatically and not CHILDNODE2
    I have used mTree.setSelectionPath(path_of_CHILDNODE1) .
    But the problem is it is triggering an event on selection of CHILDNODE1, which I donot want to. How do I stop this????
    and also will call to mTree.setSelectionPath(aPath) trigger a TreeSelectionEvent or my event handling is wrong ?
    Thanks in advance

    If I have understood clearly ur problem, When the other cell in the tree is selected the corresponding rHS componet will be updated is that right. And wht U wanna do is to holp updationg rhs before saving previous content.
    If that is right, then y dont U ask for the save option in the treeevent itself?i mean in the overridden value chnaged function

  • Urgent : One Event alert Cause another Event Alert to Fire Aslo

    Dear Friends,
    i have two event alerts say :
    xx_employee_termination (After Insert - on PER_ALL_PEOPLE_F) -- Fires once i terminate any employee.
    xx_proposal_approved (after update - on PER_PAY_PROPOSALS) -- Fires once i approve any proposed salary
    my issue is
    When i terminate any employee it will update also PER_PAY_PROPOSALS which cause xx_proposal_approved alerts to fire if his status is (Approved)
    So, How to stop firing of Proposal Alert if i terminate any employee?
    Waiting for help friends,
    Regards,

    some would say why did you keep PER_ALL_PEOPLE_F instead of (per_periods_of_service)
    it is same..
    termination would affect Per_all_people_f ,per_pay_proposal ,,,,etc

  • Urgent, merged events

    On my external hard drive I have my Final Cut Events folder set up. The videos that were located in the sub folders were not imported through FCPX but placed in there manually. In FCPX under the year tab there were a list of the events. There were no clips seen by FCP but they were there on the external drive. The events were merged in FCPX but in doing this FCPX seems to have gotten rid of all the files that were in the event folders on the external drive. I can not locate them in my Trash, or anywhere in FCPX. Is there a way to recover this data?

    You really set yourself up for disaster by putting files manually into the Events folder, do a spotlight search for the missing files by name hopefully FCPX put them into a temp folder somewhere.
    Best luck.

  • Urgent:Proration Event group Not firing

    Hello,
    I have setup a Proration event group. What i find is if i set an element with the termination rule as Last Standard Process, then Pro-ration event group doesnt fire , however
    if the termination rule is set as Actual termination rule , then the proration event is firing.
    Can somebody pls explain why this is happening and also i want to pay the employee only till the termination date of the employee. Can someone tell me if i need to set the termination rule to actual termination date?
    Regards,
    Gayatri

    When you set an element with the termination rule as Last Standard Process the 'end date' of the element is set to the last day of the month when the employee gets terminated. This is why the Pro-ration event group doesnt fire.
    You can add the following datetracked events in your proration group and make necessary changes in your fast formula.
    Datetrack Update - PER_ALL_ASSIGNMENTS_F - ASSIGNMENT_STATUS_TYPE_ID
    HTH

  • Urgent: Pagination event

    Hi all !
    I'm searching for a possibility to handle the click event for the next or previous link of a pagination.
    Exactly I want to reset an item, but only when the user clicks on next or previous.
    Any ideas how to solve this problem?
    Thx
    Michal

    Just had a quick look at this. In the 'Layout and Pagination' section you can use 'Externally Created Pagination Buttons.'
    By looking at what link the automatic ones are building, and incorporating the clear cache URL syntax you might be able to cobble something together.
    Someone might come along with a better solution though - the request might be set to some parameter than you can make a process conditional on, but I'm not sure what that might be.

  • How to use action links or master-detail event in dashboard prompts?

    Hi,
    I am new to OBIEE 11g. I have created three reports 1.Daily Data Report, 2.Weekly Data Report 3. Monthly Data Report.
    I have created one dashboard prompt in which I have specified choices as Daily, Weekly and Hourly.
    My requirement is that when I select the choice as 'Daily' I should get Daily Data report below Dashboard prompt.
    When I select the choice as 'Weekly' I should get Weekly Data report below Dashboard prompt
    and when I select the choice as 'Monthly' I should get Monthly Data report below Dashboard prompt.
    How this can be achieved in OBIEE 11g?

    Hi,
    What you do is just put this 3 different reports in 3 different dashboard sections and in section condition assign a condition based on presentation variable so that when u select weekly in the prompt only the weekly section condition should be true and other 2 section conditions should be false, in that case only the true section condition will display and false conditions will hidden.
    Try implement this u will definetly can achieve the result.
    Note: Create Variable prompt for this as best practice
    Revert for any queries.
    Mark if helpful/correct.
    Thanks
    Edited by: 934322 on Mar 19, 2013 7:49 AM

Maybe you are looking for

  • WIP work in process in PM/CS orders

    Hi everybody, Reading the concepts of the use of WIP, is mentioned that it can be applied also in services: http://help.sap.com/saphelp_40b/helpdata/es/89/a42c7a461e11d182b50000e829fbfe/content.htm I have been working with PM/CS, and the cycle ends w

  • Adobe device central cs5 has stopped working

    I am using cs5 on windows 7. When I tried to browse for new devices using Browse Devices, the progress window displayed "processing 0 from 587" and then the window with the above title popped up and just prompted me to close the program. I noticed th

  • How to add Image dynamically in Webdynpro ABAP

    Hi Experts, How to add Image dynamically in Webdynpro ABAP. My requirement is i maintain all the images in a table. image source has to pick the table URl dynamically and display. is that possible in webdynpro? and also please give the suggesion, wit

  • Would like to store data in file for timing purposes

    I have written this code in labview and is working like it should. It takes data of two transducers (analog signals) mounted 1.5 m apart. The goal is to find out a precise time between the two rising edges. (attached pic) I have collected two wavefor

  • When I try to email photos

    When I try to share a photo via email, the attachment does not display in email message.