Weblink syntax for 'between' operator

I have created a weblink that works fine with the gt and eq operator but I would like to use the 'bet' between operator. I tried entering the 2 values separated by a comma, semi-colon, surrounded with parenthesis, but I still get an error.
What is the correct syntax to provide 2 dates for the P6 parameter. This is my weblink url:
https://secure-ausomxbha.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fshared%252fCompany_31193_Shared_Folder%252fUnused%252fTemp&Action=Navigate&P0=2&P1=eq&P2=Lead.PICK_1&P3=Fans&P4=bet&P5=Lead.Created&P6=(08-30-09,09-30-09)

According to Michael L's book the operator is 'bet'.
I have already tried using what you have suggested. That is add an extra param and check for date less-than(lt) SELECTED_DATE and date greater-than(gt) SELECTED_DATE. That doesnt work either. CRMOD ignores the 2nd param and takes into account only the first one.
*(I did not forget to change P0=3)
Any other suggestions?
Edited by: nmbtcAdmin on Nov 16, 2009 3:26 PM

Similar Messages

  • Best index for Between operator

    I have a table abc where create_date column with date datatype.
    My table abc is having one million row,
    my query is some thing like
    select * from abc
    where create_Date between :low_date and :high_date;
    Ideally if I use the same query in my report it is taking 15 hrs for one month of data and in normal case it is doing Full Table Scan of abc.
    So I want to create an index, Please let me know what type of index will give me the performance improvement. (expected 4 to 5 hours).

    Alex wrote:
    Hi,
    Create a NON-Unique Bitmap Index for create_Date column.
    CREATE INDEX Your_Index_Name ON Your_table_Name
    (create_Date )
    LOGGING
    PARALLEL ( DEGREE Default INSTANCES Default );Even you ahve 1 million records, 15 hours is too far from the normal situation.
    So ones after you create teh index check the report again.
    if it takes more time then execute the same query in sql plus or any other sql interface and see how long it takes to retrive all details.
    Sometimes this slowness can caused by the report you use. Not exactly from the sql query.Probably not a great idea since we have no idea what this table is, how it's loaded, if it's transactional or data-warehouse oriented.
    Your "solution" could well cause a myriad of performance problems outside of the OP's original query. And it will almost certainly not be the solution to their problem. As i stated in my post, and you have also mentioned ... 15 hours to read 1 million rows is indicative of a serious problem, no single index is going to fix that.

  • How to use BETWEEN Operator in physical layer in OBIEE 11g

    Hi Experts,
    How do I do the BETWEEN Operator functionality in Physical layer if my requirements is like this?
    TABLE_1.COLUMN_1 = TABLE_2 is between COLUMN_2 and COLUMN_3
    Below is the syntax for BETWEEN Operator function when I am trying to insert them.
    <<expression>> BETWEEN <<Upper Bound>> AND <<Lower Bound>>
    Thanks,
    Edited by: OBIEE/BIP Forumer on Nov 3, 2012 11:37 PM

    Below is an example diagram, as you can see, FACT TABLE have a join (an arrow one) towards TABLE_1 and TABLE_3. AS for the TABLE_3, this table is the one which I implement with the BETWEEN Operators function in Physical Layer. Also, the arrow in FACT TABLE and TABLE_3 is a red one with no arrow head line.
    TABLE_2
    ^
    l
    l
    l
    FACT TABLE ---------> TABLE_1
    l
    l
    l
    TABLE_3
    Edited by: OBIEE/BIP Forumer on Nov 4, 2012 2:33 AM

  • XML Document Format for JDBC Receiver(Between operation)

    Hello everybody,
    is there a way to use a BETWEEN operation for the key in a SELECT XML document format????????, I need to filter in the Where for different Statements in teh strcuture as BETWEEN, thanks in advance.
    Regards,
    Julio

    http://help.sap.com/saphelp_nw70/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    Not sure but Check the option of
    <key1>
         <col2 compareOperation=u201DLTu201D>val2old</col2>
         <col2 compareOperation=u201DGTu201D>val2old</col2>
    </key1>
    Thanks,
    Beena.

  • Between operator for group by date in Apex Interactive Reports

    Hi,
    In the interactive reports filter, i couldn't find the 'between' operator for date field (got a 'group by date' in my sql query (source). I am just wondering, Is it beacuse of the group by date clause?. Is there any way to show the 'between' operator in the interactive reports filter.
    Thanks

    I just opened an existing IR style report, went to actions, filter, selected a date column and found between at the bottom of the list of values.. Are you sure the date you are trying to filter on is a true date column?
    Thank you,
    Tony Miller
    Webster, TX
    What if you really were stalking a paranoid schizophrenic... Would they know?
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Between operator not appearing for date in custom field of IBASE search

    Hi experts
    I am using CRMCMP_IBSEARCH for search enhacement of IBASE by adding a new fields as valid from date in CRM 7.0.
    I have added the field using append structure in the search structure of IBASE.Now my requirement is i am unable to see the between operator in UI for this date field and also i cannot enter date range for my requirement.
    Any su

    Hi,
    please go to SM34 and open viewcluster CRMVC_DQ
    Check and change here the operators for your component and view / attribute.
    Kind regards
    Manfred

  • Difference between " COMPRESS FOR ALL OPERATIONS" and "COMPRESS FOR OLTP"?

    I was looking through Oracle's OLTP Table Compression (11g onwards) documentation as well as online resources to find the syntax and came across two different versions:
    COMPRESS FOR ALL OPERATIONS
    and
    COMPRESS FOR OLTP
    The documentation I looked through didn't mention any alternative syntax, so i was wondering if anyone here might know the difference.
    Thank you!

    Table Compression Enhancements in Oracle Database 11G Rel1 as as follows:
    The compression clause can be specified at the tablespace, table or partition level with the following options:
    •NOCOMPRESS - The table or partition is not compressed. This is the default action when no compression clause is specified.
    •COMPRESS - This option is considered suitable for data warehouse systems. Compression is enabled on the table or partition during direct-path inserts only.
    •COMPRESS FOR DIRECT_LOAD OPERATIONS - This option has the same affect as the simple COMPRESS keyword.
    •COMPRESS FOR ALL OPERATIONS - This option is considered suitable for OLTP systems. As the name implies, this option enables compression for all operations, including regular DML statements. This option requires the COMPATIBLE initialization parameter to be set to 11.1.0 or higher.

  • Between operator for VARCHAR values

    Hi there,
    I am trying to compare one varchar value between two varchar values which is not working.
    for e.g. in my table there are two columns.
    FROMpcode(column1)
    L6P 0A1
    L6A 0A1
    TOpcode(column2)
    L7E 5S1
    L6A 4R1
    the value I want to compare for between FROMpcode and TOpcode is L6S 6B7. here is the query. this is for Canadian postal code comparison.
    select * from mytablename where L6S 6B7 between FROMpcode and TOpcode
    I can not convert FROMpcode , TOpcode into numbers as they are alphanumeric data.
    thanks for your help.
    Techie_nas

    Hi,
    Post CREATE TABLE and INSERT statements, like this:
    CREATE TABLE     table_x
    (      frompcode     VARCHAR2 (7)
    ,      topcode          VARCHAR2 (7)
    INSERT INTO table_x (frompcode, topcode) VALUES ('L6P 0A1',   'L7E 5S1');
    INSERT INTO table_x (frompcode, topcode) VALUES ('L6P 0A1',   'L6A 4R1');Also post the results you expect from that data.
    It helps to post your (incorrect) query, too. Even if you just copied it from this site, post your code; there may just be an editing error.
    [email protected] wrote:
    ... Easier said than done. Looks like you have never gone through the pain of posting data in formatted matter. Just try doing it once. the Line : turns out ugly and makes data look like random numbers.As explained in the FAQ: http://wiki.oracle.com/page/Oracle+Discussion+Forums+FAQ
    Type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while using between operator with sql stmts in obiee 11g analytics

    Hi All,
    when I try to use between operator with two select queries in OBIEE 11g analytics, I'm getting the below error:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <select>: Syntax error [nQSError: 26012] . (HY000)
    can anyone help me out in resolving this issue.

    Hi All,
    Thank u all for ur replies, but I dint the exact solution for what I'm searching for.
    If I use the condition as
    "WHERE "Workforce Budget"."Used Budget Amount" BETWEEN MAX("Workforce Budget"."Total Eligible Salaries") AND MAX("Workforce Budget"."Published Worksheet Budget Amount"",
    all the data will be grouped with the two columns which I'm considering in the condition.
    my actual requirement with this query is to get the required date from a table to generate the report either as daily or weekly or monthly report. If I use repository variables, variables are not getting refreshed until I regenerate the server(which I should not do in my project). Hence I have created a table to hold weekly start and end dates and monthly start and end dates to pass the value to the actual report using between operator.
    please could anyone help me on this, my release date is fast approaching.

  • New syntax for Go URL in Analytics 10.1.3.2 onwards

    Can someone please share the location of any documentation for parameter passing in version 10.3.4.1 ?
    Specifically, I am having difficulty getting the BETWEEN qualifier to function as expected: *&op1=bet*
    Almost all of the GO URL examples that reference the new variable passing style simply use *&col1=* and *&val1=* and leave off the optional operator, letting it default to *&op1=eq*. Filtering for a single date using &op1=eq, &op1=gt, &op1=le works just fine. But when I try to overload the new &val1= pararameter the same method that the older syntax uses
    &P3=2+"8/12/2012 12:00:00 AM"+"08/18/2012 12:00:00 AM"
    &val1=2+"8/12/2012 12:00:00 AM"+"08/18/2012 12:00:00 AM" or any variant of date/time then it fails.
    I need to be able to filter for a specific range of dates and tried every combination of escaped sequences that I can think of with no success.
    Thanks in advance for any suggestions or links,
    -Marco
    (Dallas, TX)

    Thanks, I have the docs for the older &P0, &P1-P3, &P4-P6, etc. structure. I prefer the newer and cleaner format of the &col1= and &val1=, especially given the fact that there isn't a limit on the number of filters, the old approach cannot have more than 6 conditions.
    I really don't want to have to code for both formats since I already have a lot of queries built using the newer syntax. Surely, Oracle still supports the BETWEEN operator.

  • The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent.

    I encountered this problem on our SQL2012 and I have tried different scenarios (see below) to no avail. I have decided to give up and check if someone here has encountered this and resolved it. 
    One thing I know, it's not a memory issue. Both servers we're using has lots of memory to spare and we monitor the memory as the replication goes through it's steps. 
    I hope someone can help me on this. Thanks!
    The Error:
    The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent.
    Our Scenario
    We're using SQL Server 2012 SP1. All subscriptions are pull based.
    We're using direct Merge Replication (not FTP or web sync)
    We already have 10 active replications with larger databases. Only 1 has this issue.
    Database size is less than 5 GB
    Rebuilding the publisher is not an option.
    What have I tried?
    There is no memory problem --- we have lots to spare
    I have tried re-initialization of the database. Same problem.
    I tried deleting the database and reinitializing it. Same problem
    New snapshot. Same problem.
    I tried changing the subscriber server but still same issue. 
    MCP, MCSD, MCDBA (ANXA)

    Here is the result for the sp_configure on our subscriber. We're doing a pull on the server with the issue.
    name
    minimum
    maximum
    config_value
    run_value
    max server memory (MB)
    128
    2147483647
    2147483647
    2147483647
    In addition, I made a comparison between the working servers and the one with the issue -- there seems to be a difference in the service pack. Publisher has none but the subscriber is operating on SP1. But still strange as only 1 database is affected. 
    MCP, MCSD, MCDBA (ANXA)

  • Difference in between operator in oracle 8i and 9i version

    Is their any difference between the functioning of Between operator in 8i and 9i?

    I agree that there should be no differences in behavior of the between operator from version 8.1 to 9.2. If you can run the same query with the same data on the two versions and get different results then you would need to look for version specific, possibly platform specific, bugs on metalink.
    HTH -- Mark D Powell --

  • Scheduling issue for splitted operations in process order

    Hello All,
    I am facing problem after scheduling splitted operation in process order. The scenario is as follows.
    In process order there are 5 operations. 10, 20, 30, 40 and 50. Out of the above operations 30 is splitted and two different resources are assigned to it. Control key assigned to splitted operation (30) is also scheduling relevant. Now the flow of operations will be as below.
    1. Operation 10
    2. Operation 20
    3. Operation 30 - Operations is splitted (Resource used is A), qty to be produced - 10 kg.
    a. Operation 32 - Quantity of operation 32 is changed to 5 kg. Resource used is B.
    b. Operation 34 - Quantity of operation 34 is changed to 5 kg. Resource used is C.
    4. Operation 40
    5. Operation 50
    Relationship exists between opearion 10-20, 20-30, 40-50 and between 30,32, 34 with 40. But there is no relationship exists between splitted operations 32 and 34 with any of the previous operations for eg. 10 & 20.
    Issue is after scheduling all operations relationship remains maintained between operations 32, 34, 40 & 50. As operation 30 is splitted to two different operations equally total time for scheduling gets reduced but after scheduling of all operations all previous operations before operations 30 does not get resceduled? Scheduling type maintained for order is Backward Scheduling.
    Please check this and guide me how all operations before operation 30 can be rescheduled as per changed timing of operations 32 and 34.
    Best Regards.
    Edited by: Avinash Mohite on Mar 19, 2010 12:43 PM
    Edited by: Avinash Mohite on Mar 19, 2010 3:14 PM

    Hi,
    I hope u r doing in this way:
    In the capacity header screen enter individual capacity as 2. then click on Got( on top of same screen) and go to individual capacites. Enter the names of two individual capacities, for example 1 and 2. These are the names of two work centres where u r splitting ur operation.
    Double Click on operation 0030 and go to tab 'splitting' . Tick on ' required splitting' and enter maximum no. of splits as 2.Then go to capacity requirements assignment tab. enter the individual capacity as 1 and 2 and enter the splitted quanitites.Save and reschedule .
    Check and revert.
    Regards.

  • Setting up use of a DLL for Multithreading operations.

    Hi all,
    I have been working the past few weeks converting a slow part of our labview code into C++ and hoping that from there I can use CUDA to further optimize and speed up the process.
    I just finished writing everything in C++, and the program works well, but it is already much slower than the old code. This is due to the fact that the old code could multithreading and use up the entire processing power of my processor, while my current code does not seem to want to do this.
    I know that there are many settings from labview to visual studios to even my code itself to allow for mutlithreaded operations, and allow them to happen safely.
    I was wondering if anyone could help me identify these settings so I can move forward with my optimization.
    I will tell you what I have looked at and done so far:
    First I made sure that my program takes all the Array Handles and Numeric values, and assigns them to local variables in my program. I believe this makes my program reentrant safe.
    Then in VC++ 2008, I added some settings to my project settings: Under C++ Optimization, I have Maximize Speed(/O2), enabled intrinsic functions, and favored fast code.
    In code generation, I have my runtime library as Multithreaded debug dll.
    Then in labview, the DLL is nested 2 SubVIs deep. The main VI has no special settings that I am aware of, but the first SubVI is set to time critical priority, and reentrant execution, while the final subVI which holds my DLL is set to subroutine, and reentrant execution.
    FInally my DLL has run in any thread selected, and debugging turned off.
    Am I doing this correctly? Are there parts missing in my program that I need to write to allow for this sort of functionality?
    Thanks!

    Deturbanator wrote:
    Thank you for your reply.
    I assign parameters to local variables for exactly the problem you described, shared resources. For example, this program in particular works on a video file, and completes a process on a frame by frame image. I assume that if I do not copy the values to a local variable, the array handle for the image will change between different instances of the program, and this might be bad if we are at first analyzing frame 3, and then suddenly, it changes to frame 5.
    Is this not something I should be concerned with, does labview take care of this already? It seems there is a lot of magic happening behind the walls and options of labview
    And I agree, Labview is quite good, and I did not expect a big boost from converting my code to C++. However I see no reason it should be any slower than the existing labview code, if most of the functionality is just rewritten in C++. The real reason for the code conversion, was to eventually write certain parts in CUDA, which I felt would be easiest once the code is in C++.
    I guess my real question is what are the "hoops and rings" i need to jump through to match the labview efficiency?
    thank again!
    It's still not clear to me what you expect by the use of local varaibles in terms of parallel execution. Or maybe you are not talking about function local variables but module local variables outside the function???? If that is the case, then you have probably totally misunderstood the fundamentals of multithreading safe code.
    When LabVIEW calls a function through the Call Library Node, it will make sure that all the parameters passed to that function stay valid for the duration of the call. Once the function returns to the LabVIEW diagram LabVIEW considers it safe to do with the buffers as it likes, including moving them in memory, resizing them, reusing them for other stuff, or simply deallocating them. So saving such a parameter to a function local variable makes no difference, since the function local variable will exist just as long as the parameter is guranteed to be valid. And saving it to a module local variable is either creating a pretty sure race condition or even crash, if you just save the reference, since the buffer the reference is pointing to will not be guranteed to stay valid after the function returns. And if you save it to a local variable by copying its contents it will be safe, but a performance problem, as you create a copy of the data.
    So what are you really doing here? Some example code could certainly help to understand what you are doing, as I have a hunch that what you call a local variable is in fact more a global variable although you may declare it as static and make it in that way local to your code module (but still global to all functions in that module).
    Generally if you want your C code to process data asynchronously however (meaning working on it after the function returns control to LabVIEW, then you can't avoid to copy the buffers.
    As to the hoops and rings to jump through there is no simple explanation. In fact there have been entire books written about multithreading, and more importantly correct multiprocessor programming.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • What's the diff. between Operating Concern & Controlling Area?

    Dear Experts,
    Can some body tell me about the difference between Operating Concern & Controlling Area?
    how these 2 are defined?
    what is the logic to be followed while defining the CO-Org Structure?
    regards,
    shashi

    HI,
    see
    http://help.sap.com/saphelp_erp60/helpdata/en/02/30793485231774e10000009b38f83b/frameset.htm
    within this link check "organization in controlling" and there the docu for operating concern and controlling area.
    Best regards, Christian

Maybe you are looking for

  • IMovie 6 will not Share/Export

    I have successfully imported clips from my Sony HD camera. BUT iMovie 6 will NOT export nor share. Tried all possible options (even select clips only, reduced clip size down to 6 seconds). No luck. Any ideas what to do next? My computer is a new G5 P

  • Mouse and Trackpad Clicks Sticking

    Every time I click with either the mouse or the trackpad the click seems to stick as if I did a half click. For example, if I click in a text area in any application, the cursor won't blink and just seems to be stuck and static. If I try to type no t

  • Set up Trip Number by Company Code, not Personnel Area

    Hi Gurus, I'm implementing Travel Management Module and I am totally new. There are more than 400 Personnel Areas in the system so I'm just wondering whether it is possible to set up trip number rage by Company Code rather than Personnel Areas. Anyon

  • I can't insert access application to sharepoint 2013

    When i try to insert access aplication to my sharepoint 2013 site - it start to add but in the middle i get error "Sorry, there was a problem when adding the app. Click to try again" and it doesn't work why? thanks in advanced Limor

  • Am I able to install OSX update within a windows partition?

    Earlier today, I restarted my computer but unfortunately, I got the circle with a slash through it. I did a bunch of research on the matter and tried everything. I tried booting to recovery and booting to safe mode to repair my permissions but nothin