Dynamic data as a URL variable binding

Hey everybody

I have a dynamic chart showing details of base on students. I wish I could do the contents of the cell ID in a hypertext link that passes this ID as a variable to URL in the link to a details page. As the cell is dynamic ID will be different in each case.

Can anyone help with this?

Thanks in advance

You have no metnion your language, but the concept is the same. Add the dynamic URL to a hyperlink syntax. example php below:

">link

Tags: Dreamweaver

Similar Questions

  • BI Publisher & dynamic data source

    Hello

    We try to have one OBI/EE configuration serve several application pre-production environments with mostly identical database schemas.

    There is a pool of dynamic connections in BI Server, its data source, the value of a session variable ([see here | http://hekatonkheires.blogspot.com/2009/10/obiee-101341-dynamic-data-source.html]). It works very well.

    Now a BI dashboard has a BI Publisher report on it against this dynamic data source. This is equivalent to shouting to the editor and Publisher to recall of presentation services. The session data source variable is lost in the process.

    Is there a way of sessions between services of presentation and publication of sharing or otherwise passing session here and there, variables such as URL parameters?

    Thanks in advance,

    Dirk.

    HY,

    I never try but here I think.

    The integration settings between BEEP and OBIEE is made via the guest of dashboard.

    If you use a response as a data source in the TWEET, you normally have no problem.

    If you use a SQL query as a data source, you must:
    * Add a command prompt with a default of your session (for the dynamic connection) variable
    * use it in your sql as a bind variable for a schema or a database link.

    Success
    Nico

  • How can I pass a value to a variable binding in a report query?

    I did a query of report to print a PDF report, with a dinamyc source query that has a connection variable, like this:

    SELECT EMPNO, EMPNAME, EMPDEPT

    FROM EMP

    WHERE EMPNO =: PARAMETER;

    I want to call the report print directly from a page, by using the url print showed by apex:

    f? p = & APP_ID.:0 : & SESSION. : PRINT_REPORT = MYREPORT

    How can I pass the value of the variable binding: PARAMETER using this URL?

    I don't think you can use the url parameter passes in a report query.

    the binding variable: PARAMETER must be a page element or an element of the application.

    use the "include session information and application" in the defination of report query to bind the value when the report is run

  • How to plan the report filtered by dynamic date based on the date, the Agent is running

    Hello

    I have a question about account using OBIEE agent.

    If I run an agent today to deliver A report, can I me A report based on the date of last Monday or any dynamic dates?

    For example, say is today, December 18, 2013, and my agent is run according to how I put the calendar. Now the content of the delivery report one being delivered. Now A report has a date column, normally this column is filtered by the current date. But if it comes through the agents to different users, the data should be the previous Monday, so in this case, 9 December 2013. When this agent is run once again, declared December 27, 2013, then the report must be filtered by December 16, 2013, which is the previous Monday 27 dec.

    Something like this is possible in OBIEE 11 G?

    Thanks in advance.

    Yala,

    Not in a straightforward way

    (1) let the report through Agent with filter current Date

    (2) after he ran for the first time you can see IBOT name/last execution time (LAST_RUNTIME_TS) in S_NQ_JOB

    Create a variable reference 'last_run_agent' to aid in sql to get max (LAST_RUNTIME_TS)

    SELECT max (LAST_RUNTIME_TS) from s_nq_job, whose name = "AGENT_NAME;

    Change analysis with current date filter report and amend accordingly the condition of filter to filter on repository variable, newly created

    Thank you

    Angelique

  • The value of variable binding VO on page load by program

    Hello everyone!

    I use JDeveloper version 11.1.2.3.0

    I am currently trying to get the filtered data to a VO, based on a WHERE clause with a variable binding. This process must be done on the loading of the page. I have set this variable for liaison with the id of the logged in user (the part to get this id is already reached and used somewhere else). My current approach is to define a bean managed with scope pageFlow. Inside of this, I have a method in which I get the id and I put it as parameter. The code snippet:

          BindingContainer bindings = getBindings();
            OperationBinding operationBinding = bindings.getOperationBinding("getUserIdFromUsername"); //getUserIdFromUsername is a method defined in the AppModule and exposed in the client interface
           operationBinding.getParamsMap().put("username", getUserName());
          Object userID = operationBinding.execute();
            setUserId(Integer.parseInt(userID.toString()));
           System.out.println("THE USER ID IS: "+getUserId());
           BindingContainer bindings2 = getBindings();
           OperationBinding operationBinding2 = bindings.getOperationBinding("ExecuteWithParams");  // i've dragged and dropped the ExecuteWithParams operation into the page
           operationBinding2.getParamsMap().put("userId", getUserId());  // userId is the bind variable which i'm talking about
            Object result = operationBinding2.execute();
    
    
    

    Then I call this method on BeforePhase in the view of the page. It works, I get the filtered data and the println shows me the correct ID. The problem is that whenever I select a row in the table showing the data, the page seems to reload and it always reload the selection at the forefront.

    What I am doing wrong? Maybe this isn't the right approach, that I saw a few other posts on this topic, but they are not very clear to me.

    Please advice

    OK, that's what I did. I created the method to set the value of the variable to bind to the query of the VO in the AppModule instead of inside the bean (this method also runs the query) and client presentation to the interface. After I have created the method call in the section of links the pagedef (where he gets the value of the id of the bean in the original post), and followed Cvele_new_account suggestion, calling the method as follows:

    RefreshCondition = "#{! requestContext.postback and empty bindings.exceptionList}" / >

    Thank you for the help guys!
  • How can we dynamically open an external URl of the page of the OFA

    Hi team
    Hello, how can we dynamically open an external URl of the page of the OFA
    For example: my datas table DB are like that
    Employee no       Url
    1     https://www.google.co.in/
    2     https://www.facebook.com/
    3     https://www.yahoomail.com/
    When I don't ask used no 1 of my Search Page
    In the result of my search page table, I get
    1 https://www.google.co.in/
    NOTE: Here item URL is type bean link when I click on the link it should open google page in separate browser
    At the same time, when I question used no 2 which is shown below, then it should open facebook page in a separate browser.
    2 https://www.facebook.com/

    When I try this
    Destination URI - https://www.google.co.in/
    It opens no separate browser, but for employees don't I question as open 1,2,3 only the same page of google in the separate browser for everyone, it is static, I want to dynamically open the URL depend on my employee to query no. If I query emp No 2 it must open facebook page this is my requirement. How can I pass the URL as a parameter?

    Please share your knowledge and experience and your advice my on this issue
    How can I complete my task
    I hope that my requirement is clear, if not please let me know I explained more anyway :)

    Is it Possible to achieve this OAF Page
    Thank you for all your suggestions on this
    Thanks in advance

    A.T. :)

    .findIndexedChildRecursive ("ResultTable");

    Here, you should have the exact itrm link id and not the region containing the lino

    Would it be more likely ImagePath I think ResultTable corresponds to the id of the table of search results

  • Display Variable binding object, query, (Bean.attribute) HOW?

    Hi, I use an attribute of bean as a Bind Variable in a query to a display object.
    I have the following bean:
    package model;
    
    public class FalseBPM {//Simulate a BPM payload
        private String idDocIPM;
    
        public FalseBPM() {
            idDocIPM="5.IPM_016801";
        }
    
        public String getIdDocIPM() {
            return idDocIPM;
        }
    
        public void setIdDocIPM(String idDocIPM) {
            this.idDocIPM = idDocIPM;
        }
    }
    In a fragment of web page, I have an af:table of the DB (by datacontrol). It is necessary that the table load only the lines with the idDocIPM in his ID_DISTRIBUTION column. I did this:
    In my view, object-> query:
    SELECT IpmDistributionManual.ID_DISTRIBUTION, 
           IpmDistribucionManual.ID_BUSINESS, 
           IpmDistribucionManual.ID_CHANNEL, 
           IpmDistribucionManual.ID_ENTITY, 
           IpmDistribucionManual.VALUE
    FROM IPM_DISTRIBUTION_MANUAL IpmDistributionManual
    WHERE IpmDistributionManual.ID_DISTRIBUTION=:ID 
    In my display-> query object: - > variable binding:
    <Variable
        Name="ID"
        Kind="where"
        Type="java.lang.String"
        DefaultValue="#{falseBPM.idDocIPM}"/> //But I get an error in Literal or in Expression mode.
    How can I do this?

    Thanks in advance.

    Published by: Sarah on 28/10/2011 07:41

    Sarah,

    In your workflow, drag and drop the action 'run with the settings' for your view object (it is in the range of data control) on the workflow as a method call activity. Bind the parameter to the value of bean with EL (that you have tried to do in the VO itself - note that you can not use EL in the template like this project). Then, make sure the method call is wired to the top to run before your activity in the workflow view.

    John

  • variable binding does not exist

    SQL > execute dbevendors1a (0,: rc);
    BEGIN dbevendors1a (0,: rc); END;

    *
    ERROR on line 1:
    ORA-01006: there is no bind variable
    ORA-06512: at the "." DBEVENDORS1A', line 50
    ORA-06512: at line 1
    CREATE OR REPLACE PROCEDURE WEBINST.DBEVENDORS1A ( 
    P_STATE IN VARCHAR2,
    P_RESULTS OUT SYS_REFCURSOR)
    IS
    
    v_sql_text Varchar2(4000) :=null;
    
    BEGIN
      
    
    v_sql_text := 'SELECT DISTINCT v.refvendor_id vendorId,
                    v.vendorname legalname,
                    v.CERTIFICATIONTYPE,
                    v.vendorshortname doingbusinessname,
                    s.naics_id naicscode,
                    (r.addressline1 ||'' ''|| r.addressline2) address,
                    r.city city,
                    o.gender gender,
                    o.officername officer,
                    v.ethnicgroup ethinic,
                    r.state state,
                    TRIM (INITCAP (g.vnlst1)) businessdesc,
                    r.zipcode zipcode,
                    r.telephonenum phone,
                    r.faxnum fax,
                    LOWER (r.email) email,
                    LOWER (v.website) website,
                    v.dbecertstatus status,
                    func_get_naics_desc (s.naics_id) naicscodedesc,
                    func_get_state_desc (r.state) statename
                                                                  
      FROM refvendor v,
           refvendor_gf g,
           refvendoraddress r,
           refvendornaics s,
           refvendorofficer o
           
     WHERE     (v.refvendor_id = r.refvendor_id)
           AND v.refvendor_id = s.refvendor_id
           AND v.refvendor_id = r.refvendor_id
           AND v.refvendor_id = o.refvendor_id(+)
           AND v.refvendor_id = g.refvendor_id(+)';
      
          if p_STATE  = '0' THEN  
          v_sql_text :=  v_sql_text || 'AND R.STATE = ''MN'' '  ;
          end if  ;
         v_sql_text :=  v_sql_text ||'  AND UPPER(v.CERTIFICATIONTYPE)=''DBE''  order by vendorId ' ;
         
        -- dbms_output.put_line(v_sql_text);
          OPEN P_RESULTS FOR  v_sql_text Using p_state ;
    END;
    /

    Your dynamic SQL statement is not containing any identifier indicating a variable binding (colon followed by a name, such as: some_var), but you try to bind something to this statement.

    An example of properly using a variable binding in a dynamic SQL statement would be as follows:

    DECLARE
            v_sql VARCHAR2(200);
            v_var VARCHAR2(1) := 'X';
            p_result SYS_REFCURSOR;
    BEGIN
            v_sql := 'SELECT * FROM DUAL WHERE dummy = :some_var';
    
            OPEN p_result FOR v_sql USING v_var;
    
            /* Fetch records */
    
            /* Close cursor */
    END;
    /
    

    Published by: Centinul on April 15, 2011 10:09

  • Referring to the url variable in cfquery that contains the sign #.

    I use CF 9 and cannot figure out how to reference a url variable in my cfquery that contains a character ' # ' as part of the channel name (that is, http://somepage.cfm?variable_name=tom#h.)

    When I try to run the query, it shoots only 'tom' due to the sign #.  I tried up to double the sign # (#) but that no longer works.

    < cfquery NAME = "qryGraph".
    DATASOURCE = "DB2".
    USERNAME = #Request.UserName #.
    Password = #Request.Password # >

    SELECT THE DATE

    TABLE
    WHERE NAME = ' #variable_name #

    < / cfquery >

    Any help would be appreciated!

    Tom

    http://somepage.cfm?variable_name=tom%23h.

    And it should work without any other change.

    If you compile this code into your CFML, you can use the function urlEncodedFormat().

  • Show all results with the URL variable database?

    Hello

    I use PHP MySQL

    I have a database that is ordered alphabetically. I am trying to create a dynamic page that will only show A, B, C,... and so on. I got this by creating links, named after the letters of the Alphabet. I have a recordset that filters the table using a URL variable that uses the Type. Unfortunately, when I click the link it only shows the first record that contains an A. not all records that contain A.

    For example:

    I have a link which is just 'A '. His link is? Type = A. In the database table there are 3 folders that contain A according to Type, but when I click on it a single record containing A is displayed. I hope that you follow it.

    If you want a direct reference to what I do pass:

    http://cwhazzoo.com/gamelinktesting.php

    That's how my database is designed:

    ID (primary key) Name Letter
    0001Example AA

    I want to be able to only show the selected letter of the recordings using only a single page. Thank you!

    > Use the repeat region?

    Yes. That's what it's for.

  • declare the variable binding

    I do homework here and ran into the wrong hope that someone here can help

    1. I thought that I understand the conscept of variable binding (which I think it is the same concept as the pointer in C/C++ programming), is that correct?

    2. I write the code and find the problem below, please point out what I did wrong?


    SQL & gt; describe the plants
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    PLANTID NOT NULL NUMBER (5)
    COMMONNAME NOT NULL VARCHAR2 (30)
    LIKE NOT NULL VARCHAR2 (30)
    SPECIES NOT NULL VARCHAR2 (30)
    FLOWERCOLOR VARCHAR2 (10)
    HEIGHT NUMBER (4.1)
    DATE OF ACQUIREDDATE
    LISTPRICE NUMBER (6.2)




    SQL & gt;
    declare


    bv_color variable varchar2 (10);
    v_price plants.listprice%Type;



    cursor cur_color is
    Select distinct lower (flowercolor) color
    plants;



    Start


    for rec_color looping cur_color

    : bv_color: = rec_color.color;



    Select avg (listprice)
    in v_price
    plants
    where lower (flowercolor) =: bv_color;



    dbms_output.put_line)
    "The average price for our plants with ' |: bv_color |"
    "flowers is $' | Round(v_price,2) | '.');
    dbms_output.put_line ('thank you');



    end loop;



    exception
    while others then
    dbms_output.put_line (' my exception:' | sqlcode |)
    ' : ' || SQLERRM);
    end;
    /
    SP2-0552: Bind "BV_COLOR" variable not declared.

    This is the way of declaring bind variables in SQL * more.

    In a PL/SQL block, you do not use bind variables like SQL * more. You just use normal variables. The PL/SQL engine is smart and sends SQL statements to the SQL engine containing all PL/SQL variables converted to bind variables. If it works transparent in PL/SQL and you don't have to do something more.

    Kind regards
    Rob.

  • Firefox crashes when I try to enter data into the URL text box.

    Firefox crashes whenever I try to add data in the URL text box or the text box search in the toolbar. When it freezes it also locks on the Task Manager. However, the other routines running continue to run. I've disabled all my antivirus. always freezes. I left the Task Manager; always freezes and can't open the Task Manager. While it freezes, it is still possible to reduce the window of Firefox or resize it. If I try to kill him, I get a message "no answer."

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • How can I draw dynamic data that I get a hardware DAQ against each other?

    Hi all

    I am trying to acquire voltage and current data of DAQ hardware. My goal is plotted against votlagein current a continuous path. As the votlage is increased at intervals of 1 Volt, every second I want to see how the current. However, this data is dynamic and I need help find how to draw in a single chart. Any thoughts on how to draw the two different dynamic data against each other in the same graph?

    You help will be very appreciated.

    Thank you

    If I understand what you're saying, looks like you want to have the update of XY graph with each new data point (or points) acquired, but also choose to keep the previous data on the XY graph.  If that's what you're after, I build on my previous example.  For the method of use of the express VI build XY graph, you can simply double click on it and uncheck the "erase data on each call.  For the other method of construction of the dashboard cluster, you will need to add a few records to offset to maintain the previous itterations table values.  Here's the updated image:

  • Plot multiple charts XY (dynamic data type)

    Hello world

    I searched but could not find the solution. I'm tracing several XY graphs with dynamic data type.

    I have here an example five 2D-arrays of X/axis Y to draw.

    I need them in dynamic data in order to trace in Diadem using Diadem protocol.vi.

    I get all the values of the X/Y axis as values Y.

    Any help is really appreciated,

    Yan.


  • Producer / consumer set loop of dynamic data item type

    Hey all,.

    I do a simple exercise of producer / consumer in a loop. In my loop of producer I audio Aqcuerir and in the loop of consumer I'm projecting on a chart

    Everything works as I had in mind, the only thing that bothers me is the way that I had to set the type of the element to the block "Get the tail" at the beginning.

    I knew no better way to get the kind of data that I used to just take an another "acquire its" Express VI and which hang. But that may not be the only way to get there, right?

    Note: I know that I might not need to use a producer / consumer design tend to do, but I need to get hold of technology for school work so I came with this exercise just to get a hang of it.

    Thanks in advance,

    Al.

    Al,

    You just need to feed the correct data type in this entry, which you did by getting the output of a second acquire its Express VI.

    You can also use the "Convert to Dynamic Data" function to do this.  When you drop to the bottom of the function, you will be asked to give the input type.  Tests I've done, it seems not to matter, but for example if you chose the entry to a single scalar type, you need to feed a digital constant (change to double type) in the entrance and use the output of dynamic data such as line item data.

    I don't like the dynamic data type because it is not very clear as to what it is.  Another thing you could do would be to use the "Convert from Dynamic Data" function to change the output of the VI of its acquisition to a different data type for more or less to avoid the original problem all together.

Maybe you are looking for

  • Qosmio F60 - 10J: black screen after XP Nvidia GT 330 M driver installation

    Hello On my Qosmio F60 10J, I installed windows XP on a DD of esata, I found almost all the XP drivers. XP works well, now...I downloaded GT 330 m XP drivers on the Nvidia site because the Web from Toshiba site, it's only for Windows 7. I installed t

  • Pavilion dv7 - 4197cl: 2nd set of recovery disks still does not.

    Due to the major failure of HARD drive I had to replace it. I did the recovery disc for this computer shortly after getting it. Replaced and upgraded to a Toshiba 1 TB. Tried recovery disc I made. They caused the computer to lock up and just touch e

  • Photosmart 3180 all-in-one driver

    Hi I can't download the driver for my printer photosmart C3180 all-in-one, I used Windows xp in case of a problem, but now in my computer windows 7, I can not find the driver, please help me.

  • ObjectChoiceField layout problem

    Hi friends, I'm putting an ObjectChoiceField on the 8900 4.6.1 OS version and the rect of the field is not shown. 5.0 Os version works quite well. below the picture on 4.6.1...  The two fields are editable ObjectChoiceFields. Note: the functtionality

  • Computer freezing and startup repair does not solve the problem.

    fix my computer when windows start dump then launch startup, but does not solve the problem. Can you help me solve the problem