GoURL with several parameters

Hi all

I know I can do this task to help navigate and have guests in the target report, but I would really like to know what I'm doing wrong with GoURL.

This is the code I have:

' <-a href = http://server:9704/analytics/saw.dll?GO & path=/shared/Office%20of%20Ins%20Res/St_by_clas_by_school & Action = Browse & P0 = 2 & P1 = eq & P2 = table1. School_Code & P3 =' | Cast (table1. School_Code as char). "& P4 = eq & P5 = table1. CLAS & P6 =' | Cast (table1. CLAS as char). ' > '. Table1. "" CLAS Format | "< / a-> '"

I know that I don't have space in one of the following values. I see that this first parameter correctly. When I check the link with the values passed, the link stops at the end of the p3.

Any ideas why or how I can pass the second parameter?

Thank you

Banu

1. try to replace cast (PS_CNS_S_ENRL. School_Code as char) trim (TRAILING ' ' of AFTER casting (PS_CNS_S_ENRL.) School_Code as char))
OBIEE convert CAST ( AS CHAR) cast ( AS CHARACTER (30)). If School_Code has less then 30 characters empty positions will be replaced by spaces.

2. If School_Code has a fixed length, e.g. 4-digit, you can write cast (PS_CNS_S_ENRL. School_Code as char (4))

Tags: Business Intelligence

Similar Questions

  • Functions defined by the user with several parameters

    I set features three following user using "Define."

    UF1 takes a single patameter;

    UF2 takes two parameters;

    and UFX takes two parameters - with the second is 'X' in the definition.

    Œuvres F1.  F2 is the EVAL of F1 version and it works too.  User functions only seem to work fine.

    F3, a function of two user settings, produces a graph of NaN.

    F4 is the EVAL of F3 version.  Note that 'B 'is not replaced by 1'.  Also produces a NaN chart.

    F5 produces a graph of NaN.

    F6 is EVAL of F5.  The 'X' is not replaced (even with the ' B' above), and even if it looks like 'X * X', it also produces a graph of NaN.

    Is it possible to get defined by the user, with several parameters, features work by tracing the curve?

    Hi!, Fortin:

    If you download and install the ultimate Firmware with the version of the software: 2015 6 17 (8151), with the number of Version: 1.1.2 - 11, you can trace your examples of definition of the function, with curves and values, without NaN.

  • How to run the powershell script of command with several parameters

    Is there a way to run a powershell script from the dialog box run with several parameters? In addition, the path to the script contains spaces, for example, c:\powershell scripts\script.ps1.

    Take a look at http://www.powershell.nu/2009/12/16/running-scripts-with-arguments-in-powershell/ which explains how to pass arguments to a script.

    André

  • Appeal with several parameters of the URL

    Hello!

    I'm unable to call a procedure by URL with several parameter, a parameter is passed to the following example, the syntax would be like spending several parameters?

    # OWNER #. PK_UTIL. PKB_TXT? En_param1 = xxx

    How to include the second parameter? I tried several and could not happen.

    Thank you

    Márcio Goncalez

    This isn't really a question of APEX but more close mod_plsql or the apex listener I think?

    Have you tried?

    # OWNER #. PK_UTIL. PKB_TXT? En_param1 = xxx & En_param2 = yyy

    James

  • see link with several parameters

    Hi all:
    I use af:golink to call a new page with different parameters like the code below:
     <af:goLink text="Run Report" styleClass="xes" destination="/printreportservlet?reporttype=pdf&filename=new_report.jasper"  targetFrame="_blank"/>
    but when I use it cann't page display "website cannot display the page.

    but when I use a single parameter as:
     <af:goLink text="Run Report" styleClass="xes" destination="/printreportservlet?reporttype=pdf"  targetFrame="_blank"/>
    or
    <af:goLink text="Run Report" styleClass="xes" destination="/printreportservlet?filename=new_report.jasper"  targetFrame="_blank"/>
     
    It works successfully,
    so is there any problem to send several parameters while asking us to servlet.

    Best regards

    What happens if you put this URL in the address bar directly, it works? If it isn't, then it seems that the problem is with your servlet. If this does not work, try to escape the ampersand in the URL. I can't paste the value here, as the forum he transformed into an ampersand, but you can read [url http://articles.techrepublic.com.com/5100-10878_11-5032714.html] this

    JOhn

  • ThinApping an Application with several parameters

    Still new to ThinApp please bare with me.

    I have captured a request and I now have an App.exe and an App.dat.  Then, I opened this request, altered some settings and captured these changes & named settings1.dat.  I have also settings2.dat, settings3.dat and so on.

    App.exe is about 50 KB
    App.dat is about 80 MB
    Settings1.dat, Settings2.dat and so on is 2 MB.

    How can I go on these chaining so Settings1.dat/Settings2.dat/etc calls and run App.exe and App.dat?

    I don't want to wind up with more than 80 MB file, which is the only way I could make it work.

    These settings are changed are all stored in HKCU, so this is a simple registry change.

    If you want to get started ThinApped application with different parameters, you need not separate .dat files. What you can do, is something like the following:

    1. Install your application, change its settings and capture it with ThinApp.
    2. You change the application settings, and export the appropriate registry key.
    3. Repeat step 2 all the time.
    4. Go to your project directory and create a subfolder in the folder where your application executable.
    5. Copy the .reg files exported in the subfolder created in step 4.
    6. Create a script or a batch file for each .reg file, and then save it to the folder created in step 4. The script file or batch must have the necessary code to merge the .reg in the registry file.  Also, you must run the main script executable file or batch file.
    7. Add the necessary lines in the package.ini file to create an entry point for each script or batch file.
    8. Build your application.

    Another approach, you can create a menu with an InputBox statement. In this way, you can choose load settings before running your application.

    1. Follow the steps 1 to 5 of the previous approach.
    2. Write a script to create a menu and merge the corresponding .reg file into the registry according to the user's selection.
    3. BUiD your application.
  • Using transformations of curve with several parameters

    I would like to use the ChnLinScale function as a curvetransformation in DIAdem report.

    I created the sub in my file of the user controls:

    Void ScaleAndOffset (dCustScale, dCustOffset)

    Call ChnCopy (CurveTransfInX, CurveTransfOutX)
    Call ChnLinScale (CurveTransfInY, CurveTransfOuty, dCustScale, dCustOffset)
    End Sub

    With this feature, I expect to use the Transformation of the curve "ScaleAndOffset (3,5)" to multiply and compensate for my signal. However when I use I get the following error:

    "Cannot use parentheses when calling a Sub".

    For a single parameter, I can use this construction:

    Void ScaleAndOffset (dCustScale)
    Call ChnCopy (CurveTransfInX, CurveTransfOutX)
    Call ChnLinScale (CurveTransfInY, CurveTransfOuty, dCustScale, 0)
    End Sub

    without problem.

    Is it normal?

    Tone

    Hi tone,

    No, this is not a limitation of the curve of the Transformations, but is rather a matter of syntax VBScript.  Whenever you call a VBScript Sub procedure or function that has more than 1 parameter, you MUST use the prefix 'call '.  For a Sub or Function with 1 single parameter or no parameter, you can omit the 'call '.  I tested with the allocation of processing of the following curve:

    "Call the CurveSmooth (100, 1)."

    .. who calls 2 user setting below control curve of Transformation:

    Void CurveSmooth (SmoothPts, SmoothSym)
    SmoothType = "symmetric"
    IF SmoothSym <> "" SmoothSym AND <> 0 THEN SmoothType = "maxNumber»»"
    Call ChnCopy (CurveTransfInX, CurveTransfOutX) ' copy the input into the output channel channel
    Call ChnSmooth (CurveTransfInY, CurveTransfOuty, SmoothPts, SmoothType) ' smooth the input channel and save the result as output channel
    End Sub

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Call a script with several parameters

    OK, it seems that it would be an easy question, but I have googled this to death and I can't find anything. How to pass variables to a script? I have a script with three variables, and only the first is necessary. I'm eager to make the BACK and SQLPlus command line. The only difference is that I would need to call information more SQLPlus connection when I call back.

    I tried using single quotes, double quotes, I tried to delimit it with a space, the command and the semicolon, but nothing works.
    sqlplus user/pwd@db @"F:\Script.sql" variable1 "" variable3
    When I run the present, it always pushes me to the three variables. Once again, the only variable 1 is required. The variables 2 and 3 will be more often then not be blank. Any help would be appreciated.

    I'm on 10.2.0.4 if it's important.

    Published by: nik_m on April 29, 2010 09:18
    HA. Assume that cr * p is a bad word.

    Hello

    nik_m wrote:
    Most of the East base

    DECLARE
    v_screen            VARCHAR2 (40);
    v_app_layer_custom  VARCHAR2 (4) := '';
    v_table             VARCHAR2 (40);
    BEGIN
    v_screen           := UPPER ('&screen');
    v_app_layer_custom := UPPER ('&layer_override');
    v_table            := UPPER ('&table');
    end;
    /
    

    Apparently, you're never set variables such as & screen before you try to use them. Don't do this; set them all first.

    When you call a SQL * more script like this:

    @"F:\Script.sql" variable1 "" variable3
    

    who defines and assigns values to variables substitution & 1, & 2 automatically and & 3
    & 1 is 'variable1' in the example above,
    & 2 is an empty string, and
    & 3 is "variable3.
    You pouvez use these variables in your script, like this:

    ...
       v_screen           := UPPER ('&1');
       v_app_layer_custom := UPPER ('&2');
       v_table            := UPPER ('&3');
    

    but it is better to use meaningful names, like you do. To do this, copy the values & 1, & 2 and 3 & to & screen & layer_override and & table at the beginning of the script:

    DEFINE     screen          = "&1"
    DEFINE     layer_override     = "&2"
    DEFINE     table          = "&3"
    
    DECLARE
       v_screen            VARCHAR2 (40);
       v_app_layer_custom  VARCHAR2 (4) := '';
       v_table             VARCHAR2 (40);
    BEGIN
       v_screen           := UPPER ('&screen');
       v_app_layer_custom := UPPER ('&layer_override');
       v_table            := UPPER ('&table');
    end;
    / 
    
  • I have a mac Pro retina with Acrobat Pro DC. In accordance with the guidelines required by the University, I need to convert my thesis of excel to PDF using Available / 1 b: 2005 (CMYK), compatibility Acrobat 8.0 (PDF 1.7) as well as several parameters. T

    Acrobat 8.0 (PDF 1.7) as well as several parameters. They have a website turorial for windows and not for Mac. The measures should start by clicking Acrobat PREFERENCES-> convert to PDF-> choose microsoft word file and click settings. However, the settings is disabled and I can't continue the procedure. I would be so grateful for your help.

    I looked at your original points.

    1 bookmarks. Ignore. Valid only for Word documents with heading styles.

    2. the links. Ignore. You don't need links.

    3. accessibility. Maybe a big problem. Try it and see if the file is rejected. Be sure to leave time to redo the task under Windows.

  • USING SEVERAL PARAMETERS FOR GET_SEARCH_RESULTS WITH THE HELP OF API RDCI

    Using Oracle Web Center content Web Service, I'm able to pass several parameters to the search entry to GET_SEARCH_RESULTS.

    " < envelope soap: xmlns:soap = ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    " < soap: Body = xmlns:ns1 ' http://www.Oracle.com/UCM "> "

    < ns1:GenericRequest webKey = "cs" >

    < ns1:Service IdcService = "GET_SEARCH_RESULTS" >

    < ns1: User / >

    < ns1:Document >

    <!-ns1:Field name = "QueryText" > xCUSTOMER_MSISDN & lt; contains > '044444444' < / ns1:Field->

    < name ns1:Field = "QueryText" > xCHANNEL_ID & lt; contains > '11222212' < / ns1:Field >

    AND

    < name ns1:Field = "QueryText" > xCUSTOMER_id & lt; contains > '08848484848' < / ns1:Field >

    AND

    < name ns1:Field = "QueryText" > xCHANNEL & lt; contains > 'ISL' < / ns1:Field >

    < / ns1:Document >

    < / ns1:Service >

    < / ns1:GenericRequest >

    < / soap: Body >

    < / envelope soap: >

    How do I pass several entrance to search for GET_SEARCH_RESULTS parameter when you use the RDCI API?

    I have this code RDCI, but I get parse error as soon as I try out several settings. It works very well with a single parameter. Please advice

    Public Shared Sub {search (String content_dDocName)

    String queryText = "dDocName < match > '" + content_dDocName + "'";

    create the binder

    DataBinder searchResultBinder = idcClient.createBinder ();

    fill the binder with the settings

    searchResultBinder.putLocal ("IdcService", "GET_SEARCH_RESULTS");

    searchResultBinder.putLocal ("QueryText", queryText);

    searchResultBinder.putLocal ("ResultCount", "20");

    run the query

    ServiceResponse searchResponse;

    print a Boolean = false;

    for (int counter = 0; counter < 1000; counter = counter + 1) {}

    try {}

    searchResponse = idcClient.sendRequest (userContext, searchResultBinder);

    If (! print) {}

    myExecutable.logEvent ("GET_SEARCH_RESULTS successful call.");

    print = true;

    }

    } catch (IdcClientException e) {}

    myExecutable.logEvent ("GET_SEARCH_RESULTS failed");

    e.printStackTrace ();

    return;

    }

    DataBinder searchData;

    try {}

    searchData = searchResponse.getResponseAsBinder ();

    } catch (IdcClientException e) {}

    myExecutable.logEvent ("cannot get the answer.");

    e.printStackTrace ();

    return;

    }

    DataResultSet search results = searchData.getResultSet ("SearchResults");

    If (searchResults.getRows () .isEmpty ()) {}

    continue;

    }

    myExecutable.logEvent ("successfully obtained response - (s) dDocName ' following was found:" ");

    Iterator it = searchResults.getRows () .iterator ();

    While (it.hasNext ()) {}

    Date of birth of DataObject = (DataObject) it.next ();

    myExecutable.logEvent (dob.get ("dDocName"));

    }

    return;

    }

    myExecutable.logEvent ("failed to get a response at the time given.");

    }

    You can provide several search parameter to RIDC as follows:

    dataBinder.putLocal ("QueryText", 'xOriginalServiceId 'DISO' xApprover 'fmwtuser' ')

    In above query, I gave 2 search parameters.

    You can replace OR with AND & also you can replace 'contains' by 'correspondences' according to your requirement.

    -Prashant

  • Interfacing with several unknown USB devices; all producing NMEA strings

    Hi all

    Question about the peripheral USB interface and their associated drivers.

    I have the obligation to build an application that interacts with the USB devices that produce NMEA strings. I have the library to parse NMEA strings, but I fight with interfacing with several unknown USB devices. When deploying applications, I know not all possible USB devices to use.

    Is it possible to produce one driver who will accept any USB device strings?

    Or, more likely, is there a way to get the LV to recognize a connected USB device and automatically find / install the driver like windows does and is it possible to do in a deployed application?

    I had a trawl of the forums, but I've not found anything that specific.

    Thanks, I really appreciate the help.

    About the VI "set up the serial port", my problem is that the choice of COM port is in a separate menu (not directly related to the VI) and it allows all possible COM ports to be selected. That can be addressed.

    I am not expecting an all-in-one solution but asked the question in case it was possible.

    What I realized, is that for my specific condition to read strings from a USB device. It is likely to be sent over a serial connection. LV can handle this well and easily assuming the device has the installed driver / settings are available.

    LV (and indeed any other program) will not work without a device driver / settings. In this case, parameters set must be found (error) / a USB RAW driver would need to be developed. Devices requirng a RAW USB driver would need a serious review to continue due to the time and effort required. All this effort is work inherited from the AIDS to navigation

    I appreciate any help and I think I got the answer I was looking for! Thank you very much

  • Dynamic region with several task page fragment flow isn't refreshing VO

    JDeveloper version is 12.1.3 and Weblogic Server is 12.1.3.

    We have a dynamic region with several task page fragment flow.  We have created a menu that will open on the workflow task in the dynamic region. Before defining the workflow id in the bean, we execute query on the original Version after setting the bind variable. When we click on the menu is open the flow of relevant tasks in the region and showing the Original data table.

    But when we open the same request again to a different browser session, it shows all the data in the original Version when the user clicks on the relevant menu item...

    I have attached the code used to navigate to the different workflow tasks written in the bean from the back of the home page.

    We have no idea why anyone what happens, if it's a server problem or a code issue. Because unless and until we open the target application in a new browser it works fine.

    We tried and deployed on a remote server as well, but it gives the same question...

    Would be really grateful for the help...

    The user, the code you posted has some serious problems. Never, I repeat never store a reference to an application module in a static variable in a bean. That is why you see only data once. After that, the second session reuses the application module from the first to the configuration data, but to display data it uses a module different application.

    The way you try to configuration data is too bad. You must pass the parameters to the workflow and init data in the default action of the workflow instead of doing before installing the new workflow id. A workflow is a unit of work that is kind of a black box. You may not assume that the stuff you do outside of this black box can be seen inside the box. This is only true if the workflow share the same control of data as it's parent (share of data control).

    I suggest you read some documents on the workflow and how they work. A good start is to look at this video https://www.youtube.com/watch?v=A3CmDhWHaG0

    or work through this tutorial 12 c (12.1.3) Oracle JDeveloper tutorials - working with bounded task flows, regions and routers

    Timo

  • have a multi-record with several unrelated elements blocking, filled by simply calling

    Forms of oracle, I have a form with a block of several recording, with several unrelated elements.
    One of these non-is a basic formula element.
    The formula for this article fills the others not consolidated items.
    A procedure with several out parameters is called.

    For example
    : cmr.id (now the unique id of a database record)
    : cmr.unbound_dummy, with the formula f_fill_blk_unbound_items(:blk.id)
    : cmr.unbound_adres
    : cmr.unbound_contactperson

    function f_fill_blk_unbound_items (p_id in customers.id%type)
    Return number
    is
    number of l_rc;
    Start
    customer_pck.get_adres_and_contactperson
    (p_id = > p_id - IN)
    , p_adres = >: cmr.unbound_adres - OUT
    , p_contactperson = >: cmr.unbound_contactperson - OUT
    );
    Return (0);
    end;

    QUESTION: How can I do something similar in the APEX; have a blocking of multi-record with several elements not related, filled by calling a procedure with several out parameters?

    The suggestion refers to functions in pipeline
    http://www.Oracle-Developer.NET/display.php?ID=207

    This will allow you to select your information you need in a query like

    SELECT * FROM TABLE(table_function)
    

    It should also more powerful than the example of forms.

    Scott

  • Object with several States and slider in the "folio" are pixelated, settings seem correct.

    I can't keep an object with several States to be rasterized text, as well as a slider which is also dithering.

    I read that you are supposed to adjust the folio, and article up to be .pdf and the cursor should have the possibility of vector chosen.

    I have not found anything to object state multi for these parameters.

    What happens is when I exit the folio to Adobe Content Viewer, only the text of these items is rasterized. All other texts to be crispy. Tested on Mini iPad and iPad retina and both are blurred.

    Is there a way to force the vector option? It seems even with the selected options it is still screening test in interactive elements.

    Thank you!

    I don't know if I missed something, but it seems to work now. Maybe the v26 option (I deleted the old folio and recreated, and it works as expected now.)

    Can you send me a link to information about the scrolling content and the position of the document? The method I used the frame was from an article of Adobe, although it could be old.

    Thanks for your help!

  • several parameters command line export to xls

    Hello world

    I am new to Oracle and discoverer.

    I'm having a problem in the way of a parm.

    We use the money: 10.1.2.2.48.18

    (1) make sure we have the latest patches?

    (2) race with multi parms gives me an error.

    (3) my command line code:
    ================

    (a) it doesn't work - no parameters
    C:\oracle\BIToolsHome_1\bin\dis51usr.exe / connect mysignon/mypassword@odstest/ouvrir c:\ARG_System_front\z090317_CAD_email_needed_columns. SAY / sheet TOUS/export XLS "C:\ARG_System_front\test.xls" / lot

    (b) adding unique setting a structures
    /Parameter "parm_AcademicPeriod" "200820" / "C:\ARG_System_front\test.xls"-XLS export / batch

    (c) but several parms do not work
    /Parameter "parm_AcademicPeriod" '200820', "200830" / "C:\ARG_System_front\test.xls"-XLS export / batch

    (d) check the query, the condition is defined in the: parm_AcademicPeriod

    ERROR Msg:
    "option settings invalid"200830' for the command in command line parameter.

    Something about the second parm does not work pls advise, thx, Sandra...

    Hello

    For several parameters to have frame the value of entire parameter in quotation marks for example

    /Parameter "parm_AcademicPeriod" "200820,200830" / "C:\ARG_System_front\test.xls"-XLS export / batch

    Rod West

Maybe you are looking for